]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / pom.xml
index d0141651158834074ca201ac42e3422572c476d2..bb3725fea481d1f761acdafe60fa2c595bd23a73 100644 (file)
@@ -1,14 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.slc.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
+               <version>0.12.1</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.activemq</artifactId>
-       <name>Argeo SLC Support ActiveMQ</name>
+       <name>SLC Support ActiveMQ</name>
        <build>
                <plugins>
                        <plugin>
@@ -45,7 +45,7 @@
                <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.simple</artifactId>
+                       <artifactId>org.argeo.slc.core</artifactId>
                </dependency>
 
                <!-- Spring -->
                        <artifactId>org.argeo.dep.osgi.activemq</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.apache.geronimo.specs</groupId>
-                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.activemq.optional</artifactId>
+               </dependency>
+               <!-- 
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.activemq.xmpp</artifactId>
                </dependency>
+                -->
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.pool</artifactId>
+               </dependency>
+
+               <!-- JEE required by ActiveMQ Core-->
                <dependency>
                        <groupId>javax.activation</groupId>
                        <artifactId>com.springsource.javax.activation</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet</artifactId>
+                       <groupId>org.apache.geronimo.specs</groupId>
+                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
                </dependency>
                <dependency>
                        <groupId>javax.ejb</groupId>
                        <groupId>javax.xml.soap</groupId>
                        <artifactId>com.springsource.javax.xml.soap</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>javax.transaction</groupId>
+                       <artifactId>com.springsource.javax.transaction</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file