summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml6
-rw-r--r--branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml6
-rw-r--r--branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml6
3 files changed, 18 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
index 489f884057..94e59ec996 100644
--- a/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-reference-jms/pom.xml
@@ -58,6 +58,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jms-asf</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-service-jms</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>test</scope>
diff --git a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
index 57d10f253b..4737bbd14a 100644
--- a/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
+++ b/branches/sca-java-1.x/samples/helloworld-service-jms/pom.xml
@@ -55,6 +55,12 @@
<artifactId>tuscany-binding-jms-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jms-asf</artifactId>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
index 731af0e837..dd660b0787 100644
--- a/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
+++ b/branches/sca-java-1.x/samples/simple-bigbank-spring/pom.xml
@@ -125,6 +125,12 @@
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jms-asf</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>