Use the latest debezium jdbc storage JAR file.

This commit is contained in:
kanthi Subramanian 2023-10-18 10:48:50 -04:00
parent 70e1664372
commit b517287a28
2 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-storage-jdbc</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0.Final</version>
<!-- <scope>system</scope>
<systemPath>${pom.basedir}/jar/debezium-storage-jdbc-2.4.0-SNAPSHOT.jar</systemPath> -->
</dependency>