diff options
-rw-r--r-- | sca-java-2.x/trunk/features/web20/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/features/web20/pom.xml b/sca-java-2.x/trunk/features/web20/pom.xml index 6cf4a200e6..6babd665b7 100644 --- a/sca-java-2.x/trunk/features/web20/pom.xml +++ b/sca-java-2.x/trunk/features/web20/pom.xml @@ -70,7 +70,12 @@ <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - + + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-binding-rss-runtime</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> <!--Databindings --> <dependency> <groupId>org.apache.tuscany.sca</groupId> |