[java-idp-oidc] branch master updated: IDP-1620 Add explicit test dependency on java-support

Rod Widdowson rdw at steadingsoftware.com
Wed Jul 8 13:18:41 UTC 2020


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

rdw pushed a commit to branch master
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3492522e1bf51b7f8e3ea39840ac2c0f5cf2e055

The following commit(s) were added to refs/heads/master by this push:
       new  3492522e  IDP-1620  Add explicit test dependency on java-support
3492522e is described below

commit 3492522e1bf51b7f8e3ea39840ac2c0f5cf2e055
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 8 14:18:05 2020 +0100

    IDP-1620  Add explicit test dependency on java-support
    
    https://issues.shibboleth.net/jira/browse/IDP-1620
---
 idp-oidc-extension-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 2b1b0e6c..57179828 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -217,6 +217,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+	    <groupId>net.shibboleth.utilities</groupId>
+	    <artifactId>java-support</artifactId>
+	    <type>test-jar</type>
+	    <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.graalvm.sdk</groupId>
             <artifactId>graal-sdk</artifactId>

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


More information about the commits mailing list