This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.contentloader-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
commit 7a2d4b1e4a4579bcc8059d1ba3d3177439ebbf3b Author: Felix Meschberger <[email protected]> AuthorDate: Tue May 27 08:58:45 2008 +0000 Add explicit dependency to JUnit library git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/contentloader@660434 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 7d0dd59..72cfce5 100644 --- a/pom.xml +++ b/pom.xml @@ -116,5 +116,10 @@ <artifactId>kxml2</artifactId> <scope>provided</scope> </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
