Skip to content

Commit

Permalink
Remove pulsar-io-debezium-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed May 23, 2024
1 parent 6fe7278 commit c98f30c
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions pulsar-io/debezium/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
<scope>provided</scope>
</dependency>

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

<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-oracle</artifactId>
Expand All @@ -57,6 +51,22 @@
<version>${debezium.oracle.version}</version>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-runtime</artifactId>
<version>${kafka-client.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-log4j-appender</artifactId>
</exclusion>
<exclusion>
<artifactId>jose4j</artifactId>
<groupId>org.bitbucket.b_c</groupId>
</exclusion>
</exclusions>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit c98f30c

Please sign in to comment.