summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-jee/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-21 11:16:23 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-21 11:16:23 +0000
commit0bed3df239c984c2b42a697d37b72c4f1b609f71 (patch)
tree8ce2319374f659d9003dfa5429930addda3e90fd /branches/sca-java-1.x/modules/implementation-jee/pom.xml
parentd5e70110c4bbffe76c6b7a934643d97f0c882583 (diff)
Add test dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@767115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-jee/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/implementation-jee/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-jee/pom.xml b/branches/sca-java-1.x/modules/implementation-jee/pom.xml
index 6386b3727c..40cdb4ad9a 100644
--- a/branches/sca-java-1.x/modules/implementation-jee/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-jee/pom.xml
@@ -54,6 +54,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-contribution-jee-impl</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>1.6-SNAPSHOT</version>
<scope>test</scope>