diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-21 16:36:29 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-21 16:36:29 +0000 |
commit | 2f0ee60dbfd288e50ba2a11f8d903811cbab44a7 (patch) | |
tree | 7e58f1e8a8b8e45bb7cc7f214b5056d26e74c25f /java/sca/modules/databinding-jaxb | |
parent | 9794d53d0093c8be8da1642c70424cfa5f37ecf0 (diff) |
More changes to get to a stage where I have a working build in mvn and in Eclipse (with JDK 6)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/databinding-jaxb')
-rw-r--r-- | java/sca/modules/databinding-jaxb/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/sca/modules/databinding-jaxb/pom.xml b/java/sca/modules/databinding-jaxb/pom.xml index 71b757de37..f60762ef87 100644 --- a/java/sca/modules/databinding-jaxb/pom.xml +++ b/java/sca/modules/databinding-jaxb/pom.xml @@ -50,9 +50,21 @@ <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.1</version> + <exclusions> + <exclusion> + <groupId>javax.xml.stream</groupId> + <artifactId>stax-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-stax-api_1.0_spec</artifactId> + <version>1.0.1</version> + </dependency> + + <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.1.7</version> |