summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution-updater
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 17:27:45 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-06-30 17:27:45 +0000
commite96c0fb37fb981ab792616513a9e4833c3758396 (patch)
tree140ae328aee068cf730430b91dd0bdbccc20f1f9 /java/sca/modules/contribution-updater
parent79c8907bf3b86c58ee515a355361a2f42ebc4776 (diff)
Cleaned up dependencies on stax-api to make sure that one copy of stax-api.jar is on the classpath. Cleaned up dependencies on pluggable contribution-xyz modules.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/contribution-updater')
-rw-r--r--java/sca/modules/contribution-updater/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/java/sca/modules/contribution-updater/pom.xml b/java/sca/modules/contribution-updater/pom.xml
index eea8ee8d88..26dc2152a2 100644
--- a/java/sca/modules/contribution-updater/pom.xml
+++ b/java/sca/modules/contribution-updater/pom.xml
@@ -88,13 +88,6 @@
<artifactId>tuscany-node-api</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
-
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.1</version>
- <scope>runtime</scope>
- </dependency>
</dependencies>
<build>