]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.server.dep.activemq/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.server.dep.activemq / pom.xml
1 <?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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.server</groupId>
5 <version>1.1.1-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>1.1.1-SNAPSHOT</version>
18 <type>pom</type>
19 </dependency>
20
21 <!-- JMS / ActiveMQ -->
22 <dependency>
23 <groupId>org.argeo.tp</groupId>
24 <artifactId>javax.jms</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.argeo.tp</groupId>
28 <artifactId>org.apache.activemq</artifactId>
29 <!-- FIXME until duplicated ActiveMQ is removed -->
30 <version>5.3.0.0001</version>
31 </dependency>
32 <dependency>
33 <groupId>org.argeo.tp</groupId>
34 <artifactId>org.apache.activemq.pool</artifactId>
35 </dependency>
36 <dependency>
37 <groupId>org.argeo.tp</groupId>
38 <artifactId>org.apache.commons.pool</artifactId>
39 </dependency>
40
41 <!-- Required by ActiveMQ bundles -->
42 <dependency>
43 <groupId>org.argeo.tp</groupId>
44 <artifactId>org.apache.commons.net</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.argeo.tp</groupId>
48 <artifactId>javax.management.j2ee</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.tp</groupId>
52 <artifactId>javax.ejb</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.tp</groupId>
56 <artifactId>javax.xml.rpc</artifactId>
57 </dependency>
58
59 <!-- Test OSGi -->
60 <!-- <dependency> -->
61 <!-- <groupId>org.argeo.commons.server</groupId> -->
62 <!-- <artifactId>org.argeo.server.dep.javax</artifactId> -->
63 <!-- <version>1.1.1-SNAPSHOT</version> -->
64 <!-- <type>pom</type> -->
65 <!-- <scope>test</scope> -->
66 <!-- </dependency> -->
67 <dependency>
68 <groupId>org.argeo.tp</groupId>
69 <artifactId>javax.servlet</artifactId>
70 <scope>test</scope>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.tp</groupId>
74 <artifactId>org.apache.xmlcommons</artifactId>
75 <scope>test</scope>
76 </dependency>
77 <dependency>
78 <groupId>org.argeo.tp</groupId>
79 <artifactId>org.apache.xalan</artifactId>
80 <scope>test</scope>
81 </dependency>
82 <dependency>
83 <groupId>org.argeo.tp</groupId>
84 <artifactId>org.springframework.beans</artifactId>
85 <scope>test</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.argeo.tp</groupId>
89 <artifactId>org.springframework.context</artifactId>
90 <scope>test</scope>
91 </dependency>
92
93 <!-- For Active MQ optional -->
94 <!-- <dependency> -->
95 <!-- <groupId>org.argeo.dep.osgi</groupId> -->
96 <!-- <artifactId>org.argeo.dep.osgi.activemq.optional</artifactId> -->
97 <!-- </dependency> -->
98
99 <dependency>
100 <groupId>org.argeo.tp</groupId>
101 <artifactId>org.apache.commons.collections</artifactId>
102 <scope>test</scope>
103 </dependency>
104 <dependency>
105 <groupId>org.argeo.tp</groupId>
106 <artifactId>org.springframework.oxm</artifactId>
107 <scope>test</scope>
108 </dependency>
109 <dependency>
110 <groupId>org.argeo.tp</groupId>
111 <artifactId>org.springframework.xml</artifactId>
112 <scope>test</scope>
113 </dependency>
114 </dependencies>
115 </project>