]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/pom.xml
Adapt to new Commons structure
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / pom.xml
index f49ce6a37d81ba0111a608ccdcccbaa870096959..6b3c1db5e0a66ec958a746e93a1c5b2948a7e37c 100644 (file)
@@ -1,10 +1,10 @@
-<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">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.13.1-SNAPSHOT</version>
+               <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                                                <Export-Package>
                                                        org.argeo.slc.jms.*,org.argeo.slc.activemq
                                                </Export-Package>
+                                               <Import-Package>
+                                                       javax.xml.transform;version="0.0.0",
+                                                       *
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
-                       <version>0.13.1-SNAPSHOT</version>
+                       <version>1.1.3-SNAPSHOT</version>
                </dependency>
 
                <!-- Spring -->
                <dependency>
-                       <groupId>org.springframework</groupId>
+                       <groupId>org.argeo.tp</groupId>
                        <artifactId>org.springframework.jms</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.springframework.ws</groupId>
+                       <groupId>org.argeo.tp</groupId>
                        <artifactId>org.springframework.oxm</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.springframework</groupId>
+                       <groupId>org.argeo.tp</groupId>
                        <artifactId>org.springframework.transaction</artifactId>
                </dependency>
 
                <!-- AOP -->
                <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>com.springsource.org.aspectj.weaver</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.aspectj.weaver</artifactId>
                </dependency>
 
                <!-- JMS -->
                <dependency>
-                       <groupId>javax.jms</groupId>
-                       <artifactId>com.springsource.javax.jms</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>javax.jms</artifactId>
                </dependency>
 
                <!-- ActiveMQ -->
                <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.activemq</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.apache.activemq</artifactId>
                </dependency>
-<!--           <dependency> -->
-<!--                   <groupId>org.argeo.dep.osgi</groupId> -->
-<!--                   <artifactId>org.argeo.dep.osgi.activemq.optional</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>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.apache.commons.pool</artifactId>
                </dependency>
 
                <!-- JEE required by ActiveMQ Core -->
                <dependency>
-                       <groupId>org.apache.geronimo.specs</groupId>
-                       <artifactId>com.springsource.javax.management.j2ee</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>javax.management.j2ee</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.ejb</groupId>
-                       <artifactId>com.springsource.javax.ejb</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>javax.ejb</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.xml.rpc</groupId>
-                       <artifactId>com.springsource.javax.xml.rpc</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>javax.xml.rpc</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet</artifactId>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>javax.servlet</artifactId>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file