summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/samples
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 09:59:22 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 09:59:22 +0000
commit38604ab276183f79013f10ad91356f54ffa065df (patch)
tree148db03f9729df2b17ed742f19d41745e53cdcf9 /branches/sca-java-1.3/samples
parentd2c438ae4295e7c2460cd168f9f81a6ef146a3f3 (diff)
TUSCANY-2420 - change scope of ActiveMQ dependency to remove compilation problem and remove host jetty as this test now uses JMS exclusively
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/samples')
-rw-r--r--branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml b/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml
index dbbd4d1732..906a2ebd65 100644
--- a/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml
+++ b/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml
@@ -38,13 +38,6 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-jetty</artifactId>
- <version>1.3-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>1.3-SNAPSHOT</version>
<scope>compile</scope>
@@ -75,7 +68,6 @@
<groupId>org.apache.activemq</groupId>
<artifactId>apache-activemq</artifactId>
<version>4.1.1</version>
- <scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.activemq</groupId>