diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 09:14:04 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 09:14:04 +0000 |
commit | 74af7ca78d5398a6cea5ab7a9869280b040812f4 (patch) | |
tree | 2dbc4d1d194dcf134337f0a3db6b81f795deb048 | |
parent | 3c106f4e8d65a8701cfdc3fc9c5f4eedbc7db2bb (diff) |
Remove JDK5 dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044599 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml b/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml index 4d2ad66567..5241e4a784 100644 --- a/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml +++ b/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml @@ -218,85 +218,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>
</project>
|