You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/05/27 23:43:30 UTC

svn commit: r949010 - /webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml

Author: veithen
Date: Thu May 27 21:43:30 2010
New Revision: 949010

URL: http://svn.apache.org/viewvc?rev=949010&view=rev
Log:
Removed duplicate dependency that would cause the build to fail on Maven 3.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml?rev=949010&r1=949009&r2=949010&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml Thu May 27 21:43:30 2010
@@ -70,12 +70,6 @@
             <version>1.2.9-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ws.commons.axiom</groupId>
-            <artifactId>axiom-osgi-build</artifactId>
-            <version>1.2.9-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
          <dependency>
             <groupId>org.codehaus.woodstox</groupId>
             <artifactId>stax2-api</artifactId>