summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/modules/databinding-axiom
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-24 11:40:10 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-24 11:40:10 +0000
commitcd523d97b7851876a398610d5eda82996968c9c8 (patch)
treea823606938c20a964fb1e24a59e2c9313bc01f8f /branches/sca-java-1.4/modules/databinding-axiom
parent8000833df2b0c13fa1705b5ec2844168128ef95c (diff)
Fixes for RC3 review comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/modules/databinding-axiom')
-rw-r--r--branches/sca-java-1.4/modules/databinding-axiom/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/branches/sca-java-1.4/modules/databinding-axiom/pom.xml b/branches/sca-java-1.4/modules/databinding-axiom/pom.xml
index e4b90ede1d..32da4b5ff9 100644
--- a/branches/sca-java-1.4/modules/databinding-axiom/pom.xml
+++ b/branches/sca-java-1.4/modules/databinding-axiom/pom.xml
@@ -63,6 +63,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -73,8 +77,8 @@
<scope>runtime</scope>
<exclusions>
<exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
</exclusion>
</exclusions>
</dependency>