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 f2f155d6 exclude com.sun
f2f155d6 is described below
commit f2f155d69e4444a186f0ed229144c4fc5aaef877
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 6 08:22:03 2022 +1000
exclude com.sun
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index b6763d12..c3334f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,10 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>jakarta.activation</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>