]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index 40dc4a0ea95f6a6a22c47a288ad0c3c6115ca7ea..99739e44ccd654b088e103523edb8308f0469a5d 100644 (file)
@@ -1,40 +1,17 @@
-<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.runtime</groupId>
-               <artifactId>argeo-slc-runtime</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
+               <groupId>org.argeo.slc</groupId>
+               <artifactId>runtime</artifactId>
+               <version>0.13.0</version>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.simple</artifactId>
-       <name>Argeo SLC Support Simple</name>
+       <name>SLC Support Simple</name>
        <description>Basic implementations of SLC Specifications</description>
        <build>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>test-jar</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                                        org.dbunit.database;resolution:="optional",
                                                        org.dbunit.dataset;resolution:="optional",
                                                        org.dbunit.dataset.xml;resolution:="optional",
-                                                       org.dbunit.operation;resolution:="optional"
+                                                       org.dbunit.operation;resolution:="optional",
+                                                       junit.framework;resolution:="optional",
+                                                       org.apache.commons.vfs.*,
+                                                       javax.swing.plaf.metal
                                                </Import-Package>
                                        </instructions>
                                </configuration>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.specs</artifactId>
+                       <artifactId>org.argeo.slc.core</artifactId>
                </dependency>
 
+               <!-- SSH -->
                <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>com.springsource.org.aspectj.runtime</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>com.springsource.org.aspectj.weaver</artifactId>
+                       <groupId>com.jcraft.jsch</groupId>
+                       <artifactId>com.springsource.com.jcraft.jsch</artifactId>
                </dependency>
 
+               <!-- Scheduling -->
                <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+                       <groupId>com.opensymphony.quartz</groupId>
+                       <artifactId>com.springsource.org.quartz</artifactId>
                </dependency>
+
                <dependency>
-                       <groupId>org.apache.log4j</groupId>
-                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.context.support</artifactId>
                </dependency>
 
+               <!-- Mail -->
                <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>org.springframework.context</artifactId>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>com.springsource.javax.mail</artifactId>
                </dependency>
 
+               <!-- SVN -->
                <dependency>
-                       <groupId>org.dbunit</groupId>
-                       <artifactId>com.springsource.org.dbunit</artifactId>
+                       <groupId>com.svnkit</groupId>
+                       <artifactId>com.springsource.org.tmatesoft.svn</artifactId>
                </dependency>
+
+               <!--  Commons VFS -->
                <dependency>
-                       <groupId>org.junit</groupId>
-                       <artifactId>com.springsource.junit</artifactId>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.vfs</artifactId>
                </dependency>
+
+               <!-- TODO: check if necessary here -->
                <dependency>
-                       <groupId>net.sourceforge.cglib</groupId>
-                       <artifactId>com.springsource.net.sf.cglib</artifactId>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.transaction</artifactId>
                </dependency>
 
-               <!-- Required by DB Unit -->
+               <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.collections</artifactId>
+                       <groupId>org.junit</groupId>
+                       <artifactId>com.springsource.junit</artifactId>
+                       <scope>test</scope>
                </dependency>
 
        </dependencies>