Author: grobmeier
Date: Tue Oct  9 13:02:16 2012
New Revision: 1396012

URL: http://svn.apache.org/viewvc?rev=1396012&view=rev
Log:
added junit as dependency

Modified:
    logging/log4j/companions/extras/trunk/pom.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1396012&r1=1396011&r2=1396012&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Tue Oct  9 13:02:16 2012
@@ -263,7 +263,12 @@
               </exclusion>
           </exclusions>
       </dependency>
-
+      <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+          <version>3.8.1</version>
+          <scope>test</scope>
+      </dependency>
       <dependency>
          <groupId>hsqldb</groupId>
           <artifactId>hsqldb</artifactId>


Reply via email to