[java-idp-oidc] branch main updated: Removed duplicate dep management for net.minidev:json-smart and com.nimbusds:lang-tag.

Henri Mikkonen henri.mikkonen at iki.fi
Fri May 21 13:03:06 UTC 2021


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=91d52a2dca320acdd247757d23e051081e559f9e

The following commit(s) were added to refs/heads/main by this push:
       new  91d52a2d  Removed duplicate dep management for net.minidev:json-smart and com.nimbusds:lang-tag.
91d52a2d is described below

commit 91d52a2dca320acdd247757d23e051081e559f9e
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 21 16:02:45 2021 +0300

    Removed duplicate dep management for net.minidev:json-smart and com.nimbusds:lang-tag.
    
    They’re already imported via oidc-common-bom.
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61e1f057..aacb9cd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,7 @@
         <shib.idp.version>4.1.0</shib.idp.version>
         <opensaml.version>4.1.0</opensaml.version>
         <oidc.common.version>1.1.0-SNAPSHOT</oidc.common.version>
-        <json.smart.version>2.3</json.smart.version>
         <gson.version>2.8.6</gson.version>
-        <nimbus.lang.tag.version>1.4.4</nimbus.lang.tag.version>
         <commons.io.version>2.6</commons.io.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle.xml</checkstyle.configLocation>
     </properties>
@@ -107,16 +105,6 @@
                 <artifactId>gson</artifactId>
                 <version>${gson.version}</version>
             </dependency>
-            <dependency>
-                <groupId>net.minidev</groupId>
-                <artifactId>json-smart</artifactId>
-                <version>${json.smart.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.nimbusds</groupId>
-                <artifactId>lang-tag</artifactId>     
-                <version>${nimbus.lang.tag.version}</version>   
-            </dependency>
             <!-- Test IdP bom dependencies -->
             <dependency>
                 <groupId>net.shibboleth.idp</groupId>

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


More information about the commits mailing list