You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2008/04/01 21:27:47 UTC

svn commit: r643527 - /incubator/tuscany/java/sca/samples/helloworld-ws-service-jms/pom.xml

Author: nash
Date: Tue Apr  1 12:27:44 2008
New Revision: 643527

URL: http://svn.apache.org/viewvc?rev=643527&view=rev
Log:
Change activemq-core from runtime to compile dependency so that HelloWorldServer can compile

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-service-jms/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service-jms/pom.xml?rev=643527&r1=643526&r2=643527&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service-jms/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service-jms/pom.xml Tue Apr  1 12:27:44 2008
@@ -51,6 +51,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>4.1.1</version>
+            <scope>compile</scope>            
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
             <version>2.0-incubating-SNAPSHOT</version>
@@ -71,13 +78,6 @@
             <scope>test</scope>
         </dependency>
        
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-core</artifactId>
-            <version>4.1.1</version>
-            <scope>runtime</scope>            
-        </dependency>
-
     </dependencies>
     
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org