diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-05 07:24:50 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-05 07:24:50 +0000 |
commit | 5d332e4c8b79c9374a48444a299ec3e3e4c25714 (patch) | |
tree | ad417477defa2998ac096def3681720406e4e439 /branches | |
parent | 42650a464bb1b029f53af062ea0296e5c38b17eb (diff) |
TUSCANY-2968 - Adding databinding dependencies to integration tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.x/itest/http-jsonrpc/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml b/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml index c05d26cc9a..3ccb8f1e79 100644 --- a/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml +++ b/branches/sca-java-1.x/itest/http-jsonrpc/pom.xml @@ -68,6 +68,18 @@ <version>1.6-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-databinding</artifactId> + <version>1.6-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-databinding-json</artifactId> + <version>1.6-SNAPSHOT</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |