You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2020/04/14 16:44:56 UTC

[sling-org-apache-sling-testing-osgi-mock] branch master updated: SLING-9372 Update to reflections 0.9.12

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new e73c728  SLING-9372 Update to reflections 0.9.12
e73c728 is described below

commit e73c72894516f0b26356b70603d1d56cb56663df
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Tue Apr 14 18:40:46 2020 +0200

    SLING-9372 Update to reflections 0.9.12
---
 core/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 0236e41..d20c995 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -63,8 +63,7 @@
         <dependency>
             <groupId>org.reflections</groupId>
             <artifactId>reflections</artifactId>
-            <!-- 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>
+            <version>0.9.12</version>
             <scope>compile</scope>
             <!-- exclude all optional dependencies -->
             <exclusions>
@@ -88,10 +87,6 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-simple</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>com.google.code.findbugs</groupId>
-                    <artifactId>annotations</artifactId>
-                </exclusion>
             </exclusions>
         </dependency>