Skip to content

Commit

Permalink
DBZ-8178 Fix Ehcache JAXB dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Aug 29, 2024
1 parent 5a9ef13 commit 721adb4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions debezium-connector-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,15 @@
<artifactId>ehcache</artifactId>
<version>${version.ehcache}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${version.jaxb}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${version.jaxb}</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${version.jaxb}</version>
<version>2.3.1</version>
</dependency>

<!-- Testing -->
Expand Down Expand Up @@ -203,7 +198,6 @@
<adapter.name>logminer</adapter.name>
<log.mining.buffer.type.name>memory</log.mining.buffer.type.name>
<log.mining.read.only.mode>false</log.mining.read.only.mode>
<version.jaxb>2.3.0</version.jaxb>
<version.ehcache>3.9.6</version.ehcache>
<version.oracle.server>19.3.0</version.oracle.server>

Expand Down

0 comments on commit 721adb4

Please sign in to comment.