summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/shades/webservices/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 17:09:58 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-01-07 17:09:58 +0000
commit9ab3d5a7c1860791c91837d9d467bc87043f1f12 (patch)
treeae1dc592ffde5dc3f6640f2e6e7040d6c53b264e /sca-java-2.x/trunk/shades/webservices/pom.xml
parentcaf704f2d81d04c481d4624440908a13c418a222 (diff)
Change shade jars to use their own groupid and add the new ones to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/shades/webservices/pom.xml')
-rw-r--r--sca-java-2.x/trunk/shades/webservices/pom.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/sca-java-2.x/trunk/shades/webservices/pom.xml b/sca-java-2.x/trunk/shades/webservices/pom.xml
index 77ef27cc5f..8254751241 100644
--- a/sca-java-2.x/trunk/shades/webservices/pom.xml
+++ b/sca-java-2.x/trunk/shades/webservices/pom.xml
@@ -26,62 +26,63 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-webservices</artifactId>
<name>Apache Tuscany SCA Web Services Jar</name>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
<version>${pom.version}</version>
<exclusions>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-contribution</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java-jaxws</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-databinding</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-jaxb</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
</exclusion>
<exclusion>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-xsd</artifactId>
</exclusion>
<exclusion>
@@ -152,7 +153,7 @@
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-base</artifactId>
<version>${pom.version}</version>
<scope>provided</scope>