diff options
Diffstat (limited to 'branches/sca-java-1.x')
-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> |