This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.resourceresolver-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
commit e5238a2ed445fa5b40dbcc8c496e1bd1b48e6bdc Author: Ian Boston <[email protected]> AuthorDate: Fri Feb 8 08:48:16 2013 +0000 SLING-2725 Added mockito as a test dependency in preparation for wider unit tests. git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/resourceresolver@1443889 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b828170..b690ff7 100644 --- a/pom.xml +++ b/pom.xml @@ -169,5 +169,11 @@ <version>3.0.8</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.9.5</version> + <scope>test</scope> + </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
