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 22:22:14 UTC

[archiva-redback-core] branch master updated: exclude com.sun

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 <ol...@apache.org>
AuthorDate: Mon Jun 6 08:22:03 2022 +1000

    exclude com.sun
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 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>