You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/11 20:33:57 UTC

svn commit: r111618 - /incubator/apollo/trunk/project.xml

Author: ips
Date: Sat Dec 11 11:33:57 2004
New Revision: 111618

URL: http://svn.apache.org/viewcvs?view=rev&rev=111618
Log:
now uses wsdl4j:wsdl4j v1.5-SNAPSHOT instead of axis:axis-wsdl4j

Modified:
   incubator/apollo/trunk/project.xml

Modified: incubator/apollo/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?view=diff&rev=111618&p1=incubator/apollo/trunk/project.xml&r1=111617&p2=incubator/apollo/trunk/project.xml&r2=111618
==============================================================================
--- incubator/apollo/trunk/project.xml	(original)
+++ incubator/apollo/trunk/project.xml	Sat Dec 11 11:33:57 2004
@@ -152,18 +152,7 @@
                 <usage>Needed for building our SOAP-specific code.</usage>
             </properties>
         </dependency>
-
-        <dependency>
-            <groupId>axis</groupId>
-	    <artifactId>axis-wsdl4j</artifactId>
-            <version>1.2-RC2</version>
-            <url>http://ws.apache.org/axis/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-                <usage>Needed for working with WSDL files as objects.</usage>
-            </properties>
-        </dependency>
-
+    
         <dependency>
             <groupId>commonj</groupId>
             <artifactId>commonj-twm</artifactId>
@@ -333,6 +322,18 @@
 	        <usage>Needed for JNDI in-memory impl.  Will use until Apache finishes dividing into its own project.</usage>
             </properties>
         </dependency>                                                
+
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.5-SNAPSHOT</version>
+            <url>http://www-124.ibm.com/developerworks/projects/wsdl4j/</url>
+            <properties>      
+                <license>CommonPublicLicense-1.0.txt</license>
+                <war.bundle>true</war.bundle>
+                <usage>Needed for working with WSDL files as objects.</usage>
+            </properties>
+        </dependency>
 
 	<dependency>
 	    <groupId>xalan</groupId>

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