You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2007/02/14 16:22:44 UTC

svn commit: r507574 - /webservices/wss4j/trunk/pom.xml

Author: dims
Date: Wed Feb 14 07:22:43 2007
New Revision: 507574

URL: http://svn.apache.org/viewvc?view=rev&rev=507574
Log:
bit more cleanup

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?view=diff&rev=507574&r1=507573&r2=507574
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Feb 14 07:22:43 2007
@@ -217,7 +217,8 @@
         <bcprov.jdk15.version>132</bcprov.jdk15.version>
         <commons.logging.version>1.1</commons.logging.version>
         <xalan.version>2.7.0</xalan.version>
-        <xerces.version>2.8.1</xerces.version>        
+        <xerces.version>2.8.1</xerces.version>      
+        <axis.version>1.4</axis.version>
     </properties>
     <repositories>
 		<repository>
@@ -310,13 +311,9 @@
             <dependency>
                 <groupId>axis</groupId>
                 <artifactId>axis</artifactId>
-                <version>1.4</version>
+                <version>${axis.version}</version>
+                <scope>provided</scope>
             </dependency>
-        <dependency>
-            <groupId>org.apache.neethi</groupId>
-            <artifactId>neethi</artifactId>
-            <version>2.0</version>
-        </dependency>
         <dependency>
             <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>



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