Skip to content

Commit

Permalink
Merge pull request #1459 from lat-lon/fixJaxbDependencies
Browse files Browse the repository at this point in the history
Fix for dependency conflicts introduced with ehcache 3.x upgrade (PR #1441)
  • Loading branch information
copierrj authored Jan 25, 2023
2 parents fd9b25e + 2ca1da3 commit 182e4cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,12 @@
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>3.10.8</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
Expand Down

0 comments on commit 182e4cc

Please sign in to comment.