]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.agent/pom.xml
Complete implementation of flow namespace + unit tests
[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.12.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 Dependencies Agent</name>
14 <dependencies>
15 <!-- Commons -->
16 <dependency>
17 <groupId>org.argeo.commons.osgi</groupId>
18 <artifactId>org.argeo.osgi.boot</artifactId>
19 </dependency>
20
21 <!-- SLC -->
22 <dependency>
23 <groupId>org.argeo.slc.runtime</groupId>
24 <artifactId>org.argeo.slc.core</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.argeo.slc.runtime</groupId>
28 <artifactId>org.argeo.slc.support.simple</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.slc.runtime</groupId>
32 <artifactId>org.argeo.slc.support.equinox</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.argeo.slc.runtime</groupId>
36 <artifactId>org.argeo.slc.support.activemq</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.slc.runtime</groupId>
40 <artifactId>org.argeo.slc.support.castor</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.argeo.slc.runtime</groupId>
44 <artifactId>org.argeo.slc.support.ant</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>org.argeo.slc.runtime</groupId>
48 <artifactId>org.argeo.slc.lib.detached</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.slc.runtime</groupId>
52 <artifactId>org.argeo.slc.launcher</artifactId>
53 </dependency>
54
55 <!-- Spring -->
56 <dependency>
57 <groupId>org.springframework</groupId>
58 <artifactId>org.springframework.jdbc</artifactId>
59 </dependency>
60
61 <!-- Various third parties -->
62 <dependency>
63 <groupId>org.custommonkey.xmlunit</groupId>
64 <artifactId>com.springsource.org.custommonkey.xmlunit</artifactId>
65 </dependency>
66 <dependency>
67 <groupId>org.apache.bsf</groupId>
68 <artifactId>com.springsource.org.apache.bsf</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>org.beanshell</groupId>
72 <artifactId>com.springsource.bsh</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>net.sourceforge.jexcelapi</groupId>
76 <artifactId>com.springsource.jxl</artifactId>
77 </dependency>
78
79 <!-- DB Drivers -->
80 <dependency>
81 <groupId>org.hsqldb</groupId>
82 <artifactId>com.springsource.org.hsqldb</artifactId>
83 </dependency>
84 <dependency>
85 <groupId>net.sourceforge.jtds</groupId>
86 <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
87 </dependency>
88 <dependency>
89 <groupId>com.mysql.jdbc</groupId>
90 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
91 </dependency>
92 <dependency>
93 <groupId>org.postgresql</groupId>
94 <artifactId>com.springsource.org.postgresql.jdbc3</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>com.oracle.jdbc</groupId>
98 <artifactId>com.springsource.oracle.jdbc</artifactId>
99 </dependency>
100 <!-- Required by the Oracle JDBC driver -->
101 <dependency>
102 <groupId>javax.resource</groupId>
103 <artifactId>com.springsource.javax.resource</artifactId>
104 </dependency>
105
106 <!-- Jacob (will be removed soon) -->
107 <dependency>
108 <groupId>org.argeo.dep.jacob</groupId>
109 <artifactId>org.argeo.dep.jacob</artifactId>
110 </dependency>
111 <!--
112 <dependency> <groupId>org.argeo.dep.jacob</groupId>
113 <artifactId>org.argeo.dep.jacob.win32.x86</artifactId> </dependency>
114 -->
115 <!--
116 Languages <dependency> <groupId>org.codehaus.groovy</groupId>
117 <artifactId>com.springsource.org.codehaus.groovy</artifactId>
118 </dependency>
119 -->
120 <!-- ASM -->
121 <dependency>
122 <groupId>org.objectweb.asm</groupId>
123 <artifactId>com.springsource.org.objectweb.asm</artifactId>
124 </dependency>
125 <dependency>
126 <groupId>org.objectweb.asm</groupId>
127 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
128 </dependency>
129
130 </dependencies>
131 </project>