Author: mbenson
Date: Mon Oct 24 20:59:28 2011
New Revision: 1188374
URL: http://svn.apache.org/viewvc?rev=1188374&view=rev
Log:
prune superfluous dependencies
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=1188374&r1=1188373&r2=1188374&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 Oct 24
20:59:28 2011
@@ -29,11 +29,6 @@
<name>Commons Proxy Core</name>
<dependencies>
<dependency>
- <groupId>aopalliance</groupId>
- <artifactId>aopalliance</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
<optional>true</optional>
@@ -54,31 +49,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</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=1188374&r1=1188373&r2=1188374&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Mon Oct 24 20:59:28
2011
@@ -169,10 +169,6 @@
<link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
<link>http://ws.apache.org/xmlrpc/apidocs/</link>
<link>http://www.csg.is.titech.ac.jp/~chiba/javassist/html</link>
- <link>http://aopalliance.sourceforge.net/doc/</link>
- <link>http://gee.cs.oswego.edu/dl/classes/</link>
- <link>http://commons.apache.org/logging/apidocs/</link>
- <link>http://www.slf4j.org/api/</link>
</links>
<aggregate>true</aggregate>
</configuration>
@@ -219,11 +215,6 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>aopalliance</groupId>
- <artifactId>aopalliance</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
<version>1.2.1</version>
@@ -244,31 +235,6 @@
<version>2.0</version>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
- </dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.4.0</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>1.0.1</version>