]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.agent/pom.xml
Move server bundles to modules
[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.11.4-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>Argeo SLC Dependencies Agent</name>
14 <dependencies>
15 <dependency>
16 <groupId>org.argeo.slc.runtime</groupId>
17 <artifactId>org.argeo.slc.core</artifactId>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.slc.runtime</groupId>
21 <artifactId>org.argeo.slc.support.simple</artifactId>
22 </dependency>
23 <dependency>
24 <groupId>org.argeo.slc.runtime</groupId>
25 <artifactId>org.argeo.slc.support.equinox</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>org.argeo.slc.runtime</groupId>
29 <artifactId>org.argeo.slc.support.activemq</artifactId>
30 </dependency>
31 <dependency>
32 <groupId>org.argeo.slc.runtime</groupId>
33 <artifactId>org.argeo.slc.support.castor</artifactId>
34 </dependency>
35 </dependencies>
36 </project>