diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-29 01:11:50 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-29 01:11:50 +0000 |
commit | 0221f72ad958c31c9007ce30378ddd5e6d00136c (patch) | |
tree | e0a854079b86029ae283e5b280fda5777b7f73b1 /branches | |
parent | 49083619a0d9527d8797901735efac31bb3bcf5f (diff) |
Pulled from trunk. Adjust axiom dependency to 1.2.7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-equinox/modules/binding-atom-abdera/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/binding-atom-abdera/pom.xml b/branches/sca-equinox/modules/binding-atom-abdera/pom.xml index be9b94b6a6..5ae1fa7e0b 100644 --- a/branches/sca-equinox/modules/binding-atom-abdera/pom.xml +++ b/branches/sca-equinox/modules/binding-atom-abdera/pom.xml @@ -109,8 +109,18 @@ <groupId>xom</groupId> <artifactId>xom</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom-impl</artifactId> + </exclusion> </exclusions> </dependency> + + <dependency> + <groupId>org.apache.ws.commons.axiom</groupId> + <artifactId>axiom-impl</artifactId> + <version>1.2.7</version> + </dependency> <dependency> <groupId>org.apache.abdera</groupId> |