diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-21 20:28:34 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-21 20:28:34 +0000 |
commit | 076a0b0bd8a91269aa7705f038fd954909aa191f (patch) | |
tree | a515d2f46a8891912d0f4348a1659767b6309230 /sca-java-2.x/trunk/features/all | |
parent | 9b624f74edcead48b13634323224e2d972f7e6ce (diff) |
Add Tuscany/Spring web integration into the feature
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features/all')
-rw-r--r-- | sca-java-2.x/trunk/features/all/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/features/all/pom.xml b/sca-java-2.x/trunk/features/all/pom.xml index 3fcaa46226..90cb0ef947 100644 --- a/sca-java-2.x/trunk/features/all/pom.xml +++ b/sca-java-2.x/trunk/features/all/pom.xml @@ -250,6 +250,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-implementation-spring-webapp</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-web-client</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |