Skip to content

Commit 37cbb83

Browse files
[FLINK-30400][build] Stop bundling flink-connector-base. This closes #50
* [FLINK-30400][build] Stop bundling flink-connector-base --------- Co-authored-by: Martijn Visser <[email protected]>
1 parent 398054a commit 37cbb83

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ under the License.
6767
</exclusion>
6868
</exclusions>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.apache.flink</groupId>
72+
<artifactId>flink-connector-base</artifactId>
73+
<version>${flink.version}</version>
74+
<scope>test</scope>
75+
</dependency>
7076

7177
<dependency>
7278
<groupId>org.apache.kafka</groupId>

flink-connector-kafka/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ under the License.
5151
<groupId>org.apache.flink</groupId>
5252
<artifactId>flink-connector-base</artifactId>
5353
<version>${flink.version}</version>
54+
<scope>provided</scope>
5455
</dependency>
5556

5657
<!-- Table ecosystem -->

flink-sql-connector-kafka/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ under the License.
6767
<configuration>
6868
<artifactSet>
6969
<includes>
70-
<include>org.apache.flink:flink-connector-base</include>
7170
<include>org.apache.flink:flink-connector-kafka</include>
7271
<include>org.apache.kafka:*</include>
7372
</includes>

0 commit comments

Comments
 (0)