Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0f064e

Browse files
committed
[FLINK-38471] Add kafka sql connector as explicit dependency to kafka e2e common
1 parent ea0b9ab commit d0f064e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,14 @@ under the License.
175175
<scope>test</scope>
176176
</dependency>
177177

178-
<dependency>
178+
<dependency>
179+
<groupId>org.apache.flink</groupId>
180+
<artifactId>flink-sql-connector-kafka</artifactId>
181+
<version>${project.version}</version>
182+
<scope>test</scope>
183+
</dependency>
184+
185+
<dependency>
179186
<groupId>org.apache.flink</groupId>
180187
<artifactId>flink-connector-test-utils</artifactId>
181188
<exclusions>
@@ -255,7 +262,7 @@ under the License.
255262
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
256263
</artifactItem>
257264
</artifactItems>
258-
<ignoredUnusedDeclaredDependencies>org.apache.flink:flink-streaming-kafka-test,org.apache.flink:flink-sql-avro,org.apache.flink:flink-sql-avro-confluent-registry,org.apache.flink:flink-connector-base
265+
<ignoredUnusedDeclaredDependencies>org.apache.flink:flink-streaming-kafka-test,org.apache.flink:flink-sql-avro,org.apache.flink:flink-sql-avro-confluent-registry,org.apache.flink:flink-connector-base,org.apache.flink:flink-sql-connector-kafka
259266
</ignoredUnusedDeclaredDependencies>
260267
</configuration>
261268
</plugin>

0 commit comments

Comments
 (0)