]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.agent/pom.xml
Adapt to changes in Commons
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.agent / 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.slc</groupId>
6 <artifactId>dep</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.dep</groupId>
11 <artifactId>org.argeo.slc.dep.agent</artifactId>
12 <packaging>jar</packaging>
13 <name>SLC Agent Dependencies</name>
14 <dependencies>
15 <!-- Commons -->
16 <dependency>
17 <groupId>org.argeo.commons.osgi</groupId>
18 <artifactId>org.argeo.osgi.boot</artifactId>
19 <version>${version.argeo-commons}</version>
20 </dependency>
21 <!-- <dependency>-->
22 <!-- <groupId>org.argeo.commons.server</groupId>-->
23 <!-- <artifactId>org.argeo.server.modeshape</artifactId>-->
24 <!-- <version>${version.argeo-commons}</version>-->
25 <!-- </dependency>-->
26
27 <!-- SLC -->
28 <dependency>
29 <groupId>org.argeo.slc.runtime</groupId>
30 <artifactId>org.argeo.slc.core</artifactId>
31 <version>${version.slc}</version>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.slc.runtime</groupId>
35 <artifactId>org.argeo.slc.support.simple</artifactId>
36 <version>${version.slc}</version>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.slc.runtime</groupId>
40 <artifactId>org.argeo.slc.support.equinox</artifactId>
41 <version>${version.slc}</version>
42 </dependency>
43 <dependency>
44 <groupId>org.argeo.slc.runtime</groupId>
45 <artifactId>org.argeo.slc.support.activemq</artifactId>
46 <version>${version.slc}</version>
47 </dependency>
48 <dependency>
49 <groupId>org.argeo.slc.runtime</groupId>
50 <artifactId>org.argeo.slc.support.castor</artifactId>
51 <version>${version.slc}</version>
52 </dependency>
53 <dependency>
54 <groupId>org.argeo.slc.runtime</groupId>
55 <artifactId>org.argeo.slc.support.ant</artifactId>
56 <version>${version.slc}</version>
57 </dependency>
58 <dependency>
59 <groupId>org.argeo.slc.runtime</groupId>
60 <artifactId>org.argeo.slc.support.jcr</artifactId>
61 <version>${version.slc}</version>
62 </dependency>
63 <dependency>
64 <groupId>org.argeo.slc.runtime</groupId>
65 <artifactId>org.argeo.slc.lib.detached</artifactId>
66 <version>${version.slc}</version>
67 </dependency>
68 <dependency>
69 <groupId>org.argeo.slc.runtime</groupId>
70 <artifactId>org.argeo.slc.launcher</artifactId>
71 <version>${version.slc}</version>
72 </dependency>
73 <dependency>
74 <groupId>org.argeo.slc.runtime</groupId>
75 <artifactId>org.argeo.slc.support.maven</artifactId>
76 <version>${version.slc}</version>
77 </dependency>
78
79 <dependency>
80 <groupId>org.argeo.commons.security</groupId>
81 <artifactId>org.argeo.security.activemq</artifactId>
82 <version>${version.argeo-commons}</version>
83 <type>pom</type>
84 </dependency>
85
86 <!-- JCR -->
87
88 <!-- Spring -->
89 <dependency>
90 <groupId>org.springframework</groupId>
91 <artifactId>org.springframework.jdbc</artifactId>
92 </dependency>
93
94 <!-- Various third parties -->
95 <dependency>
96 <groupId>org.custommonkey.xmlunit</groupId>
97 <artifactId>com.springsource.org.custommonkey.xmlunit</artifactId>
98 </dependency>
99 <dependency>
100 <groupId>org.apache.bsf</groupId>
101 <artifactId>com.springsource.org.apache.bsf</artifactId>
102 </dependency>
103 <dependency>
104 <groupId>org.beanshell</groupId>
105 <artifactId>com.springsource.bsh</artifactId>
106 </dependency>
107 <dependency>
108 <groupId>net.sourceforge.jexcelapi</groupId>
109 <artifactId>com.springsource.jxl</artifactId>
110 </dependency>
111
112 <!-- DB Drivers -->
113 <dependency>
114 <groupId>org.springframework</groupId>
115 <artifactId>org.springframework.jdbc</artifactId>
116 </dependency>
117 <dependency>
118 <groupId>org.argeo.commons.server</groupId>
119 <artifactId>org.argeo.server.jdbc</artifactId>
120 <version>${version.argeo-commons}</version>
121 </dependency>
122 <dependency>
123 <groupId>org.hsqldb</groupId>
124 <artifactId>com.springsource.org.hsqldb</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>com.h2database</groupId>
128 <artifactId>com.springsource.org.h2</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>net.sourceforge.jtds</groupId>
132 <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>com.mysql.jdbc</groupId>
136 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.postgresql</groupId>
140 <artifactId>com.springsource.org.postgresql.jdbc3</artifactId>
141 </dependency>
142 <!-- Required by the Oracle JDBC driver -->
143 <dependency>
144 <groupId>javax.resource</groupId>
145 <artifactId>com.springsource.javax.resource</artifactId>
146 </dependency>
147
148 <!-- Jacob (will be removed soon) -->
149 <dependency>
150 <groupId>org.argeo.dep.jacob</groupId>
151 <artifactId>org.argeo.dep.jacob</artifactId>
152 </dependency>
153 <!-- <dependency> <groupId>org.argeo.dep.jacob</groupId> <artifactId>org.argeo.dep.jacob.win32.x86</artifactId>
154 </dependency> -->
155 <!-- Languages <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>com.springsource.org.codehaus.groovy</artifactId>
156 </dependency> -->
157 <!-- ASM -->
158 <dependency>
159 <groupId>org.objectweb.asm</groupId>
160 <artifactId>com.springsource.org.objectweb.asm</artifactId>
161 </dependency>
162 <dependency>
163 <groupId>org.objectweb.asm</groupId>
164 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
165 </dependency>
166
167 </dependencies>
168 <profiles>
169 <profile>
170 <id>sdkWithModules</id>
171 <activation>
172 <activeByDefault>true</activeByDefault>
173 </activation>
174 <dependencies>
175 <dependency>
176 <groupId>org.argeo.slc.modules</groupId>
177 <artifactId>org.argeo.slc.modules.agent.bundles</artifactId>
178 <version>${version.slc}</version>
179 <type>pom</type>
180 </dependency>
181 </dependencies>
182 </profile>
183 <profile>
184 <id>sdkWithoutModules</id>
185 </profile>
186 </profiles>
187 </project>