Skip to content

Commit

Permalink
exclude_xstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Nov 19, 2024
1 parent 13644c5 commit 0079e48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,20 @@
<version>${version.jakarta.persistence-api}</version>
</dependency>


<!-- To be removed after upgrading to Quarkus 3.15.x -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<version>${version.io.quarkus}</version>
<exclusions>
<exclusion>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit 0079e48

Please sign in to comment.