summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/databinding/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 06:56:48 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 06:56:48 +0000
commit8ec974b5e3303e80dd96d752214790dc1ec21708 (patch)
tree3f10fb57056888d6ebfebc389e2b59af8642a73d /java/sca/modules/databinding/pom.xml
parent7c3013bf5e6cf11c974afa2d1e1d68289c675bcd (diff)
Refactor the databinding module to use common-xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@801895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/databinding/pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/java/sca/modules/databinding/pom.xml b/java/sca/modules/databinding/pom.xml
index 0a78a00405..db2eb46039 100644
--- a/java/sca/modules/databinding/pom.xml
+++ b/java/sca/modules/databinding/pom.xml
@@ -59,14 +59,13 @@
<version>2.0-SNAPSHOT</version>
</dependency>
- <!--
<dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0-2</version>
- </dependency>
- -->
-
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-common-xml</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+<!--
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
@@ -85,7 +84,7 @@
</exclusion>
</exclusions>
</dependency>
-
+ -->
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>