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/10/30 09:48:09 UTC

svn commit: r831228 - /tuscany/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml

Author: antelder
Date: Fri Oct 30 08:48:09 2009
New Revision: 831228

URL: http://svn.apache.org/viewvc?rev=831228&view=rev
Log:
Remove typo duplicate dependency definition

Modified:
    tuscany/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml

Modified: tuscany/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml?rev=831228&r1=831227&r2=831228&view=diff
==============================================================================
--- tuscany/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml (original)
+++ tuscany/branches/sca-java-2.0-M4/samples/dosgi-calculator/pom.xml Fri Oct 30 08:48:09 2009
@@ -129,13 +129,6 @@
                       <version>${pom.version}</version>
                    </dependency>
                 </dependencies>
-                <dependencies>
-                   <dependency>
-                      <groupId>org.apache.tuscany.sca</groupId>
-                      <artifactId>tuscany-node-launcher-equinox</artifactId>
-                      <version>2.0-M4-SNAPSHOT</version>
-                   </dependency>
-                </dependencies>
                 <executions>
                     <execution>
                         <id>osgi-test</id>