Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.1
-
None
Description
Ehache 3.10.0 is released with a new variant jar which support jakarta namespace.
We can include this jakarta version in wss4j now.
This upgrade mainly contains the 3.10.0 version upgrade along with the jakarta classfier change.
--- a/parent/pom.xml +++ b/parent/pom.xml @@ -35,7 +35,7 @@ <bcprov.version>1.70</bcprov.version> <commons.compress.version>1.21</commons.compress.version> <cryptacular.version>1.2.4</cryptacular.version> - <ehcache.version>3.9.6</ehcache.version> + <ehcache.version>3.10.0</ehcache.version> <hamcrest.version>2.2</hamcrest.version> <jasypt.version>1.9.3</jasypt.version> <junit.version>5.8.1</junit.version> @@ -123,6 +123,13 @@ <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>${ehcache.version}</version> + <classifier>jakarta</classifier> + <exclusions> + <exclusion> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + </exclusion> + </exclusions> </dependency>
Attachments
Issue Links
- links to