summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/implementation-java-xml/pom.xml6
-rw-r--r--branches/sca-equinox/modules/pom.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/implementation-java-xml/pom.xml b/branches/sca-equinox/modules/implementation-java-xml/pom.xml
index d89d7fd406..41146ec7d3 100644
--- a/branches/sca-equinox/modules/implementation-java-xml/pom.xml
+++ b/branches/sca-equinox/modules/implementation-java-xml/pom.xml
@@ -44,6 +44,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-extensibility</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-contribution-impl</artifactId>
<version>${version}</version>
<scope>test</scope>
diff --git a/branches/sca-equinox/modules/pom.xml b/branches/sca-equinox/modules/pom.xml
index bcf0682459..fd5f45d118 100644
--- a/branches/sca-equinox/modules/pom.xml
+++ b/branches/sca-equinox/modules/pom.xml
@@ -113,8 +113,8 @@
<module>host-rmi</module>
<!--
<module>host-tomcat</module>
- -->
<module>host-webapp</module>
+ -->
<module>host-webapp-junit</module>
<module>interface</module>
<module>interface-java</module>