Skip to content

Commit

Permalink
DBZ-8261 Allow removal of Oracle deps from package
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Sep 24, 2024
1 parent 4c077cd commit 949c394
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<exclude>io.debezium:debezium-connector-cassandra-4</exclude>
<exclude>io.debezium:debezium-connector-dse</exclude>
<exclude>io.prometheus.jmx:jmx_prometheus_javaagent:*</exclude>

<!-- Exclude Oracle JDBC driver libraries -->
<exclude>com.oracle.database.jdbc:ojdbc8:*</exclude>
<exclude>com.oracle.database.nls:orai18n:*</exclude>
</excludes>
</dependencySet>
<dependencySet>
Expand Down

0 comments on commit 949c394

Please sign in to comment.