You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/07/19 19:35:42 UTC

svn commit: r965569 - /james/server/trunk/pom.xml

Author: norman
Date: Mon Jul 19 17:35:42 2010
New Revision: 965569

URL: http://svn.apache.org/viewvc?rev=965569&view=rev
Log:
Upgrade to activemq 5.3.2 (JAMES-1027)

Modified:
    james/server/trunk/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=965569&r1=965568&r2=965569&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Mon Jul 19 17:35:42 2010
@@ -852,11 +852,6 @@
       <artifactId>commons-io</artifactId>
       <version>1.4</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-core</artifactId>
-      <version>5.3.1</version>
-    </dependency>
    
     <dependency>
       <groupId>log4j</groupId>
@@ -1036,7 +1031,7 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-camel</artifactId>
-      <version>5.3.1</version>
+      <version>${activemq.version}</version>
       <scope>runtime</scope>
        <exclusions>
         <exclusion>
@@ -1053,7 +1048,12 @@
         </exclusion>          
       </exclusions>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-core</artifactId>
+      <version>${activemq.version}</version>
+    </dependency>
+    
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
@@ -1110,6 +1110,7 @@
     <productName>Apache-James Mail Server</productName>
     <derby.version>10.5.3.0_1</derby.version>
     <camel.version>2.4.0</camel.version>
+    <activemq.version>5.3.2</activemq.version>
     <spring.version>3.0.2.RELEASE</spring.version>
     <imap.version>0.1-M2-SNAPSHOT</imap.version>
     <protocols.version>1.1</protocols.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org