DBZ-7693 Remove dependency on MySQL test-jar

This commit is contained in:
Chris Cranford 2024-03-29 23:19:05 -04:00 committed by Jiri Pechanec
parent 8a39e04ca6
commit af990a2c7d
2 changed files with 0 additions and 11 deletions

View File

@ -65,12 +65,6 @@
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-mysql</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-connector-mysql</artifactId> <artifactId>debezium-connector-mysql</artifactId>

View File

@ -91,11 +91,6 @@
</dependency> </dependency>
<!-- Source system --> <!-- Source system -->
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-mysql</artifactId>
<type>test-jar</type>
</dependency>
<dependency> <dependency>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-connector-mysql</artifactId> <artifactId>debezium-connector-mysql</artifactId>