Jim Ma created WSS-696:
--------------------------
Summary: Upgrade ehcache to 3.10.0 with jakarta classfier
Key: WSS-696
URL: https://issues.apache.org/jira/browse/WSS-696
Project: WSS4J
Issue Type: Task
Components: WSS4J Core
Affects Versions: 2.4.1
Reporter: Jim Ma
Assignee: Colm O hEigeartaigh
Fix For: 3.0.0
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.
{code:java}
--- 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>
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]