[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wss4j-dev
Subject:    svn commit: r710081 - /webservices/wss4j/trunk/pom.xml
From:       coheigea () apache ! org
Date:       2008-11-03 15:20:22
Message-ID: 20081103152022.B85892388879 () eris ! apache ! org
[Download RAW message or body]

Author: coheigea
Date: Mon Nov  3 07:20:22 2008
New Revision: 710081

URL: http://svn.apache.org/viewvc?rev=710081&view=rev
Log:
[WSS-124] - Changed opensaml dependency
 - We're now pulling in opensaml 1.1 from maven central
 - The repositories section of the pom is removed as a result
 - I changed the scope of opensaml to be "provided".


Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=710081&r1=710080&r2=710081&view=diff
 ==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Mon Nov  3 07:20:22 2008
@@ -275,24 +275,6 @@
         <junit.version>3.8.1</junit.version>
     </properties>
     
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>never</updatePolicy>
-                <checksumPolicy>warn</checksumPolicy>
-            </snapshots>
-            <id>apache-ws-snapshots2</id>
-            <name>Apache ws.zones - 2</name>
-            <url>http://ws.zones.apache.org/repository2/</url>
-        </repository>
-    </repositories>
-
     <dependencies>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -305,9 +287,30 @@
             <version>${xmlsec.version}</version>
         </dependency>
         <dependency>
-            <groupId>opensaml</groupId>
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <version>${xalan.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>${xerces.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>${xml.apis.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>${junit.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opensaml</groupId>
             <artifactId>opensaml</artifactId>
             <version>${opensaml.version}</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.axis</groupId>
@@ -333,26 +336,6 @@
             <version>${axis.version}</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>${xalan.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-            <version>${xerces.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>xml-apis</groupId>
-            <artifactId>xml-apis</artifactId>
-            <version>${xml.apis.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit.version}</version>
-        </dependency>
     </dependencies>
 
     <reporting>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic