]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.agent/pom.xml
Improve JCR and GIS
[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.hsqldb</groupId>
115 <artifactId>com.springsource.org.hsqldb</artifactId>
116 </dependency>
117 <dependency>
118 <groupId>com.h2database</groupId>
119 <artifactId>com.springsource.org.h2</artifactId>
120 </dependency>
121 <dependency>
122 <groupId>net.sourceforge.jtds</groupId>
123 <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
124 </dependency>
125 <dependency>
126 <groupId>com.mysql.jdbc</groupId>
127 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
128 </dependency>
129 <dependency>
130 <groupId>org.postgresql</groupId>
131 <artifactId>com.springsource.org.postgresql.jdbc3</artifactId>
132 </dependency>
133 <!-- Required by the Oracle JDBC driver -->
134 <dependency>
135 <groupId>javax.resource</groupId>
136 <artifactId>com.springsource.javax.resource</artifactId>
137 </dependency>
138
139 <!-- Jacob (will be removed soon) -->
140 <dependency>
141 <groupId>org.argeo.dep.jacob</groupId>
142 <artifactId>org.argeo.dep.jacob</artifactId>
143 </dependency>
144 <!-- <dependency> <groupId>org.argeo.dep.jacob</groupId> <artifactId>org.argeo.dep.jacob.win32.x86</artifactId>
145 </dependency> -->
146 <!-- Languages <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>com.springsource.org.codehaus.groovy</artifactId>
147 </dependency> -->
148 <!-- ASM -->
149 <dependency>
150 <groupId>org.objectweb.asm</groupId>
151 <artifactId>com.springsource.org.objectweb.asm</artifactId>
152 </dependency>
153 <dependency>
154 <groupId>org.objectweb.asm</groupId>
155 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
156 </dependency>
157
158 </dependencies>
159 <profiles>
160 <profile>
161 <id>sdkWithModules</id>
162 <activation>
163 <activeByDefault>true</activeByDefault>
164 </activation>
165 <dependencies>
166 <dependency>
167 <groupId>org.argeo.slc.modules</groupId>
168 <artifactId>org.argeo.slc.modules.agent.bundles</artifactId>
169 <version>${version.slc}</version>
170 <type>pom</type>
171 </dependency>
172 </dependencies>
173 </profile>
174 <profile>
175 <id>sdkWithoutModules</id>
176 </profile>
177 </profiles>
178 </project>