diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 08:48:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 08:48:09 +0000 |
commit | 607165ceda843e192d122e12d57925626d9aef73 (patch) | |
tree | 1b1081c14ab2926bff3f963a315749b01bb4bd6b /sca-java-2.x/trunk | |
parent | 2339afe1f221913f1d4493c56b688a5f6861099a (diff) |
Remove dependencies now included in base Java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml b/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml index 23ba8ac8d9..323f1c9c3f 100644 --- a/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml +++ b/sca-java-2.x/trunk/modules/databinding-jaxb/pom.xml @@ -44,29 +44,12 @@ <artifactId>tuscany-interface-java</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - <dependency> - <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.12</version> - <scope>runtime</scope> + <scope>test</scope> </dependency> </dependencies> |