[java-oidc-common] branch main updated: Fix opensaml jar scope to provided
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Feb 23 08:28:49 UTC 2024
This is an automated email from the git hooks/post-receive script.
hjmikkon 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=e25ba85e11d4f1129ac3ea76faa133bb55f17206
The following commit(s) were added to refs/heads/main by this push:
new e25ba85 Fix opensaml jar scope to provided
e25ba85 is described below
commit e25ba85e11d4f1129ac3ea76faa133bb55f17206
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jan 24 11:26:22 2024 +0000
Fix opensaml jar scope to provided
---
oidc-common-attribute-impl/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index 566636e..e7bac22 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -45,11 +45,13 @@
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-core-api</artifactId>
<version>${opensaml.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
<version>${opensaml.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${shib-shared.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list