summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/core/pom.xml4
-rw-r--r--java/sca/distribution/pdetarget/pom.xml3
-rw-r--r--java/sca/modules/node-launcher-equinox/pom.xml4
-rw-r--r--java/sca/modules/pom.xml3
4 files changed, 6 insertions, 8 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>
diff --git a/java/sca/modules/node-launcher-equinox/pom.xml b/java/sca/modules/node-launcher-equinox/pom.xml
index 6aaa7af1f4..e3a9ac4e2e 100644
--- a/java/sca/modules/node-launcher-equinox/pom.xml
+++ b/java/sca/modules/node-launcher-equinox/pom.xml
@@ -78,12 +78,12 @@
<scope>test</scope>
</dependency>
- <dependency>
+ <!-- dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>test</scope>
- </dependency>
+ </dependency-->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml
index dedcdb9ec1..64287a4645 100644
--- a/java/sca/modules/pom.xml
+++ b/java/sca/modules/pom.xml
@@ -42,7 +42,6 @@
<module>core</module>
<module>core-databinding</module>
<module>core-spi</module>
- <module>data-api</module>
<module>databinding</module>
<module>databinding-jaxb</module>
<module>definitions</module>
@@ -55,8 +54,6 @@
<module>implementation-java-xml</module>
<module>implementation-node</module>
<module>implementation-node-runtime</module>
- <module>implementation-resource</module>
- <module>implementation-resource-runtime</module>
<module>interface</module>
<module>interface-java</module>
<module>interface-java-jaxws</module>