[java-identity-provider] branch main updated: Add missing test dependency.

Scott Cantor cantor.2 at osu.edu
Thu Sep 15 19:52:44 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=e3832fee44e932b38f1276b9d108407e595f181c

The following commit(s) were added to refs/heads/main by this push:
     new e3832fee4 Add missing test dependency.
e3832fee4 is described below

commit e3832fee44e932b38f1276b9d108407e595f181c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 15 15:52:41 2022 -0400

    Add missing test dependency.
---
 idp-profile-api/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 3633f42e8..b2b60f608 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -102,10 +102,14 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-testing</artifactId>
-            <version>${opensaml.version}</version>
             <scope>test</scope>
         </dependency>
 

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


More information about the commits mailing list