Author: mbenson
Date: Wed Jul 27 17:36:26 2011
New Revision: 1151552
URL: http://svn.apache.org/viewvc?rev=1151552&view=rev
Log:
dependency management, continued
Modified:
commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml
commons/proper/proxy/branches/version-2.0-work/core/pom.xml
commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml
commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml
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/cglib/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml?rev=1151552&r1=1151551&r2=1151552&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/cglib/pom.xml Wed Jul 27
17:36:26 2011
@@ -47,11 +47,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
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=1151552&r1=1151551&r2=1151552&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 Wed Jul 27
17:36:26 2011
@@ -31,78 +31,65 @@
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
- <version>1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
- <version>1.2.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>hessian</groupId>
<artifactId>hessian</artifactId>
- <version>3.0.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>burlap</groupId>
<artifactId>burlap</artifactId>
- <version>2.1.7</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xmlrpc</groupId>
<artifactId>xmlrpc</artifactId>
- <version>2.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
- <version>1.3.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.4.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
- <version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml?rev=1151552&r1=1151551&r2=1151552&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/javassist/pom.xml Wed Jul 27
17:36:26 2011
@@ -46,11 +46,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
Modified: commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml?rev=1151552&r1=1151551&r2=1151552&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/jdk/pom.xml Wed Jul 27
17:36:26 2011
@@ -42,15 +42,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
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=1151552&r1=1151551&r2=1151552&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Wed Jul 27 17:36:26
2011
@@ -198,12 +198,6 @@
<dependencyManagement>
<dependencies>
- <!-- TODO remove -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -225,6 +219,61 @@
<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>
+ </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>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>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.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=1151552&r1=1151551&r2=1151552&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 Wed Jul 27
17:36:26 2011
@@ -35,11 +35,6 @@
<artifactId>commons-functor</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>