You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/04/25 19:52:00 UTC

svn commit: r937848 - /tuscany/sca-java-2.x/trunk/modules/binding-rest/pom.xml

Author: lresende
Date: Sun Apr 25 17:52:00 2010
New Revision: 937848

URL: http://svn.apache.org/viewvc?rev=937848&view=rev
Log:
Cleanup of unused depedency

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-rest/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-rest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-rest/pom.xml?rev=937848&r1=937847&r2=937848&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-rest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-rest/pom.xml Sun Apr 25 17:52:00 2010
@@ -44,13 +44,6 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>         
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.8.1</version>