Skip to content

Commit f6ec9cb

Browse files
authored
Fix vendor Calcite 1.40 (#35671)
1 parent 92bbf63 commit f6ec9cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vendor/calcite-1_40_0/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ List<String> packagesToRelocate = [
5252
"net.minidev",
5353
"org.apache.calcite",
5454
"org.apache.commons",
55+
"org.apache.hc.core5",
56+
"org.apache.hc.client5",
5557
"org.apache.http",
5658
"org.apiguardian.api",
5759
"org.codehaus",
60+
"org.json.simple",
61+
"org.locationtech.jts",
62+
"org.locationtech.proj4j",
5863
"org.objectweb",
5964
"org.pentaho",
6065
"org.yaml",
@@ -77,6 +82,7 @@ vendorJava(
7782
"com/google/errorprone/**",
7883
"com/google/j2objc/annotations/**",
7984
"javax/annotation/**",
85+
"javax/transaction/**",
8086
"org/checkerframework/**",
8187
"org/jmlspecs/**",
8288
"org/intellij/lang/annotations/**",

0 commit comments

Comments
 (0)