aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-06-06 08:09:24 +1000
committerOlivier Lamy <olamy@apache.org>2022-06-06 08:09:24 +1000
commitd1105c13e1e5c9dffbae3c48e4f2d14f01337fc5 (patch)
tree06b1be73ae53705a4fae276bc916f12366f4c373
parent32fb65f1400a8659d6c4734022314c953dc30ec1 (diff)
downloadarchiva-d1105c13e1e5c9dffbae3c48e4f2d14f01337fc5.tar.gz
archiva-d1105c13e1e5c9dffbae3c48e4f2d14f01337fc5.zip
because ehcache use some range version...
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r--pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 6ff26d606..12dbaf57a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -985,11 +985,6 @@
</dependency>
<dependency>
- <groupId>org.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>${ehcache.version}</version>
- </dependency>
- <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
@@ -1713,7 +1708,7 @@
</dependency>
<dependency>
- <groupId>net.sf.ehcache</groupId>
+ <groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
<exclusions>
@@ -1721,6 +1716,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>