Update base jar to use hazelcast as the default sca binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d3f603a2e
commit
def309dc73
1 changed files with 1 additions and 20 deletions
|
@ -47,11 +47,6 @@
|
|||
<artifactId>tuscany-launcher</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-binding-rmi-runtime</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-endpoint-hazelcast</artifactId>
|
||||
|
@ -98,22 +93,8 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-binding-jms-runtime</artifactId>
|
||||
<artifactId>tuscany-binding-hazelcast-runtime</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-databinding-axiom</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-binding-ws-wsdlgen</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tuscany.sca</groupId>
|
||||
<artifactId>tuscany-interface-wsdl</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- these remaining dependencies are not required when using JDK6, so use a scope of provided -->
|
||||
|
|
Loading…
Add table
Reference in a new issue