diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-17 20:23:04 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-17 20:23:04 +0000 |
commit | 12ffe13da2a34eb1920923d7433d5c07a9be5ce7 (patch) | |
tree | 817a4f6cd0b49f8e19979ca529497ff9e59b6233 /branches | |
parent | 9961ebe58be003201ce4c5cf833e4c2f11ba3aba (diff) |
Exclude transitive stax-api dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/binding-atom-abdera/pom.xml | 4 | ||||
-rw-r--r-- | branches/sca-equinox/modules/databinding-xmlbeans/pom.xml | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-atom-abdera/pom.xml b/branches/sca-equinox/modules/binding-atom-abdera/pom.xml index 7f95c62c29..9389bbfa80 100644 --- a/branches/sca-equinox/modules/binding-atom-abdera/pom.xml +++ b/branches/sca-equinox/modules/binding-atom-abdera/pom.xml @@ -102,8 +102,8 @@ <version>0.4.0-incubating</version> <exclusions> <exclusion> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-stax-api_1.0_spec</artifactId> </exclusion> <exclusion> <groupId>xom</groupId> diff --git a/branches/sca-equinox/modules/databinding-xmlbeans/pom.xml b/branches/sca-equinox/modules/databinding-xmlbeans/pom.xml index 29f215641a..feb253d3d1 100644 --- a/branches/sca-equinox/modules/databinding-xmlbeans/pom.xml +++ b/branches/sca-equinox/modules/databinding-xmlbeans/pom.xml @@ -45,6 +45,12 @@ <artifactId>xmlbeans</artifactId> <version>2.3.0</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>junit</groupId> |