Author: eric
Date: Fri Sep 17 14:28:23 2010
New Revision: 998150
URL: http://svn.apache.org/viewvc?rev=998150&view=rev
Log:
org.apache.activemq.pool.PooledConnectionFactory is now in activemq-pool in
activemq 5.4.0 release.
Modified:
james/server/trunk/pom.xml
james/server/trunk/spoolmanager/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=998150&r1=998149&r2=998150&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Sep 17 14:28:23 2010
@@ -971,6 +971,11 @@
<artifactId>activemq-core</artifactId>
<version>${activemq.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-pool</artifactId>
+ <version>${activemq.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
Modified: james/server/trunk/spoolmanager/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spoolmanager/pom.xml?rev=998150&r1=998149&r2=998150&view=diff
==============================================================================
--- james/server/trunk/spoolmanager/pom.xml (original)
+++ james/server/trunk/spoolmanager/pom.xml Fri Sep 17 14:28:23 2010
@@ -72,6 +72,10 @@
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-pool</artifactId>
+ </dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]