summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-28 23:48:29 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-28 23:48:29 +0000
commit80bd87d37c3f3be40cea8141c45d5f7f9de00e4a (patch)
tree3ce1a069f64f503759a1bc89859eb803d046562f /branches/sca-java-1.x/modules/pom.xml
parent2111c792315427ea41dfb3bf92e80213fa6a24c8 (diff)
TUSCANY-2968 - Starting to bring up JSON RPC runtime pieces as wire format for binding.http
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@769592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/pom.xml b/branches/sca-java-1.x/modules/pom.xml
index 42eb49c679..75e4a97458 100644
--- a/branches/sca-java-1.x/modules/pom.xml
+++ b/branches/sca-java-1.x/modules/pom.xml
@@ -62,8 +62,9 @@
<module>binding-http</module>
<module>binding-http-runtime</module>
<module>binding-http-oasis</module>
- <module>binding-http-oasis-jsonrpc</module>
<module>binding-http-oasis-runtime</module>
+ <module>binding-http-oasis-jsonrpc</module>
+ <module>binding-http-oasis-jsonrpc-runtime</module>
<module>binding-jms</module>
<module>binding-jms-runtime</module>
<module>binding-jms-policy</module>