]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.agent/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.agent / pom.xml
index 3f6f3e7f3c4f88d97a70311a950d54386a67e6dc..4eee03fa330d13f1b9264be6c04b8c77eb271990 100644 (file)
@@ -1,17 +1,27 @@
-<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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.12.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.agent</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Dependencies Agent</name>
+       <name>SLC Dependencies Agent</name>
        <dependencies>
+               <!--  Commons -->
+               <dependency>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+               </dependency>
+
+               <!-- SLC -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.core</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.castor</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.ant</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.lib.detached</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.launcher</artifactId>
+               </dependency>
+
+               <!--  Spring -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.jdbc</artifactId>
+               </dependency>
+
+               <!-- Various third parties -->
+               <dependency>
+                       <groupId>org.custommonkey.xmlunit</groupId>
+                       <artifactId>com.springsource.org.custommonkey.xmlunit</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.bsf</groupId>
+                       <artifactId>com.springsource.org.apache.bsf</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.beanshell</groupId>
+                       <artifactId>com.springsource.bsh</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>net.sourceforge.jexcelapi</groupId>
+                       <artifactId>com.springsource.jxl</artifactId>
+               </dependency>
+
+               <!-- DB Drivers -->
+               <dependency>
+                       <groupId>org.hsqldb</groupId>
+                       <artifactId>com.springsource.org.hsqldb</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>net.sourceforge.jtds</groupId>
+                       <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>com.mysql.jdbc</groupId>
+                       <artifactId>com.springsource.com.mysql.jdbc</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.postgresql</groupId>
+                       <artifactId>com.springsource.org.postgresql.jdbc3</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>com.oracle.jdbc</groupId>
+                       <artifactId>com.springsource.oracle.jdbc</artifactId>
+               </dependency>
+               <!--  Required by the Oracle JDBC driver -->
+               <dependency>
+                       <groupId>javax.resource</groupId>
+                       <artifactId>com.springsource.javax.resource</artifactId>
+               </dependency>
+
+               <!-- Jacob (will be removed soon) -->
+               <dependency>
+                       <groupId>org.argeo.dep.jacob</groupId>
+                       <artifactId>org.argeo.dep.jacob</artifactId>
+               </dependency>
+               <!--
+                       <dependency> <groupId>org.argeo.dep.jacob</groupId>
+                       <artifactId>org.argeo.dep.jacob.win32.x86</artifactId> </dependency>
+               -->
+               <!--
+                       Languages <dependency> <groupId>org.codehaus.groovy</groupId>
+                       <artifactId>com.springsource.org.codehaus.groovy</artifactId>
+                       </dependency>
+               -->
+               <!-- ASM -->
+               <dependency>
+                       <groupId>org.objectweb.asm</groupId>
+                       <artifactId>com.springsource.org.objectweb.asm</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.objectweb.asm</groupId>
+                       <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
+               </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file