You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2009/03/19 08:09:36 UTC

svn commit: r755859 - in /synapse/trunk/java: modules/core/pom.xml pom.xml

Author: veithen
Date: Thu Mar 19 07:09:36 2009
New Revision: 755859

URL: http://svn.apache.org/viewvc?rev=755859&view=rev
Log:
Removed explicit dependency on opensaml. Reason:
* Rampart now references org.opensaml:opensaml instead of opensaml:opensaml. This caused the opensaml JAR to be included twice in the distribution.
* Synapse doesn't use opensaml directly and there is no reason to impose a specific version of opensaml on Rampart. We should simply let Rampart choose the version it wants.
 

Modified:
    synapse/trunk/java/modules/core/pom.xml
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/pom.xml?rev=755859&r1=755858&r2=755859&view=diff
==============================================================================
--- synapse/trunk/java/modules/core/pom.xml (original)
+++ synapse/trunk/java/modules/core/pom.xml Thu Mar 19 07:09:36 2009
@@ -240,10 +240,6 @@
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
         </dependency>
-        <dependency>
-            <groupId>opensaml</groupId>
-            <artifactId>opensaml</artifactId>
-        </dependency>
         
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=755859&r1=755858&r2=755859&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Thu Mar 19 07:09:36 2009
@@ -432,11 +432,6 @@
                 <artifactId>xmlsec</artifactId>
                 <version>${xmlsec.version}</version>
             </dependency>
-            <dependency>
-                <groupId>opensaml</groupId>
-                <artifactId>opensaml</artifactId>
-                <version>${opensaml.version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>org.apache.sandesha2</groupId>
@@ -917,7 +912,6 @@
         <sandesha2.version>SNAPSHOT</sandesha2.version>
         <neethi.version>2.0.4</neethi.version>
         <wss4j.version>SNAPSHOT</wss4j.version>
-        <opensaml.version>1.1</opensaml.version>
         <xmlsec.version>1.4.2</xmlsec.version>
         <bcprov.jdk15.version>140</bcprov.jdk15.version>