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

Scott Cantor cantor.2 at osu.edu
Mon Jul 27 16:21:26 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-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=547c04b7e364e5aacae6daa721aafbd7099cc5a1

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

commit 547c04b7e364e5aacae6daa721aafbd7099cc5a1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 27 12:21:17 2020 -0400

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

diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
index 324c0cd..000bc29 100644
--- a/idp-duo-impl/pom.xml
+++ b/idp-duo-impl/pom.xml
@@ -120,6 +120,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>net.shibboleth.idp</groupId>
             <artifactId>idp-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