summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-gdata-runtime/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-24 09:01:51 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-06-24 09:01:51 +0000
commit577c1e998eb3f7ff47130cf1c85dda972a003c64 (patch)
tree4f8957fc7b0c0ae10777fda499a0573e9181d8e4 /java/sca/modules/binding-gdata-runtime/pom.xml
parent73f6e13f21dee827c3385a64dd7174522968d691 (diff)
Refactoring GData binding to remove atom binding dependencies and to follow tuscany module name convention.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-gdata-runtime/pom.xml')
-rw-r--r--java/sca/modules/binding-gdata-runtime/pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/java/sca/modules/binding-gdata-runtime/pom.xml b/java/sca/modules/binding-gdata-runtime/pom.xml
index 3e9c960dc7..cf2a0aea63 100644
--- a/java/sca/modules/binding-gdata-runtime/pom.xml
+++ b/java/sca/modules/binding-gdata-runtime/pom.xml
@@ -25,13 +25,13 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-binding-gdata</artifactId>
+ <artifactId>tuscany-binding-gdata-runtime</artifactId>
<name>Apache Tuscany SCA GData Binding Extension</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-atom</artifactId>
+ <artifactId>tuscany-binding-gdata</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
@@ -106,13 +106,6 @@
</dependency>
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-embedded</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.2</version>