[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / dep / org.argeo.server.dep.activemq / pom.xml
index a7da2fd3697d5d02a0d817a9f14a0fe2676f271c..67e656aad36f44e18281f2b01d939e797282a346 100644 (file)
@@ -2,19 +2,19 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>0.2.3-SNAPSHOT</version>
+               <version>0.3.5-SNAPSHOT</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.server.dep.activemq</artifactId>
        <packaging>pom</packaging>
-       <name>Dep Apache Active MQ</name>
+       <name>Commons Active MQ Dependencies</name>
        <dependencies>
                <!-- Commons Dep -->
                <dependency>
                        <groupId>org.argeo.commons.basic</groupId>
                        <artifactId>org.argeo.basic.dep.log4j</artifactId>
-                       <version>0.2.3-SNAPSHOT</version>
+                       <version>0.3.5-SNAPSHOT</version>
                        <type>pom</type>
                </dependency>
 
                        <groupId>org.argeo.dep.osgi</groupId>
                        <artifactId>org.argeo.dep.osgi.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>
                        <groupId>javax.xml.rpc</groupId>
                        <artifactId>com.springsource.javax.xml.rpc</artifactId>
                </dependency>
+
+               <!-- Test OSGi -->
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.dep.javax</artifactId>
+                       <version>0.3.5-SNAPSHOT</version>
+                       <type>pom</type>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.xmlcommons</groupId>
+                       <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.xalan</groupId>
+                       <artifactId>com.springsource.org.apache.xalan</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.beans</artifactId>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.context</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <!-- For Active MQ optional -->
+<!--           <dependency> -->
+<!--                   <groupId>org.argeo.dep.osgi</groupId> -->
+<!--                   <artifactId>org.argeo.dep.osgi.activemq.optional</artifactId> -->
+<!--           </dependency> -->
+               
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.collections</artifactId>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
-                       <groupId>javax.xml.soap</groupId>
-                       <artifactId>com.springsource.javax.xml.soap</artifactId>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>org.springframework.oxm</artifactId>
+                       <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>javax.activation</groupId>
-                       <artifactId>com.springsource.javax.activation</artifactId>
+                       <groupId>org.springframework.ws</groupId>
+                       <artifactId>org.springframework.xml</artifactId>
+                       <scope>test</scope>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file