]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.lib.detached/pom.xml
Fix Jar copy
[gpl/argeo-slc.git] / runtime / org.argeo.slc.lib.detached / pom.xml
index fb6e2f91d820d4372a57b6b0f9cbfa0a01cb2fad..23a9015ecac6ae83911fbf2148919e9c11b10e9d 100644 (file)
@@ -3,10 +3,9 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>1.1.1-SNAPSHOT</version>
+               <version>1.1.19-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.lib.detached</artifactId>
        <name>SLC Lib Detached</name>
        <build>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>1.1.19-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.detached</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>1.1.19-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.castor</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.springframework.oxm</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp</groupId>
+                       <artifactId>org.castor</artifactId>
                </dependency>
 
                <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
-                       <version>1.1.1-SNAPSHOT</version>
+                       <version>1.1.19-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>