Skip to content

Commit

Permalink
Added debezium-core to debezium-oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed May 22, 2024
1 parent 9c32908 commit 2017747
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ flexible messaging model and an intuitive client API.</description>
<scala.binary.version>2.13</scala.binary.version>
<scala-library.version>2.13.10</scala-library.version>
<debezium.version>1.9.7.Final</debezium.version>
<debezium.oracle.version>2.5.4.Final</debezium.oracle.version>
<debezium.postgresql.version>42.5.0</debezium.postgresql.version>
<debezium.mysql.version>8.0.30</debezium.mysql.version>
<!-- Override version that brings CVE-2022-3143 with debezium -->
Expand Down
8 changes: 7 additions & 1 deletion pulsar-io/debezium/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-oracle</artifactId>
<version>${debezium.version}</version>
<version>${debezium.oracle.version}</version>
</dependency>

<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-core</artifactId>
<version>${debezium.oracle.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 2017747

Please sign in to comment.