diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-12 15:16:43 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-12 15:16:43 +0000 |
commit | 9ae31fa0636d330098fd0be9e4d9a5b0e8c490c6 (patch) | |
tree | 941f6833f45d8429a484ad5f993bb3e9f2888741 | |
parent | 3b7e36b189369faa5c1a304d6a3882420366616a (diff) |
Remove old test dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984825 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws/pom.xml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws/pom.xml b/sca-java-2.x/trunk/modules/binding-ws/pom.xml index 8e90d6ed50..0798b530c8 100644 --- a/sca-java-2.x/trunk/modules/binding-ws/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-ws/pom.xml @@ -52,28 +52,7 @@ <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>1.6.2</version> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-builder</artifactId> - <version>2.0-SNAPSHOT</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-core</artifactId> - <version>2.0-SNAPSHOT</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-binding-sca-runtime</artifactId> - <version>2.0-SNAPSHOT</version> - <scope>test</scope> - </dependency> + </dependency> </dependencies> |