diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-18 09:29:56 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-18 09:29:56 +0000 |
commit | 72c84e588ec6ebb8d34e52f2a51d6f131239b7b7 (patch) | |
tree | 429175716371aa746602f1334df732d33ac7908e /branches/sca-java-1.x/distribution | |
parent | c47c580c39f6123d3ee2173ef8f025d3a684babe (diff) |
Excelude multiple sca bindings from bundle build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/distribution')
-rw-r--r-- | branches/sca-java-1.x/distribution/bundle/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/branches/sca-java-1.x/distribution/bundle/pom.xml b/branches/sca-java-1.x/distribution/bundle/pom.xml index c41f97ad68..61ce047e5d 100644 --- a/branches/sca-java-1.x/distribution/bundle/pom.xml +++ b/branches/sca-java-1.x/distribution/bundle/pom.xml @@ -139,16 +139,6 @@ </dependency> <dependency> <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-binding-sca-corba</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> - <artifactId>tuscany-binding-sca-jms</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> - <groupId>${pom.groupId}</groupId> <artifactId>tuscany-binding-sca-xml</artifactId> <version>${pom.version}</version> </dependency> |