diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-01 21:36:25 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-01 21:36:25 +0000 |
commit | 61851ed0bb6fd6d0453416964a228365caf0b0ed (patch) | |
tree | a9ad5d801aba6dba25ab65a835ef1036dccc9076 /branches/sca-java-1.3/samples | |
parent | 87587fff7597e82d1ff7ac1fa93b5eb1cd185208 (diff) |
Fix TUSCANY-2447 (remove module interface-wsdl-java2wsdl)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/samples')
-rw-r--r-- | branches/sca-java-1.3/samples/binding-notification-broker/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/branches/sca-java-1.3/samples/binding-notification-broker/pom.xml b/branches/sca-java-1.3/samples/binding-notification-broker/pom.xml index 2846ec0eee..08360afe40 100644 --- a/branches/sca-java-1.3/samples/binding-notification-broker/pom.xml +++ b/branches/sca-java-1.3/samples/binding-notification-broker/pom.xml @@ -72,12 +72,6 @@ <version>1.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-interface-wsdl-java2wsdl</artifactId> - <version>1.3-SNAPSHOT</version> - <scope>runtime</scope> - </dependency> <!-- test dependencies --> <dependency> <groupId>junit</groupId> |