Author: mriou
Date: Thu Sep 14 08:33:50 2006
New Revision: 443383
URL: http://svn.apache.org/viewvc?view=rev&rev=443383
Log:
Added neethi as a test dependency.
Modified:
incubator/ode/trunk/axis2/pom.xml
Modified: incubator/ode/trunk/axis2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/axis2/pom.xml?view=diff&rev=443383&r1=443382&r2=443383
==============================================================================
--- incubator/ode/trunk/axis2/pom.xml (original)
+++ incubator/ode/trunk/axis2/pom.xml Thu Sep 14 08:33:50 2006
@@ -107,6 +107,12 @@
<artifactId>activation</artifactId>
</dependency>
+ <dependency>
+ <groupId>ws-commons</groupId>
+ <artifactId>neethi</artifactId>
+ <version>1.0.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>