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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]