Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions components-starter/camel-debezium-oracle-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-debezium-oracle</artifactId>
<version>${camel-version}</version>
<!--START OF GENERATED CODE-->
<exclusions>
<exclusion>
<groupId>com.oracle.database.xml</groupId>
<artifactId>xdb</artifactId>
</exclusion>
<exclusion>
<groupId>com.oracle.database.xml</groupId>
<artifactId>xmlparserv2</artifactId>
</exclusion>
</exclusions>
<!--END OF GENERATED CODE-->
</dependency>
<!--START OF GENERATED CODE-->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ camel-salesforce=org.eclipse.jetty:jetty-client:${jetty-version},org.eclipse.jet

# Existed for Netty 3
exclude_camel-hbase=io.netty:netty

# Oracle's XML parser overrides the JDK SAX parser via ServiceLoader, breaking Logback/Spring Boot XML parsing
exclude_camel-debezium-oracle=com.oracle.database.xml:xmlparserv2,com.oracle.database.xml:xdb