]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Integrate ActiveMQ on the server side
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 530a1f51bd99e4989ee95d13b63091003a291623..0ef2bd723b1fde2cc28bd5d64e451ce239894e64 100644 (file)
@@ -5,7 +5,7 @@
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>0.11.2-SNAPSHOT</version>
+       <version>0.11.3-SNAPSHOT</version>
        <description>SLC Distribution</description>
        <url>
                http://www.argeo.org/projects/slc/${project.artifactId}/${project.version}
                <version.ant>1.7.0</version.ant>
                <version.jetty>6.1.14</version.jetty>
                <version.maven-bundle-plugin>1.4.3</version.maven-bundle-plugin>
+               <version.activemq>5.2.0</version.activemq>
        </properties>
        <scm>
-               <connection>
-                       scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc
-               </connection>
-               <url>
-                       https://www.argeo.org/svn/slc/trunk/org.argeo.slc
-               </url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc</connection>
+               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
        </scm>
        <issueManagement>
                <system>Bugzilla</system>
@@ -161,6 +158,28 @@ limitations under the License.
                                                        <artifactId>com.springsource.javax.xml.soap</artifactId>
                                                        <version>1.3.0</version>
                                                </dependency>
+
+                                               <!--
+                                                       Required by ActiveMQ admin <dependency>
+                                                       <groupId>org.springframework</groupId>
+                                                       <artifactId>org.springframework.web</artifactId>
+                                                       <version>${version.spring}</version> </dependency> <dependency>
+                                                       <groupId>org.springframework</groupId>
+                                                       <artifactId>org.springframework.web.servlet</artifactId>
+                                                       <version>${version.spring}</version> </dependency> <dependency>
+                                                       <groupId>org.apache.activemq</groupId>
+                                                       <artifactId>com.springsource.org.apache.activemq.web</artifactId>
+                                                       <version>${version.activemq}</version> </dependency> <dependency>
+                                                       <groupId>javax.jms</groupId>
+                                                       <artifactId>com.springsource.javax.jms</artifactId>
+                                                       <version>1.1.0</version> </dependency> <dependency>
+                                                       <groupId>org.apache.geronimo.specs</groupId>
+                                                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                                                       <version>1.0.1</version> </dependency> <dependency>
+                                                       <groupId>com.opensymphony.sitemesh</groupId>
+                                                       <artifactId>com.springsource.com.opensymphony.sitemesh</artifactId>
+                                                       <version>2.3.0</version> </dependency>
+                                               -->
                                        </dependencies>
                                </plugin>
                                <plugin>
@@ -578,6 +597,33 @@ limitations under the License.
                                <artifactId>com.springsource.javax.wsdl</artifactId>
                                <version>1.6.1</version>
                        </dependency>
+
+                       <!-- JMS -->
+                       <dependency>
+                               <groupId>javax.jms</groupId>
+                               <artifactId>com.springsource.javax.jms</artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>com.springsource.org.apache.activemq</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>com.springsource.org.apache.activemq.web</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.xbean</groupId>
+                               <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
+                               <version>3.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.geronimo.specs</groupId>
+                               <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                               <version>1.0.1</version>
+                       </dependency>
                </dependencies>
        </dependencyManagement>
        <repositories>