[java-idp-plugin-oidc-rp] branch main updated: Set shib-support dependency to provided

Phil Smart philip.smart at jisc.ac.uk
Tue Mar 19 10:10:33 UTC 2024


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

philsmart pushed a commit to branch main
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=8555075d7f18e1f307c6141c947314a040d3bb78

The following commit(s) were added to refs/heads/main by this push:
     new 8555075  Set shib-support dependency to provided
8555075 is described below

commit 8555075d7f18e1f307c6141c947314a040d3bb78
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 a4a0d96..40359a3 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