summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/distribution')
-rw-r--r--java/sca/distribution/core/pom.xml4
-rw-r--r--java/sca/distribution/pdetarget/pom.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/java/sca/distribution/core/pom.xml b/java/sca/distribution/core/pom.xml
index 77d407d377..bdf63c842d 100644
--- a/java/sca/distribution/core/pom.xml
+++ b/java/sca/distribution/core/pom.xml
@@ -103,11 +103,11 @@
</dependency>
<!-- Data API -->
- <dependency>
+ <!--dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-api</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency-->
<!-- Policy definitions -->
<dependency>
diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml
index 29a7821814..b2b096c46c 100644
--- a/java/sca/distribution/pdetarget/pom.xml
+++ b/java/sca/distribution/pdetarget/pom.xml
@@ -40,13 +40,14 @@
<!-- Extra dependencies not in the core distro -->
+ <!--
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<type>jar</type>
<version>2.0-SNAPSHOT</version>
</dependency>
- <!--
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-xml-ws</artifactId>