]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.lib.detached/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.lib.detached / pom.xml
index b7a89af92e52b090e5143d9dafc678a94c08c570..5190781f43a492b6d98b48a2a55c0a82f7f965b3 100644 (file)
@@ -2,33 +2,16 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <artifactId>runtime</artifactId>
+               <version>0.13.0</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.lib.detached</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Lib Detached</name>
+       <name>SLC Lib Detached</name>
        <build>
                <plugins>
-                       <!-- Look to parent pom for inheritances -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-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.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
@@ -38,6 +21,7 @@
                                                <Export-Package>
                                                        org.argeo.slc.*
                                                </Export-Package>
+                                               <Import-Package>javax.xml.*;version="0.0.0",org.argeo.slc.ant.*;resolution:="optional",*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.ant</artifactId>
+                       <artifactId>org.argeo.slc.detached</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.detached</artifactId>
+                       <artifactId>org.argeo.slc.support.castor</artifactId>
                </dependency>
+
+               <!-- Unit Tests -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.castor</artifactId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <scope>test</scope>
                </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file