[java-identity-provider] branch master updated: Missing a test dependency for some reason.

Scott Cantor cantor.2 at osu.edu
Mon Jan 13 12:50:57 EST 2020


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

scantor 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=803651eb9ac4feff4723af14308cbbc1d8c3522e

The following commit(s) were added to refs/heads/master by this push:
       new  803651e   Missing a test dependency for some reason.
803651e is described below

commit 803651eb9ac4feff4723af14308cbbc1d8c3522e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 13 12:50:54 2020 -0500

    Missing a test dependency for some reason.
---
 idp-authn-impl/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 60715b2..ad2a741 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -232,6 +232,13 @@
         </dependency>
 
         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-saml-api</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>com.unboundid</groupId>
             <artifactId>unboundid-ldapsdk</artifactId>
             <scope>test</scope>

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


More information about the commits mailing list