Skip to content

Commit

Permalink
DBZ-8219 Override JAXB version deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane authored and Naros committed Sep 12, 2024
1 parent a023583 commit d84d4dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions debezium-server-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
<scope>import</scope>
</dependency>

<!-- Ehcache JAXB implementation dependency -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.jaxb.implementation}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>txw2</artifactId>
<version>${version.jaxb.implementation}</version>
</dependency>

<!-- Quarkus dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit d84d4dc

Please sign in to comment.