mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-18 12:27:15 +00:00
chore(dep): upgrade json-smart (#5081)
This commit is contained in:
parent
64fae6121a
commit
ce149aed45
@ -89,6 +89,7 @@ project.ext.externalDependency = [
|
||||
'jgrapht': 'org.jgrapht:jgrapht-core:1.5.1',
|
||||
'jsonSchemaAvro': 'com.github.fge:json-schema-avro:0.1.4',
|
||||
'jsonSimple': 'com.googlecode.json-simple:json-simple:1.1.1',
|
||||
'jsonSmart': 'net.minidev:json-smart:2.4.6',
|
||||
'junitJupiterApi': "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion",
|
||||
'junitJupiterParams': "org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion",
|
||||
'junitJupiterEngine': "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion",
|
||||
|
@ -38,7 +38,10 @@ dependencies {
|
||||
implementation externalDependency.jerseyCore
|
||||
implementation externalDependency.jerseyGuava
|
||||
|
||||
implementation externalDependency.pac4j
|
||||
implementation(externalDependency.pac4j) {
|
||||
exclude group: "net.minidev", module: "json-smart"
|
||||
}
|
||||
implementation externalDependency.jsonSmart
|
||||
implementation externalDependency.playPac4j
|
||||
implementation externalDependency.shiroCore
|
||||
implementation externalDependency.playCache
|
||||
|
Loading…
x
Reference in New Issue
Block a user