summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/distribution/manifest/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-22 22:45:57 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-22 22:45:57 +0000
commit0e74d1093f79dd4e9fba558256a8552570ed9a14 (patch)
tree93f9fee1bd71f4f0461ff150266c289bb52f122f /branches/sca-java-1.x/distribution/manifest/pom.xml
parent614f4e9159aaf35f53e1e7bef69afb1b06745ee1 (diff)
TUSCANY-3047 - Adding new modules to distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/distribution/manifest/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/distribution/manifest/pom.xml b/branches/sca-java-1.x/distribution/manifest/pom.xml
index b623d8ed21..160051e2d5 100644
--- a/branches/sca-java-1.x/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.x/distribution/manifest/pom.xml
@@ -77,6 +77,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-http-jsonrpc-runtime</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
<version>${pom.version}</version>
</dependency>