We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c299a commit 2b6e883Copy full SHA for 2b6e883
core/build.gradle
@@ -56,7 +56,10 @@ dependencies {
56
api "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
57
api group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
58
api group: 'com.tdunning', name: 't-digest', version: '3.3'
59
- api 'org.apache.calcite:calcite-core:1.38.0'
+ api "net.minidev:json-smart:${versions.json_smart}"
60
+ api('org.apache.calcite:calcite-core:1.38.0') {
61
+ exclude group: 'net.minidev', module: 'json-smart'
62
+ }
63
api 'org.apache.calcite:calcite-linq4j:1.38.0'
64
api project(':common')
65
implementation "com.github.seancfoley:ipaddress:5.4.2"
0 commit comments