You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/03/06 07:07:55 UTC

[syncope] branch SYNCOPE-1545 updated: Exclusions

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

ilgrosso pushed a commit to branch SYNCOPE-1545
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-1545 by this push:
     new 4eaac9d  Exclusions
4eaac9d is described below

commit 4eaac9dffb4e80e25d2d641fd215a21b54a63b2d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Mar 5 09:49:45 2020 +0100

    Exclusions
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9a4593e..72fa18a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1547,6 +1547,10 @@ under the License.
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-storage-impl</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -1583,6 +1587,10 @@ under the License.
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-storage-impl</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>javax.mail</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>