Skip to content

Commit

Permalink
[FLINK-30400][build] Stop bundling flink-connector-base. This closes #50
Browse files Browse the repository at this point in the history


* [FLINK-30400][build] Stop bundling flink-connector-base

---------

Co-authored-by: Martijn Visser <[email protected]>
  • Loading branch information
ruanhang1993 and MartijnVisser authored Oct 16, 2023
1 parent 398054a commit 37cbb83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-base</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down
1 change: 1 addition & 0 deletions flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-base</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>

<!-- Table ecosystem -->
Expand Down
1 change: 0 additions & 1 deletion flink-sql-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ under the License.
<configuration>
<artifactSet>
<includes>
<include>org.apache.flink:flink-connector-base</include>
<include>org.apache.flink:flink-connector-kafka</include>
<include>org.apache.kafka:*</include>
</includes>
Expand Down

0 comments on commit 37cbb83

Please sign in to comment.