[java-identity-provider] branch main updated: Missing test dependencies.

Scott Cantor cantor.2 at osu.edu
Thu Sep 15 19:39:08 UTC 2022


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

scantor pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
     new a9d25cfc8 Missing test dependencies.
a9d25cfc8 is described below

commit a9d25cfc8ee5b495a2c249b18075cf5fabe73311
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 15 15:39:05 2022 -0400

    Missing test dependencies.
---
 idp-consent-impl/pom.xml | 5 +++++
 idp-session-impl/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index d6b7c3db2..7a90c1c3a 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -105,6 +105,11 @@
             <type>test-jar</type>
         </dependency>
 
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-storage-impl</artifactId>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index a42427c28..0a7f176a5 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -134,6 +134,11 @@
             <scope>test</scope>
         </dependency>
         
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-storage-impl</artifactId>

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


More information about the commits mailing list