]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.ws.client/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.ws.client / pom.xml
index 0fdc2616d52084b11e585f51c9d24e8233ce28f8..e00b239cc106c9b0ad084ebdb1f1d77705c26c04 100644 (file)
@@ -1,34 +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.ws.client</artifactId>
        <packaging>jar</packaging>
-       <name>SLC Support Web Services Client</name>
+       <name>SLC Support Web Services Client (deprecated)</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>
@@ -41,6 +24,7 @@
                                                <Import-Package>org.w3c.dom;version="0.0.0",
                                                        javax.xml.*;version="0.0.0",
                                                        org.xml.*;version="0.0.0",
+                                                       org.springframework.ws.*;resolution:="optional",
                                                        *
                                                </Import-Package>
                                        </instructions>
@@ -61,6 +45,7 @@
                <dependency>
                        <groupId>org.springframework.ws</groupId>
                        <artifactId>org.springframework.ws</artifactId>
+                       <version>1.5.8.A</version>
                </dependency>
 
                <dependency>