You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/06/05 21:55:05 UTC

[archiva-redback-core] branch master updated: grhhh ehcache is using some version range

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a475e3a9 grhhh ehcache is using some version range
a475e3a9 is described below

commit a475e3a9bf2dcffcd05a319db1b82301456135fa
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Jun 6 07:54:45 2022 +1000

    grhhh ehcache is using some version range
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 26f6dc58..b6763d12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,6 +398,12 @@
         <groupId>org.ehcache</groupId>
         <artifactId>ehcache</artifactId>
         <version>${ehcache.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.archiva.components</groupId>