summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/workspace-impl/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 09:02:52 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-07-26 09:02:52 +0000
commitbbbe56bad5a3b0d88f3969efd34fe008e5f55078 (patch)
tree14b8cc2263055461dd6f52a4363ad004249eb6d2 /branches/sca-java-1.x/modules/workspace-impl/pom.xml
parentf268870355e6b13f81f952b620c951e697479ac9 (diff)
Remove test scope from host-embedded dependency to fix build failure
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@797879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/workspace-impl/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/branches/sca-java-1.x/modules/workspace-impl/pom.xml b/branches/sca-java-1.x/modules/workspace-impl/pom.xml
index 8769c86421..c84570e0f9 100644
--- a/branches/sca-java-1.x/modules/workspace-impl/pom.xml
+++ b/branches/sca-java-1.x/modules/workspace-impl/pom.xml
@@ -55,17 +55,16 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-contribution-namespace</artifactId>
+ <artifactId>tuscany-host-embedded</artifactId>
<version>1.6-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-embedded</artifactId>
+ <artifactId>tuscany-contribution-namespace</artifactId>
<version>1.6-SNAPSHOT</version>
<scope>test</scope>
- </dependency>
+ </dependency>
</dependencies>