[java-identity-provider] branch master updated: JPAR-133 - Update Mockito for Java 11

Ian Young ian at iay.org.uk
Fri Mar 8 09:20:06 EST 2019


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

iay pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6202bd0dc2931add284177e990bd6726609c8999

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

commit 6202bd0dc2931add284177e990bd6726609c8999
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 8 14:17:39 2019 +0000

    JPAR-133 - Update Mockito for Java 11
---
 idp-parent/pom.xml    | 6 ------
 idp-saml-impl/pom.xml | 4 ----
 2 files changed, 10 deletions(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 2ff2209..c85a83f 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -211,12 +211,6 @@
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>1.10.8</version>
-                <scope>test</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index b5fc4a0..2ded2bd 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -101,10 +101,6 @@
 
         <!-- Test Dependencies -->
         <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
-        </dependency>
-        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-core</artifactId>
             <version>${project.version}</version>

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


More information about the commits mailing list