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-components.git
The following commit(s) were added to refs/heads/master by this push:
new a557cb3 more exclusions
a557cb3 is described below
commit a557cb3a174d1fbd088e4223fd863ebaa5c051ed
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 6 16:38:02 2022 +1000
more exclusions
Signed-off-by: Olivier Lamy <[email protected]>
---
spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
index e99382a..eb80f01 100644
--- a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -56,6 +56,10 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>