summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/workspace/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-24 17:43:46 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-24 17:43:46 +0000
commit38f008a47e7f76d39938264babf2da3508a1903a (patch)
tree15e3167ef8cfe7192df4a43819f7006113abf853 /branches/sca-java-1.x/modules/workspace/pom.xml
parentec429ffd2ce49aee0480f2043cf2cb34b81d88e8 (diff)
TUSCANY-3174 - add a simple WorkspaceManager to allow contributions to be processed in the context of the workspace.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/workspace/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/workspace/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/workspace/pom.xml b/branches/sca-java-1.x/modules/workspace/pom.xml
index 7b2c5f5358..c4fd5261b1 100644
--- a/branches/sca-java-1.x/modules/workspace/pom.xml
+++ b/branches/sca-java-1.x/modules/workspace/pom.xml
@@ -29,6 +29,12 @@
<name>Apache Tuscany SCA Domain Workspace Model</name>
<dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-contribution</artifactId>