summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/base-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 09:21:13 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 09:21:13 +0000
commit44428a43383cf694010eddfe8814fcd1858ac8c8 (patch)
treed5635df2e222d2fba25552af1609ec9f1c871c65 /sca-java-2.x/trunk/modules/base-runtime/pom.xml
parent97cb6f247b033f45825c986302fd7866620fadc7 (diff)
Remove base java dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/base-runtime/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/base-runtime/pom.xml78
1 files changed, 0 insertions, 78 deletions
diff --git a/sca-java-2.x/trunk/modules/base-runtime/pom.xml b/sca-java-2.x/trunk/modules/base-runtime/pom.xml
index 37c38aadbd..f33352252b 100644
--- a/sca-java-2.x/trunk/modules/base-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/base-runtime/pom.xml
@@ -212,84 +212,6 @@
<version>${pom.version}</version>
</dependency>
-<!-- these remaining dependencies are not required when using JDK6, so use a scope of provided -->
-
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-stax-api_1.0_spec</artifactId>
- <version>1.0.1</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.4</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>activation</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.1.12</version>
- <scope>provided</scope>
- </dependency>
-
-
- <dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.soap</groupId>
- <artifactId>saaj-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.jws</groupId>
- <artifactId>jsr181-api</artifactId>
- <version>1.0-MR1</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.xml.stream</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0-2</version>
- <scope>provided</scope>
- </dependency>
-
</dependencies>
<build>