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

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

Author: mcombellack
Date: Wed Apr  2 04:21:49 2008
New Revision: 643850

URL: http://svn.apache.org/viewvc?rev=643850&view=rev
Log:
TUSCANY-2185 Fixed compilation problem by coping changes from SVN revision 643527 from the root

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

Modified: incubator/tuscany/branches/sca-java-1.2/samples/helloworld-ws-service-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/helloworld-ws-service-jms/pom.xml?rev=643850&r1=643849&r2=643850&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/samples/helloworld-ws-service-jms/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/samples/helloworld-ws-service-jms/pom.xml Wed Apr  2 04:21:49 2008
@@ -47,6 +47,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
             <version>1.2-incubating-SNAPSHOT</version>
+            <scope>compile</scope>            
+         </dependency>
+
+         <dependency>
+             <groupId>org.apache.activemq</groupId>
+             <artifactId>activemq-core</artifactId>
+             <version>4.1.1</version>
             <scope>compile</scope>            
         </dependency>
 
@@ -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