DBZ-3444 Removing superfluous dependencies from API

This commit is contained in:
Gunnar Morling 2021-08-09 12:21:08 +02:00 committed by Jiri Pechanec
parent 9b0f784fcd
commit c980e519a3

View File

@ -44,21 +44,6 @@
<artifactId>connect-api</artifactId> <artifactId>connect-api</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_${version.kafka.scala}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-avro-converter</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
<!-- Enable API checks in this module --> <!-- Enable API checks in this module -->