diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/distribution/manifest/pom.xml | 5 |
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> |