Author: jcarman
Date: Mon Jul 29 17:12:42 2013
New Revision: 1508140

URL: http://svn.apache.org/r1508140
Log:
Removing out-dated "remoting" technologies.

Removed:
    
commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/invoker/XmlRpcInvoker.java
    
commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/provider/remoting/
    
commons/proper/proxy/branches/version-2.0-work/core/src/test/java/org/apache/commons/proxy2/provider/remoting/
Modified:
    commons/proper/proxy/branches/version-2.0-work/core/pom.xml
    commons/proper/proxy/branches/version-2.0-work/pom.xml

Modified: commons/proper/proxy/branches/version-2.0-work/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/core/pom.xml?rev=1508140&r1=1508139&r2=1508140&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/core/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/core/pom.xml Mon Jul 29 
17:12:42 2013
@@ -29,26 +29,6 @@
     <name>Commons Proxy Core</name>
     <dependencies>
         <dependency>
-            <groupId>axis</groupId>
-            <artifactId>axis-jaxrpc</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>hessian</groupId>
-            <artifactId>hessian</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>burlap</groupId>
-            <artifactId>burlap</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>xmlrpc</groupId>
-            <artifactId>xmlrpc</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>

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=1508140&r1=1508139&r2=1508140&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Mon Jul 29 17:12:42 
2013
@@ -210,26 +210,6 @@
                 <version>3.0</version>
             </dependency>
             <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis-jaxrpc</artifactId>
-                <version>1.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>hessian</groupId>
-                <artifactId>hessian</artifactId>
-                <version>3.0.1</version>
-            </dependency>
-            <dependency>
-                <groupId>burlap</groupId>
-                <artifactId>burlap</artifactId>
-                <version>2.1.7</version>
-            </dependency>
-            <dependency>
-                <groupId>xmlrpc</groupId>
-                <artifactId>xmlrpc</artifactId>
-                <version>2.0</version>
-            </dependency>
-            <dependency>
                 <groupId>jmock</groupId>
                 <artifactId>jmock</artifactId>
                 <version>1.0.1</version>


Reply via email to