diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-25 17:51:32 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-25 17:51:32 +0000 |
commit | beb8930cd57cbb9ff4c2fc95a04978af344fdba3 (patch) | |
tree | 44ac47065adb17cde0e0f311f3f5a33bfcc38c96 /sca-java-2.x/trunk/features/web20 | |
parent | fea3c0ecbc1cec4fc04c30658615d0ab88e2561f (diff) |
Adding binding.rest to web2.0 feature
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features/web20')
-rw-r--r-- | sca-java-2.x/trunk/features/web20/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/features/web20/pom.xml b/sca-java-2.x/trunk/features/web20/pom.xml index 6babd665b7..6b9a2bc56c 100644 --- a/sca-java-2.x/trunk/features/web20/pom.xml +++ b/sca-java-2.x/trunk/features/web20/pom.xml @@ -67,6 +67,12 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-binding-rest-runtime</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |