Skip to content

Commit

Permalink
Exclude jaxb-runtime from ehcache dependency (see ehcache/ehcache3#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophietje committed Nov 7, 2024
1 parent 7bc0ee1 commit be08c65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions smart-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,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>
</dependencies>

Expand Down

0 comments on commit be08c65

Please sign in to comment.