diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-25 17:50:42 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-25 17:50:42 +0000 |
commit | a9daf004fc0234e4a1a823f6d4146e7aa2666873 (patch) | |
tree | 5cdf3ade3431013bcefad05bf97b92072639eebd | |
parent | c6f058148402a6077885b45f34f72ded9a5c438a (diff) |
Minor cleanup of unused/commented out dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml | 17 | ||||
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-http/pom.xml | 8 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml index 33fb5664a4..9a02adf6e2 100644 --- a/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml @@ -41,14 +41,6 @@ <artifactId>tuscany-common-http</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - - <!-- - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-policy-security-http</artifactId> - <version>1.6-SNAPSHOT</version> - </dependency> - --> <dependency> <groupId>org.apache.tuscany.sca</groupId> @@ -82,15 +74,6 @@ <version>2.0-SNAPSHOT</version> <scope>test</scope> </dependency> - - <!-- - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-implementation-resource-runtime</artifactId> - <version>1.6-SNAPSHOT</version> - <scope>test</scope> - </dependency> - --> <dependency> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/modules/binding-http/pom.xml b/sca-java-2.x/trunk/modules/binding-http/pom.xml index 7f52d7e927..204dd1cf41 100644 --- a/sca-java-2.x/trunk/modules/binding-http/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-http/pom.xml @@ -35,14 +35,6 @@ <artifactId>tuscany-assembly-xml</artifactId> <version>2.0-SNAPSHOT</version> </dependency> - - <!-- - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-data-api</artifactId> - <version>1.6-SNAPSHOT</version> - </dependency> - --> <dependency> <groupId>javax.servlet</groupId> |