You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2013/07/27 02:51:45 UTC

svn commit: r1507542 - in /commons/proper/proxy/branches/version-2.0-work: pom.xml stub/pom.xml

Author: jcarman
Date: Sat Jul 27 00:51:45 2013
New Revision: 1507542

URL: http://svn.apache.org/r1507542
Log:
Removing unused commons-functor dependency.

Modified:
    commons/proper/proxy/branches/version-2.0-work/pom.xml
    commons/proper/proxy/branches/version-2.0-work/stub/pom.xml

Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/pom.xml?rev=1507542&r1=1507541&r2=1507542&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Sat Jul 27 00:51:45 2013
@@ -210,11 +210,6 @@
                 <version>3.0</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-functor</artifactId>
-                <version>1.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
                 <groupId>axis</groupId>
                 <artifactId>axis-jaxrpc</artifactId>
                 <version>1.2.1</version>

Modified: commons/proper/proxy/branches/version-2.0-work/stub/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/stub/pom.xml?rev=1507542&r1=1507541&r2=1507542&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/stub/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/stub/pom.xml Sat Jul 27 00:51:45 2013
@@ -31,10 +31,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-functor</artifactId>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>