You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ch...@apache.org on 2004/11/03 20:56:24 UTC

svn commit: rev 56519 - geronimo/trunk/modules/axis

Author: chirino
Date: Wed Nov  3 11:56:24 2004
New Revision: 56519

Modified:
   geronimo/trunk/modules/axis/project.xml
Log:
Removed duplicate xmlbeans dependency

Modified: geronimo/trunk/modules/axis/project.xml
==============================================================================
--- geronimo/trunk/modules/axis/project.xml	(original)
+++ geronimo/trunk/modules/axis/project.xml	Wed Nov  3 11:56:24 2004
@@ -262,14 +262,6 @@
         </dependency>
 
         <!-- Module Dependencies -->
-       <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean-apache-1.0</artifactId>
-            <version>DEV</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
         <dependency>
             <groupId>axis</groupId>
             <artifactId>axis</artifactId>