]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/pom.xml
Fix issue when running under 1.5
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / pom.xml
index 25253467d12424d350e573da7985db3d341c19fd..f4b5083cb7658a8c513d58b3a7e171c96c8e0513 100644 (file)
                </plugins>
        </build>
        <dependencies>
+               <!-- SLC -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.simple</artifactId>
+               </dependency>
+
+               <!-- Spring -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.jms</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>org.springframework.oxm</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.transaction</artifactId>
+               </dependency>
+
+               <!-- JMS -->
                <dependency>
                        <groupId>javax.jms</groupId>
                        <artifactId>com.springsource.javax.jms</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.geronimo.specs</groupId>
+                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+               </dependency>
+
+               <!-- ActiveMQ -->
                <dependency>
                        <groupId>org.apache.activemq</groupId>
                        <artifactId>com.springsource.org.apache.activemq</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.xbean</groupId>
+                       <artifactId>com.springsource.org.apache.xbean.spring</artifactId>
+               </dependency>
+               <!-- 
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-pool</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.activemq</groupId>
+                       <artifactId>activemq-optional</artifactId>
+               </dependency>
+                -->
        </dependencies>
 </project>
\ No newline at end of file