]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.agent/pom.xml
Site deploy
[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" 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.slc</groupId>
5 <artifactId>dep</artifactId>
6 <version>0.12.1-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <groupId>org.argeo.slc.dep</groupId>
10 <artifactId>org.argeo.slc.dep.agent</artifactId>
11 <packaging>jar</packaging>
12 <name>SLC Dependencies Agent</name>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.slc.runtime</groupId>
16 <artifactId>org.argeo.slc.core</artifactId>
17 </dependency>
18 <dependency>
19 <groupId>org.argeo.slc.runtime</groupId>
20 <artifactId>org.argeo.slc.support.simple</artifactId>
21 </dependency>
22 <dependency>
23 <groupId>org.argeo.slc.runtime</groupId>
24 <artifactId>org.argeo.slc.support.equinox</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.argeo.slc.runtime</groupId>
28 <artifactId>org.argeo.slc.support.activemq</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.slc.runtime</groupId>
32 <artifactId>org.argeo.slc.support.castor</artifactId>
33 </dependency>
34
35 <!-- Additional -->
36 <dependency>
37 <groupId>org.argeo.slc.runtime</groupId>
38 <artifactId>org.argeo.slc.support.ant</artifactId>
39 </dependency>
40 <dependency>
41 <groupId>org.argeo.slc.runtime</groupId>
42 <artifactId>org.argeo.slc.lib.detached</artifactId>
43 </dependency>
44 </dependencies>
45 </project>