From b771a05508db61cb1748d2fed0eb92daf173ff92 Mon Sep 17 00:00:00 2001 From: rsivaram Date: Thu, 16 Oct 2008 11:51:49 +0000 Subject: Copy modules for event prototype git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705212 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/event/modules/databinding-json/pom.xml | 136 +++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 sandbox/event/modules/databinding-json/pom.xml (limited to 'sandbox/event/modules/databinding-json/pom.xml') diff --git a/sandbox/event/modules/databinding-json/pom.xml b/sandbox/event/modules/databinding-json/pom.xml new file mode 100644 index 0000000000..7609df06aa --- /dev/null +++ b/sandbox/event/modules/databinding-json/pom.xml @@ -0,0 +1,136 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 1.4-SNAPSHOT + ../pom.xml + + tuscany-databinding-json + Apache Tuscany SCA Data Binding for JSON + + + + org.apache.tuscany.sca + tuscany-core-spi + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding + 1.4-SNAPSHOT + + + + com.metaparadigm + json-rpc + 1.0 + compile + + + + org.codehaus.jettison + jettison + 1.0.1 + compile + + + stax + stax-api + + + + + + org.apache.ws.commons.axiom + axiom-api + 1.2.7 + + + xerces + xercesImpl + + + javax.mail + mail + + + commons-logging + commons-logging + + + stax + stax-api + + + + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.7 + runtime + + + + junit + junit + 4.5 + + + + commons-logging + commons-logging + 1.1.1 + + + commons-logging + commons-logging + + + javax.servlet + servlet-api + + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + + ${tuscany.version} + org.apache.tuscany.sca.databinding.json + ${pom.name} + org.apache.tuscany.sca.databinding.json* + + + + + + + -- cgit v1.2.3