]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.ws.client/pom.xml
Migrate detached to new runtime
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.ws.client / pom.xml
index 429f9362f05816ef1c4e2df0f8501c2b69f50ee0..b8721284b6b7b6fbe421fdd12ce9e2f31886cc90 100644 (file)
@@ -4,11 +4,11 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.2-SNAPSHOT</version>
+               <version>0.11.3-SNAPSHOT</version>
                <relativePath>../../org.argeo.slc</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
-       <artifactId>org.argeo.slc.support.ws</artifactId>
+       <artifactId>org.argeo.slc.support.ws.client</artifactId>
        <packaging>jar</packaging>
        <name>Argeo SLC Support Web Services Client</name>
        <build>
@@ -33,6 +33,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.specs</artifactId>
-                       <version>${project.version}</version>
+                       <artifactId>org.argeo.slc.support.simple</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.simple</artifactId>
-                       <version>${project.version}</version>
+                       <artifactId>org.argeo.slc.support.castor</artifactId>
                </dependency>
 
                <dependency>
@@ -70,5 +69,9 @@
                                com.springsource.com.sun.xml.messaging.saaj
                        </artifactId>
                </dependency>
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>com.springsource.javax.activation</artifactId>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file