You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/24 10:17:20 UTC

[sling-org-apache-sling-installer-factory-configuration] branch master updated: Remove unused dependency and update mockito-core to 3.3.3 to allow building with Java 11

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 69c09b6  Remove unused dependency and update mockito-core to 3.3.3 to allow building with Java 11
69c09b6 is described below

commit 69c09b65c21562c70004b3ddbe8da5d1003a1571
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Mar 24 11:16:55 2020 +0100

    Remove unused dependency and update mockito-core to 3.3.3 to allow building with Java 11
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0ee9a0..bb5592c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,11 +75,6 @@
         </dependency>
         <!-- OSGi framework 1.8, Core R6 (https://osgi.org/javadoc/r6/core/org/osgi/framework/package-summary.html) -->
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.framework</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
@@ -106,7 +101,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>2.15.0</version>
+            <version>3.3.3</version>
             <scope>test</scope>
         </dependency>
     </dependencies>