Skip to content

Commit

Permalink
[hotfix][Connectors/AWS] Fix flink-connector-base dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Oct 17, 2023
1 parent a1eb725 commit 3b4d91d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flink-connector-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
</parent>

<artifactId>flink-connector-aws-parent</artifactId>
<name>Flink : Connector : AWS : Parent</name>
<name>Flink : Connectors : AWS : Parent</name>
<packaging>pom</packaging>

<modules>
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ under the License.
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-base</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils</artifactId>
Expand Down

0 comments on commit 3b4d91d

Please sign in to comment.