From b082c70417773a30d071643146bf67875932cf0d Mon Sep 17 00:00:00 2001 From: lresende Date: Sun, 25 Apr 2010 17:52:22 +0000 Subject: Initial implementation for JSON wire format for REST binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937850 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/modules/binding-rest-runtime/pom.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml') diff --git a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml index ec672f1690..021ecdba70 100644 --- a/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-rest-runtime/pom.xml @@ -36,6 +36,12 @@ 2.0-SNAPSHOT + + org.apache.tuscany.sca + tuscany-data-api + 2.0-SNAPSHOT + + org.apache.tuscany.sca tuscany-common-http @@ -48,6 +54,18 @@ 2.0-SNAPSHOT + + org.apache.tuscany.sca + tuscany-databinding + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-databinding-json + 2.0-SNAPSHOT + + org.apache.tuscany.sca tuscany-host-http @@ -82,6 +100,13 @@ test + + httpunit + httpunit + 1.6.1 + test + + junit junit -- cgit v1.2.3