[java-idp-oidc] 01/04: Removed Nimbus version properties from OP parent POM

Henri Mikkonen henri.mikkonen at iki.fi
Fri May 17 09:18:34 UTC 2024


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=7e6919e8a3ab32f6697ee22bcde6ba04690dfc0f

commit 7e6919e8a3ab32f6697ee22bcde6ba04690dfc0f
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 17 11:58:47 2024 +0300

    Removed Nimbus version properties from OP parent POM
    
    They're not needed here as the version management is imported via oidc-common-bom.
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c91224b..0a6d6d79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,12 +30,6 @@
         <shib-metadata.version>5.0.0</shib-metadata.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0</opensaml.version>
-        <nimbus-jose-jwt.version>9.29</nimbus-jose-jwt.version>
-        <oauth2-oidc-sdk.version>10.5.1</oauth2-oidc-sdk.version>
-        <json.smart.version>2.4.8</json.smart.version>
-        <accessors.smart.version>1.2</accessors.smart.version>
-        <nimbus.lang.tag.version>1.7</nimbus.lang.tag.version>
-        <nimbus.content.type.version>2.2</nimbus.content.type.version>
         <oidc.config.version>2.2.0-SNAPSHOT</oidc.config.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list