[java-identity-provider] branch main updated: Add missing test deps.
Scott Cantor
cantor.2 at osu.edu
Fri Mar 17 17:28:51 UTC 2023
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=cc6efd3060b6416a0c89b1db23d26a437f189f7e
The following commit(s) were added to refs/heads/main by this push:
new cc6efd306 Add missing test deps.
cc6efd306 is described below
commit cc6efd3060b6416a0c89b1db23d26a437f189f7e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 17 13:28:47 2023 -0400
Add missing test deps.
---
idp-conf/pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index c95143e27..95bd9a232 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -125,6 +125,17 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>shib-profile-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>shib-profile-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>shib-attribute-api</artifactId>
@@ -217,6 +228,11 @@
<artifactId>shib-security-spring</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-service</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-spring</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list