You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/10/15 15:32:55 UTC

svn commit: r704910 - /geronimo/server/trunk/plugins/activemq5/pom.xml

Author: dwoods
Date: Wed Oct 15 06:32:55 2008
New Revision: 704910

URL: http://svn.apache.org/viewvc?rev=704910&view=rev
Log:
GERONIMO-4337 upgrade to AMQ 5.1.0 artifacts and removed console modules from the build until we have a replacement.  still doen't compile, but gives John a base to create patches against.

Modified:
    geronimo/server/trunk/plugins/activemq5/pom.xml

Modified: geronimo/server/trunk/plugins/activemq5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq5/pom.xml?rev=704910&r1=704909&r2=704910&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq5/pom.xml (original)
+++ geronimo/server/trunk/plugins/activemq5/pom.xml Wed Oct 15 06:32:55 2008
@@ -42,9 +42,11 @@
         <module>activemq5-ra</module>
         <module>geronimo-activemq5</module>
         <module>geronimo-activemq5-management</module>
+        <!-- remove until updated or replaced with new AMQ5 solution
         <module>activemq5-portlets</module>
         <module>activemq5-console-jetty</module>
         <module>activemq5-console-tomcat</module>
+        -->
     </modules>
 
     <dependencyManagement>
@@ -52,11 +54,11 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-core</artifactId>
-                <version>4.1.2-G647819</version>
+                <version>5.1.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
+                        <artifactId>commons-logging-api</artifactId>
                     </exclusion>
                     <exclusion>
                         <groupId>org.apache.geronimo.specs</groupId>
@@ -68,13 +70,13 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-ra</artifactId>
-                <version>4.1.2</version>
+                <version>5.1.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activeio-core</artifactId>
-                <version>3.0.1</version>
+                <version>3.1.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>