]> source.dussan.org Git - archiva.git/commitdiff
because ehcache use some range version...
authorOlivier Lamy <olamy@apache.org>
Sun, 5 Jun 2022 22:09:24 +0000 (08:09 +1000)
committerOlivier Lamy <olamy@apache.org>
Sun, 5 Jun 2022 22:09:24 +0000 (08:09 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6ff26d606d56882ede5ff2662e49d160e59c16e0..12dbaf57a9632a678f65013d3a04d78f25393522 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>${modelmapper.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>org.ehcache</groupId>
-        <artifactId>ehcache</artifactId>
-        <version>${ehcache.version}</version>
-      </dependency>
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
       </dependency>
 
       <dependency>
-        <groupId>net.sf.ehcache</groupId>
+        <groupId>org.ehcache</groupId>
         <artifactId>ehcache</artifactId>
         <version>${ehcache.version}</version>
         <exclusions>
             <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>