summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/distribution
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/distribution')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml3
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml5
2 files changed, 7 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
index 31c0ffb6cd..19ef26d822 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/bundle/pom.xml
@@ -162,11 +162,14 @@
<artifactId>tuscany-binding-sca-axis2</artifactId>
<version>${pom.version}</version>
</dependency>
+ <!-- JMS version of Binding SCA is causing side effects to samples -->
+ <!--
<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>
diff --git a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
index e392751acc..8a5da0b9c0 100644
--- a/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/distribution/manifest/pom.xml
@@ -265,11 +265,14 @@
<artifactId>tuscany-binding-sca-axis2</artifactId>
<version>${pom.version}</version>
</dependency>
+ <!-- JMS version of Binding SCA is causing side effects to samples -->
+ <!--
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca-jms</artifactId>
<version>${pom.version}</version>
- </dependency>
+ </dependency>
+ -->
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-sca-xml</artifactId>