]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/pom.xml
Integrate ActiveMQ
[gpl/argeo-slc.git] / org.argeo.slc / pom.xml
index 974e5523888abc43928fa683412573f1ddc4daf6..901aa28ff8526283479a9fa426f67e928671d840 100644 (file)
@@ -159,37 +159,27 @@ limitations under the License.
                                                        <version>1.3.0</version>
                                                </dependency>
 
-                                               <!-- Required by ActiveMQ admin
-                                               <dependency>
+                                               <!--
+                                                       Required by ActiveMQ admin <dependency>
                                                        <groupId>org.springframework</groupId>
                                                        <artifactId>org.springframework.web</artifactId>
-                                                       <version>${version.spring}</version>
-                                               </dependency>
-                                               <dependency>
+                                                       <version>${version.spring}</version> </dependency> <dependency>
                                                        <groupId>org.springframework</groupId>
                                                        <artifactId>org.springframework.web.servlet</artifactId>
-                                                       <version>${version.spring}</version>
-                                               </dependency>
-                                               <dependency>
+                                                       <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>
+                                                       <version>${version.activemq}</version> </dependency> <dependency>
                                                        <groupId>javax.jms</groupId>
                                                        <artifactId>com.springsource.javax.jms</artifactId>
-                                                       <version>1.1.0</version>
-                                               </dependency>
-                                               <dependency>
+                                                       <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>
+                                                       <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> -->
+                                                       <version>2.3.0</version> </dependency>
+                                               -->
                                        </dependencies>
                                </plugin>
                                <plugin>
@@ -363,6 +353,11 @@ limitations under the License.
                                <artifactId>org.springframework.jdbc</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.transaction</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
                        <dependency>
                                <groupId>org.springframework</groupId>
                                <artifactId>org.springframework.web</artifactId>
@@ -378,6 +373,11 @@ limitations under the License.
                                <artifactId>org.springframework.aop</artifactId>
                                <version>${version.spring}</version>
                        </dependency>
+                       <dependency>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>org.springframework.jms</artifactId>
+                               <version>${version.spring}</version>
+                       </dependency>
 
                        <dependency>
                                <groupId>org.springframework.ws</groupId>
@@ -614,17 +614,40 @@ limitations under the License.
                                <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>
+                       
+                       <!-- ActiveMQ -->
                        <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.activemq</groupId>
+                               <artifactId>activemq-pool</artifactId>
+                               <version>${version.activemq}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.activemq</groupId>
+                               <artifactId>activemq-optional</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>
-
                </dependencies>
        </dependencyManagement>
        <repositories>