We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bbf63 commit f6ec9cbCopy full SHA for f6ec9cb
vendor/calcite-1_40_0/build.gradle
@@ -52,9 +52,14 @@ List<String> packagesToRelocate = [
52
"net.minidev",
53
"org.apache.calcite",
54
"org.apache.commons",
55
+ "org.apache.hc.core5",
56
+ "org.apache.hc.client5",
57
"org.apache.http",
58
"org.apiguardian.api",
59
"org.codehaus",
60
+ "org.json.simple",
61
+ "org.locationtech.jts",
62
+ "org.locationtech.proj4j",
63
"org.objectweb",
64
"org.pentaho",
65
"org.yaml",
@@ -77,6 +82,7 @@ vendorJava(
77
82
"com/google/errorprone/**",
78
83
"com/google/j2objc/annotations/**",
79
84
"javax/annotation/**",
85
+ "javax/transaction/**",
80
86
"org/checkerframework/**",
81
87
"org/jmlspecs/**",
88
"org/intellij/lang/annotations/**",
0 commit comments