This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.5.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit b4037bf38980f6cab2a723de79c7f4b6c3aca9cc Author: Stefan Seifert <[email protected]> AuthorDate: Fri Sep 4 22:04:22 2015 +0000 SLING-5002 switch back to 0.9.9 due to threading issues in 0.9.10 when running junit tests in parallel git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1701331 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6026c5a..fa855fa 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,8 @@ <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> - <version>0.9.10</version> + <!-- Do not use version 0.9.10, it created threading issues when running junit tests in parallel (see SLING-5002) --> + <version>0.9.9</version> <scope>compile</scope> <!-- exclude all optional dependencies --> <exclusions> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
