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 2007/10/01 11:17:38 UTC

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

Author: slaws
Date: Mon Oct  1 02:17:33 2007
New Revision: 580897

URL: http://svn.apache.org/viewvc?rev=580897&view=rev
Log:
Change scope of ActiveMQ dependency to "provided" as there is a compile time dependency on this library

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

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml?rev=580897&r1=580896&r2=580897&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml Mon Oct  1 02:17:33 2007
@@ -37,11 +37,19 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>apache-activemq</artifactId>
+            <version>4.1.1</version>
+            <scope>provided</scope>
+        </dependency> 
+            
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
+            <scope>compile</scope>            
         </dependency>
-
+        
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
@@ -61,7 +69,7 @@
             <artifactId>tuscany-host-tomcat</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
-        </dependency>         
+        </dependency>    
 
         <dependency>
             <groupId>junit</groupId>
@@ -69,14 +77,7 @@
             <version>4.2</version>
             <scope>test</scope>
         </dependency>
-        
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>apache-activemq</artifactId>
-            <version>4.1.1</version>
-            <scope>test</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