[java-oidc-common] branch main updated: Fix IdP/OpenSAML jar scope, should be provided.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 25 15:47:05 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=e3575438b04261680d59150454d4720bf9bcad9b
The following commit(s) were added to refs/heads/main by this push:
new e357543 Fix IdP/OpenSAML jar scope, should be provided.
e357543 is described below
commit e3575438b04261680d59150454d4720bf9bcad9b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 25 11:46:52 2023 -0400
Fix IdP/OpenSAML jar scope, should be provided.
---
oidc-common-crypto-impl/pom.xml | 1 +
oidc-common-profile-api/pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/oidc-common-crypto-impl/pom.xml b/oidc-common-crypto-impl/pom.xml
index 8c2493d..71c5b55 100644
--- a/oidc-common-crypto-impl/pom.xml
+++ b/oidc-common-crypto-impl/pom.xml
@@ -22,6 +22,7 @@
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-profile-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
diff --git a/oidc-common-profile-api/pom.xml b/oidc-common-profile-api/pom.xml
index c0441b0..cabd72e 100644
--- a/oidc-common-profile-api/pom.xml
+++ b/oidc-common-profile-api/pom.xml
@@ -21,7 +21,7 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${oidc-common.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list