We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 211beac + b4b0fe3 commit d79e861Copy full SHA for d79e861
2 files changed
build.gradle
@@ -12,7 +12,7 @@ buildscript {
12
ext {
13
libs = [
14
slf4jApi: 'org.slf4j:slf4j-api:1.7.16',
15
- jsonSmart: 'net.minidev:json-smart:2.2.1',
+ jsonSmart: 'net.minidev:json-smart:2.3',
16
jacksonDatabind: 'com.fasterxml.jackson.core:jackson-databind:2.6.3',
17
gson: 'com.google.code.gson:gson:2.3.1',
18
jettison: 'org.codehaus.jettison:jettison:1.3.7',
json-path/build.gradle
@@ -11,10 +11,7 @@ jar {
11
}
dependencies {
- compile (libs.jsonSmart){
- // see https://github.com/jayway/JsonPath/issues/228, https://github.com/netplex/json-smart-v2/issues/20
- exclude group: 'org.ow2.asm', module: 'asm'
- }
+ compile libs.jsonSmart
compile libs.slf4jApi
19
compile libs.jacksonDatabind, optional
20
compile libs.gson, optional
0 commit comments