You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by me...@apache.org on 2007/03/21 00:20:32 UTC

svn commit: r520652 - /incubator/tuscany/java/distribution/sca/demo.app/pom.xml

Author: meerajk
Date: Tue Mar 20 16:20:31 2007
New Revision: 520652

URL: http://svn.apache.org/viewvc?view=rev&rev=520652
Log:
fixed pom

Modified:
    incubator/tuscany/java/distribution/sca/demo.app/pom.xml

Modified: incubator/tuscany/java/distribution/sca/demo.app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/demo.app/pom.xml?view=diff&rev=520652&r1=520651&r2=520652
==============================================================================
--- incubator/tuscany/java/distribution/sca/demo.app/pom.xml (original)
+++ incubator/tuscany/java/distribution/sca/demo.app/pom.xml Tue Mar 20 16:20:31 2007
@@ -43,11 +43,17 @@
             <version>2.4</version>
         </dependency>
         <dependency>
-        <dependency>
             <groupId>org.apache.tuscany.sca.core-samples.common</groupId>
             <artifactId>calculator</artifactId>
             <version>${project.version}</version>
         </dependency> 
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org