[java-oidc-common] branch main updated: Fix BOM import and add shib-shared version.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 18 13:31:34 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=3fcbb573124698e15d7cd01ef1008b1580d51e14
The following commit(s) were added to refs/heads/main by this push:
new 3fcbb57 Fix BOM import and add shib-shared version.
3fcbb57 is described below
commit 3fcbb573124698e15d7cd01ef1008b1580d51e14
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 18 09:31:31 2023 -0400
Fix BOM import and add shib-shared version.
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5fbf6ae..bffa7b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,7 @@
<description>A POM containing properties, dependencies, etc. that are common across all Shibboleth OIDC Java common libraries.</description>
<properties>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
+ <shib-shared.version>9.0.0</shib-shared.version>
<oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.0.0</idp.version>
@@ -201,11 +202,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <!-- Test bom dependencies -->
+ <!-- Shibboleth Shared BOM dependencies -->
<dependency>
<groupId>${shib-shared.groupId}</groupId>
- <artifactId>shib-testing</artifactId>
- <version>${java-shib-shared.version}</version>
+ <artifactId>shib-shared-bom</artifactId>
+ <version>${shib-shared.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list