Author: dkulp
Date: Fri Jul 8 14:15:31 2011
New Revision: 1144325
URL: http://svn.apache.org/viewvc?rev=1144325&view=rev
Log:
Merged revisions 1144318 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1144318 | dkulp | 2011-07-08 10:05:53 -0400 (Fri, 08 Jul 2011) | 1 line
[CXF-3648] commons-pool is not needed. Remove it.
........
Modified:
cxf/branches/2.4.x-fixes/ (props changed)
cxf/branches/2.4.x-fixes/distribution/src/main/release/lib/WHICH_JARS
cxf/branches/2.4.x-fixes/parent/pom.xml
cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.4.x-fixes/distribution/src/main/release/lib/WHICH_JARS
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/lib/WHICH_JARS?rev=1144325&r1=1144324&r2=1144325&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/distribution/src/main/release/lib/WHICH_JARS
(original)
+++ cxf/branches/2.4.x-fixes/distribution/src/main/release/lib/WHICH_JARS Fri
Jul 8 14:15:31 2011
@@ -95,7 +95,6 @@ For JMS transport
- geronimo-jms.jar (Or the Sun equivalent)
- spring-jms.jar
- spring-tx.jar
-- commons-pool.jar
For CORBA support:
- antlr.jar
Modified: cxf/branches/2.4.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/parent/pom.xml?rev=1144325&r1=1144324&r2=1144325&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/parent/pom.xml Fri Jul 8 14:15:31 2011
@@ -1001,11 +1001,6 @@
<version>${cxf.commons-codec.version}</version>
</dependency>
<dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.5.6</version>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
Modified: cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml?rev=1144325&r1=1144324&r2=1144325&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/rt/transports/jms/pom.xml Fri Jul 8 14:15:31 2011
@@ -92,11 +92,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>