summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 07:50:57 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 07:50:57 +0000
commit84f26fdd9e16af2cf38abefb1638ba66014d3183 (patch)
tree2cb1cc6fa501cc745405ff66577fee6e3746aae4 /sca-java-2.x
parentf82ee416dac367652d50f7d3c6fd1c3e61b0b580 (diff)
Remove dependencies now included in base Java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044577 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/core-spi/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/pom.xml b/sca-java-2.x/trunk/modules/core-spi/pom.xml
index 578eb0715e..ec8f1a680f 100644
--- a/sca-java-2.x/trunk/modules/core-spi/pom.xml
+++ b/sca-java-2.x/trunk/modules/core-spi/pom.xml
@@ -53,19 +53,6 @@
<version>2.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.6</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
</dependencies>
<build>