You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/11/07 14:28:45 UTC

svn commit: r1713123 - /webservices/axiom/trunk/testing/testutils/pom.xml

Author: veithen
Date: Sat Nov  7 13:28:44 2015
New Revision: 1713123

URL: http://svn.apache.org/viewvc?rev=1713123&view=rev
Log:
Remove unnecessary dependencies (now that we require Java 7 for the build).

Modified:
    webservices/axiom/trunk/testing/testutils/pom.xml

Modified: webservices/axiom/trunk/testing/testutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/testutils/pom.xml?rev=1713123&r1=1713122&r2=1713123&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/testutils/pom.xml (original)
+++ webservices/axiom/trunk/testing/testutils/pom.xml Sat Nov  7 13:28:44 2015
@@ -40,14 +40,6 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-activation_1.1_spec</artifactId>
-        </dependency>
-        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>