You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/07/09 11:56:49 UTC

svn commit: r420273 - /cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml

Author: jheymans
Date: Sun Jul  9 02:56:49 2006
New Revision: 420273

URL: http://svn.apache.org/viewvc?rev=420273&view=rev
Log:
adding junit due to MNG-1797

Modified:
    cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml?rev=420273&r1=420272&r2=420273&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-batik/cocoon-batik-impl/pom.xml Sun Jul  9 02:56:49 2006
@@ -156,5 +156,11 @@
       <version>2.3</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>