You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/07/03 11:59:23 UTC

svn commit: r673641 - /tuscany/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml

Author: slaws
Date: Thu Jul  3 02:59:22 2008
New Revision: 673641

URL: http://svn.apache.org/viewvc?rev=673641&view=rev
Log:
TUSCANY-2420 - change scope of ActiveMQ dependency to remove compilation problem and remove host jetty as this test now uses JMS exclusively

Modified:
    tuscany/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml

Modified: tuscany/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml?rev=673641&r1=673640&r2=673641&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml (original)
+++ tuscany/branches/sca-java-1.3/samples/helloworld-service-jms/pom.xml Thu Jul  3 02:59:22 2008
@@ -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>