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 2021/12/03 08:49:32 UTC

[sling-org-apache-sling-models-jacksonexporter] branch master updated: cosmetic: remove unused test dependency

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-models-jacksonexporter.git


The following commit(s) were added to refs/heads/master by this push:
     new 61d4801  cosmetic: remove unused test dependency
61d4801 is described below

commit 61d4801122c398a51d4696ae5c6b571549e1334a
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Fri Dec 3 09:49:21 2021 +0100

    cosmetic: remove unused test dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7975d44..e1776ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,12 +83,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-            <version>1.9.5</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>