[java-idp-oidc] branch master updated: Add idp-conf-impl test dependency.

Scott Cantor cantor.2 at osu.edu
Mon Jul 27 16:50:04 UTC 2020


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

scantor 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=800dd2753e245462749a9b9eae649b9043209558

The following commit(s) were added to refs/heads/master by this push:
       new  800dd275  Add idp-conf-impl test dependency.
800dd275 is described below

commit 800dd2753e245462749a9b9eae649b9043209558
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 27 12:50:58 2020 -0400

    Add idp-conf-impl test dependency.
---
 idp-oidc-extension-impl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 5cc8aa5d..e928ff34 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -149,6 +149,11 @@
             <artifactId>idp-conf</artifactId>
             <scope>test</scope>
         </dependency>        
+        <dependency>
+            <groupId>net.shibboleth.idp</groupId>
+            <artifactId>idp-conf-impl</artifactId>
+            <scope>test</scope>
+        </dependency>        
         <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-profile-impl</artifactId>

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


More information about the commits mailing list