Removing unused commons-functor dependency.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/branches/version-2.0-work@1507542 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d50f566..654ce0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/stub/pom.xml b/stub/pom.xml
index 15c742b..f7847ae 100644
--- a/stub/pom.xml
+++ b/stub/pom.xml
@@ -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>