summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 06:07:58 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-08 06:07:58 +0000
commit63ad42309c3de4c3239dbf8c56026103531e5083 (patch)
tree6adc415ec7a12035ec227e7d353e72dcf2bc219c /java
parentc6880570d05f1f436f2e40d1f963aa957674af78 (diff)
Adding Atom Binding to proper feature pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/features/web20/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/java/sca/features/web20/pom.xml b/java/sca/features/web20/pom.xml
index be1b905ec5..db5b5fdb19 100644
--- a/java/sca/features/web20/pom.xml
+++ b/java/sca/features/web20/pom.xml
@@ -48,15 +48,22 @@
<!-- Bindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-atom-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
+
<!--Databindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>