]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.ws.client/pom.xml
Improve SystemCall
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.ws.client / pom.xml
index b8721284b6b7b6fbe421fdd12ce9e2f31886cc90..a63720a02c95a0dbb303a36463e27719bf285e94 100644 (file)
@@ -3,14 +3,14 @@
        <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.12.1-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.ws.client</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Support Web Services Client</name>
+       <name>SLC Support Web Services Client (deprecated)</name>
        <build>
                <plugins>
                        <!-- Look to parent pom for inheritances -->
                                                <Export-Package>
                                                        org.argeo.slc.ws.*
                                                </Export-Package>
+                                               <Import-Package>org.w3c.dom;version="0.0.0",
+                                                       javax.xml.*;version="0.0.0",
+                                                       org.xml.*;version="0.0.0",
+                                                       *
+                                               </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -57,6 +62,7 @@
                <dependency>
                        <groupId>org.springframework.ws</groupId>
                        <artifactId>org.springframework.ws</artifactId>
+                       <version>1.5.8.A</version>
                </dependency>
 
                <dependency>