[java-metadata-aggregator] branch master updated: JPAR-133 - Update Mockito for Java 11

Ian Young ian at iay.org.uk
Fri Mar 8 09:19:58 EST 2019


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=60ad4d5a1f81671c03d4df13cd9d47f07b8fc463

The following commit(s) were added to refs/heads/master by this push:
       new  60ad4d5   JPAR-133 - Update Mockito for Java 11
60ad4d5 is described below

commit 60ad4d5a1f81671c03d4df13cd9d47f07b8fc463
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 8 14:07:41 2019 +0000

    JPAR-133 - Update Mockito for Java 11
---
 aggregator-pipeline/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 963b579..2e3b4f6 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -69,7 +69,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list