diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-21 11:16:23 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-21 11:16:23 +0000 |
commit | 0bed3df239c984c2b42a697d37b72c4f1b609f71 (patch) | |
tree | 8ce2319374f659d9003dfa5429930addda3e90fd /branches/sca-java-1.x/modules/implementation-jee | |
parent | d5e70110c4bbffe76c6b7a934643d97f0c882583 (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')
-rw-r--r-- | branches/sca-java-1.x/modules/implementation-jee/pom.xml | 7 |
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> |