You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/05/27 10:58:46 UTC

svn commit: r660434 - /incubator/sling/trunk/jcr/contentloader/pom.xml

Author: fmeschbe
Date: Tue May 27 01:58:45 2008
New Revision: 660434

URL: http://svn.apache.org/viewvc?rev=660434&view=rev
Log:
Add explicit dependency to JUnit library

Modified:
    incubator/sling/trunk/jcr/contentloader/pom.xml

Modified: incubator/sling/trunk/jcr/contentloader/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/contentloader/pom.xml?rev=660434&r1=660433&r2=660434&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/contentloader/pom.xml (original)
+++ incubator/sling/trunk/jcr/contentloader/pom.xml Tue May 27 01:58:45 2008
@@ -116,5 +116,10 @@
             <artifactId>kxml2</artifactId>
             <scope>provided</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 </project>