summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-22 03:57:30 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-22 03:57:30 +0000
commit6b462be34e02c8dba71922c9e2ecee270245e4ba (patch)
tree2f3949c32446524bcb04cdba8254c53b2273e7f6
parent0dc2aed9c95b6fd270d3711612a753acbf1c5daa (diff)
Adding missing assembly module to core
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719799 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/distribution/core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/distribution/core/pom.xml b/java/sca/distribution/core/pom.xml
index 7c6ae975a0..77d407d377 100644
--- a/java/sca/distribution/core/pom.xml
+++ b/java/sca/distribution/core/pom.xml
@@ -35,6 +35,11 @@
<!-- Assembly model -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-assembly</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>