This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.junit.bridge-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-junit-bridge.git
commit 5dec94d296279b105d8b0f4cc5b531583a11e22e Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Sep 1 10:58:51 2014 +0000 Remove duplicate junit dependency git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/healthcheck/junit-bridge@1621732 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index e4fa259..c66647c 100644 --- a/pom.xml +++ b/pom.xml @@ -72,11 +72,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
