You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/09/15 10:29:57 UTC

svn commit: r815216 - /tuscany/java/sca/modules/binding-jms-runtime/pom.xml

Author: antelder
Date: Tue Sep 15 08:29:57 2009
New Revision: 815216

URL: http://svn.apache.org/viewvc?rev=815216&view=rev
Log:
Clean up dependencies

Modified:
    tuscany/java/sca/modules/binding-jms-runtime/pom.xml

Modified: tuscany/java/sca/modules/binding-jms-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jms-runtime/pom.xml?rev=815216&r1=815215&r2=815216&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-jms-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/binding-jms-runtime/pom.xml Tue Sep 15 08:29:57 2009
@@ -38,12 +38,6 @@
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-jms</artifactId>
-            <version>2.0-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>        
@@ -119,9 +113,5 @@
         </dependency>
         
     </dependencies>
-    
-
-    <build>
-    </build>
 
 </project>