summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/implementation-java-xml/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-10 18:26:12 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-10 18:26:12 +0000
commitdb11b3b9757b0ea13dffe2160fdcfced190f3c4e (patch)
tree574fef4c890e9b7a607c48395bb88f9f810327c6 /branches/sca-equinox/modules/implementation-java-xml/pom.xml
parent2ebbe9308bb2913933dacff85865214627a6abb0 (diff)
Fixed build breaks. Added missing dependency, commented out host-webapp module for now.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703551 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/implementation-java-xml/pom.xml')
-rw-r--r--branches/sca-equinox/modules/implementation-java-xml/pom.xml6
1 files changed, 6 insertions, 0 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>