]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/org.argeo.server.dep.activemq/pom.xml
Adapt for GeoTools 2.7.2
[lgpl/argeo-commons.git] / server / dep / org.argeo.server.dep.activemq / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.server</groupId>
5 <version>0.3.3-SNAPSHOT</version>
6 <artifactId>dep</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.dep.activemq</artifactId>
10 <packaging>pom</packaging>
11 <name>Commons Active MQ Dependencies</name>
12 <dependencies>
13 <!-- Commons Dep -->
14 <dependency>
15 <groupId>org.argeo.commons.basic</groupId>
16 <artifactId>org.argeo.basic.dep.log4j</artifactId>
17 <version>0.3.3-SNAPSHOT</version>
18 <type>pom</type>
19 </dependency>
20
21 <!-- JMS / ActiveMQ -->
22 <dependency>
23 <groupId>javax.jms</groupId>
24 <artifactId>com.springsource.javax.jms</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.argeo.dep.osgi</groupId>
28 <artifactId>org.argeo.dep.osgi.activemq</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.apache.activemq</groupId>
32 <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.apache.commons</groupId>
36 <artifactId>com.springsource.org.apache.commons.pool</artifactId>
37 </dependency>
38
39 <!-- Required by ActiveMQ bundles -->
40 <dependency>
41 <groupId>org.apache.commons</groupId>
42 <artifactId>com.springsource.org.apache.commons.net</artifactId>
43 </dependency>
44 <dependency>
45 <groupId>org.apache.geronimo.specs</groupId>
46 <artifactId>com.springsource.javax.management.j2ee</artifactId>
47 </dependency>
48 <dependency>
49 <groupId>javax.ejb</groupId>
50 <artifactId>com.springsource.javax.ejb</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>javax.xml.rpc</groupId>
54 <artifactId>com.springsource.javax.xml.rpc</artifactId>
55 </dependency>
56
57 <!-- Test OSGi -->
58 <dependency>
59 <groupId>org.argeo.commons.server</groupId>
60 <artifactId>org.argeo.server.dep.javax</artifactId>
61 <version>0.3.3-SNAPSHOT</version>
62 <type>pom</type>
63 <scope>test</scope>
64 </dependency>
65 <dependency>
66 <groupId>javax.servlet</groupId>
67 <artifactId>com.springsource.javax.servlet</artifactId>
68 <scope>test</scope>
69 </dependency>
70 <dependency>
71 <groupId>org.apache.xmlcommons</groupId>
72 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
73 <scope>test</scope>
74 </dependency>
75 <dependency>
76 <groupId>org.apache.xalan</groupId>
77 <artifactId>com.springsource.org.apache.xalan</artifactId>
78 <scope>test</scope>
79 </dependency>
80 <dependency>
81 <groupId>org.springframework</groupId>
82 <artifactId>org.springframework.beans</artifactId>
83 <scope>test</scope>
84 </dependency>
85 <dependency>
86 <groupId>org.springframework</groupId>
87 <artifactId>org.springframework.context</artifactId>
88 <scope>test</scope>
89 </dependency>
90
91 <!-- For Active MQ optional -->
92 <dependency>
93 <groupId>org.argeo.dep.osgi</groupId>
94 <artifactId>org.argeo.dep.osgi.activemq.optional</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.apache.commons</groupId>
98 <artifactId>com.springsource.org.apache.commons.collections</artifactId>
99 <scope>test</scope>
100 </dependency>
101 <dependency>
102 <groupId>org.springframework.ws</groupId>
103 <artifactId>org.springframework.oxm</artifactId>
104 <scope>test</scope>
105 </dependency>
106 <dependency>
107 <groupId>org.springframework.ws</groupId>
108 <artifactId>org.springframework.xml</artifactId>
109 <scope>test</scope>
110 </dependency>
111 </dependencies>
112 </project>