[java-oidc-common] 02/04: Fix opensaml jar scope to provided
Phil Smart
philip.smart at jisc.ac.uk
Wed Jan 24 13:35:09 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch maint-3.0
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=ea44acbe66da3d96a17088b7456c5d0ff3edbdc8
commit ea44acbe66da3d96a17088b7456c5d0ff3edbdc8
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 f8f4f65..67fc887 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