summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-20 10:57:14 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-20 10:57:14 +0000
commit8af241223bda75b33ebfc4a57d533eea71570ecb (patch)
tree48c790f4bdc3ea28c549f362121b1ab297f622c9 /java
parent0fe8f9530789d0d1310d2bac4eeb45313f9aa82d (diff)
update the webservice distro pom and make pde target depend on the webservice module rather than the individual modules. Webservice module not in build yet
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/distribution/pdetarget/pom.xml9
-rw-r--r--java/sca/distribution/webservice/pom.xml21
2 files changed, 26 insertions, 4 deletions
diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml
index 643ffdab61..cbf5017576 100644
--- a/java/sca/distribution/pdetarget/pom.xml
+++ b/java/sca/distribution/pdetarget/pom.xml
@@ -64,6 +64,13 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-distribution-webservice</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <!--dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -102,7 +109,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-xml-ws</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency-->
</dependencies>
</profile>
diff --git a/java/sca/distribution/webservice/pom.xml b/java/sca/distribution/webservice/pom.xml
index a304562b2c..651fc828b1 100644
--- a/java/sca/distribution/webservice/pom.xml
+++ b/java/sca/distribution/webservice/pom.xml
@@ -41,10 +41,15 @@
</dependency>
<!-- Bindings -->
- <dependency>
+ <!--dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
+ </dependency-->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws</artifactId>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
@@ -77,6 +82,16 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-xml</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<!-- Databindings -->
<dependency>
@@ -89,7 +104,7 @@
<artifactId>tuscany-databinding-jaxb-axiom</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-sdo</artifactId>
<version>2.0-SNAPSHOT</version>
@@ -98,7 +113,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-sdo-axiom</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency-->
<!-- Hosts -->
<dependency>