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 2010/10/01 09:57:40 UTC

svn commit: r1003422 - /tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml

Author: antelder
Date: Fri Oct  1 07:57:40 2010
New Revision: 1003422

URL: http://svn.apache.org/viewvc?rev=1003422&view=rev
Log:
Add missing JUnit dependency

Modified:
    tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml

Modified: tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml?rev=1003422&r1=1003421&r2=1003422&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml Fri Oct  1 07:57:40 2010
@@ -81,6 +81,14 @@
             <version>2.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.8.1</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
 </project>