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