You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sc...@apache.org on 2011/07/27 23:44:15 UTC

svn commit: r1151640 - /tuscany/sca-java-2.x/trunk/testing/itest/jms/pom.xml

Author: scottkurz
Date: Wed Jul 27 21:44:15 2011
New Revision: 1151640

URL: http://svn.apache.org/viewvc?rev=1151640&view=rev
Log:
Add tuscany-base-runtime-pom dependency adjusting for new binding-sca-runtime impl.

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/jms/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/jms/pom.xml?rev=1151640&r1=1151639&r2=1151640&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/jms/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/jms/pom.xml Wed Jul 27 21:44:15 2011
@@ -31,10 +31,11 @@
     
 
     <dependencies>
-            
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-base-runtime</artifactId>
+            <artifactId>tuscany-base-runtime-pom</artifactId>
+            <type>pom</type>
             <version>2.0-SNAPSHOT</version>
         </dependency>