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 2017/08/04 06:55:39 UTC

syncope git commit: Simplifying dependencies with CXF 3.2.0-SNAPSHOT

Repository: syncope
Updated Branches:
  refs/heads/master f1c004bfc -> 2a76703a8


Simplifying dependencies with CXF 3.2.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2a76703a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2a76703a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2a76703a

Branch: refs/heads/master
Commit: 2a76703a8ce8143b7c7e7d6cb4bcc45c0a66fa7b
Parents: f1c004b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Aug 4 08:55:34 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Aug 4 08:55:34 2017 +0200

----------------------------------------------------------------------
 ext/saml2sp/logic/pom.xml |  5 -----
 pom.xml                   | 19 -------------------
 2 files changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2a76703a/ext/saml2sp/logic/pom.xml
----------------------------------------------------------------------
diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml
index 8fcccc4..3c6d7eb 100644
--- a/ext/saml2sp/logic/pom.xml
+++ b/ext/saml2sp/logic/pom.xml
@@ -56,11 +56,6 @@ under the License.
     </dependency>
 
     <dependency>
-      <groupId>org.apache.wss4j</groupId>
-      <artifactId>wss4j-ws-security-dom</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml-saml-impl</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/syncope/blob/2a76703a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39bae7d..fd99432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -599,25 +599,6 @@ under the License.
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-xacml-saml-impl</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>org.apache.wss4j</groupId>
-            <artifactId>wss4j-ws-security-dom</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.wss4j</groupId>
-        <artifactId>wss4j-ws-security-dom</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.jasypt</groupId>
-            <artifactId>jasypt</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
       <!-- /CXF -->