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