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 b165b2a more exclusions
b165b2a is described below
commit b165b2ae72a92cdadad8e8db7d7df97768660350
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 6 16:33:24 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 f9499a6..e99382a 100644
--- a/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
+++ b/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
@@ -52,6 +52,10 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>