[java-idp-plugin-oidc-rp] 01/02: Set shib-support dependency to provided
Phil Smart
philip.smart at jisc.ac.uk
Tue Mar 19 13:45:25 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch maint-2.0
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=afb4a32d5718365c4ab7ace55f87441dd1012e3c
commit afb4a32d5718365c4ab7ace55f87441dd1012e3c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 19 10:10:30 2024 +0000
Set shib-support dependency to provided
---
idp-oidc-rp-api/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index 01b9205..ebfe22b 100644
--- a/idp-oidc-rp-api/pom.xml
+++ b/idp-oidc-rp-api/pom.xml
@@ -64,6 +64,7 @@
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-support</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list