You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2011/05/13 15:42:03 UTC

svn commit: r1102727 - /juddi/trunk/juddi-client/pom.xml

Author: kstam
Date: Fri May 13 13:42:03 2011
New Revision: 1102727

URL: http://svn.apache.org/viewvc?rev=1102727&view=rev
Log:
JUDDI-377 library to parse WSDLs.

Modified:
    juddi/trunk/juddi-client/pom.xml

Modified: juddi/trunk/juddi-client/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client/pom.xml?rev=1102727&r1=1102726&r2=1102727&view=diff
==============================================================================
--- juddi/trunk/juddi-client/pom.xml (original)
+++ juddi/trunk/juddi-client/pom.xml Fri May 13 13:42:03 2011
@@ -42,6 +42,12 @@
 		<version>2.5</version>
 		<scope>provided</scope>
 	 </dependency>
+	 <dependency>
+    	<groupId>wsdl4j</groupId>
+    	<artifactId>wsdl4j</artifactId>
+    	<version>1.6.2</version>
+	</dependency>
+	 
 	 
   </dependencies> 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org