]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.dist/pom.xml
Update dist
[gpl/argeo-slc.git] / org.argeo.slc.dist / pom.xml
index 44b9bc9965dadb6528a80fc6c65506c1ea1c8b83..94c8979eaa071842a269dd3f55ea2d36c75f0b00 100644 (file)
@@ -1,9 +1,10 @@
-<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>argeo-slc</artifactId>
-               <version>0.10.2</version>
+               <version>0.11.3-SNAPSHOT</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-dist</artifactId>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <configuration>
+                                       <overWriteReleases>false</overWriteReleases>
+                                       <overWriteSnapshots>false</overWriteSnapshots>
+                                       <overWriteIfNewer>true</overWriteIfNewer>
+                                       <outputDirectory>${project.build.directory}/p2Repository/plugins</outputDirectory>
+                               </configuration>
+                       </plugin>
+
                </plugins>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>argeo-slc-agent</artifactId>
-                       <version>${project.version}</version>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.launcher</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.server</artifactId>
                </dependency>
 
                <!--  Additional SLC dependencies -->
                <dependency>
-                       <groupId>org.argeo.slc</groupId>
-                       <artifactId>argeo-slc-agent</artifactId>
-            <version>${project.version}</version>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.launcher</artifactId>
                        <type>tar.gz</type>
                        <classifier>base</classifier>
                </dependency>
 
-               <!-- Additional Third Parties
                <dependency>
-                       <groupId>net.sourceforge.jtds</groupId>
-                       <artifactId>jtds</artifactId>
+                       <groupId>org.argeo.dep.jemmy</groupId>
+                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+               </dependency>
+
+               <!--
+                       Artifacts below are required for consistency of the P2 repository
+               -->
+
+               <!-- Required by SOAP and Web Services -->
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>com.springsource.javax.activation</artifactId>
+               </dependency>
+               <!-- Required by Xerces -->
+               <dependency>
+                       <groupId>org.apache.xmlcommons</groupId>
+                       <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
                </dependency>
+               <!-- Required by DB unit -->
                <dependency>
-                       <groupId>mysql</groupId>
-                       <artifactId>mysql-connector-java</artifactId>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.collections</artifactId>
                </dependency>
+               <!-- Required by JSP -->
                <dependency>
-                       <groupId>hsqldb</groupId>
-                       <artifactId>hsqldb</artifactId>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet.jsp</artifactId>
                </dependency>
- -->
-        <!-- Required by FTP Ant task
-        <dependency>
-            <groupId>commons-net</groupId>
-            <artifactId>commons-net</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>oro</groupId>
-            <artifactId>oro</artifactId>
-        </dependency>
- -->
+               <dependency>
+                       <groupId>javax.el</groupId>
+                       <artifactId>com.springsource.javax.el</artifactId>
+               </dependency>
+
+
+               <!--
+                       Additional Third Parties <dependency>
+                       <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId>
+                       </dependency> <dependency> <groupId>mysql</groupId>
+                       <artifactId>mysql-connector-java</artifactId> </dependency>
+                       <dependency> <groupId>hsqldb</groupId>
+                       <artifactId>hsqldb</artifactId> </dependency>
+               -->
+               <!--
+                       Required by FTP Ant task <dependency> <groupId>commons-net</groupId>
+                       <artifactId>commons-net</artifactId> </dependency> <dependency>
+                       <groupId>oro</groupId> <artifactId>oro</artifactId> </dependency>
+               -->
        </dependencies>
 </project>
\ No newline at end of file