[java-identity-provider] branch main updated: Add missing jar to test classpath.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 18 19:43: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=db94784bb1ba7ac6ca3ed101d16d69ad8f0ddb47
The following commit(s) were added to refs/heads/main by this push:
new db94784bb Add missing jar to test classpath.
db94784bb is described below
commit db94784bb1ba7ac6ca3ed101d16d69ad8f0ddb47
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 18 15:43:48 2023 -0400
Add missing jar to test classpath.
---
idp-cas-impl/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index e72f7d62e..c5e1c0925 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -172,6 +172,11 @@
<version>${project.version}</version>
<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-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list