|
58 | 58 | <dep.joda.version>2.13.1</dep.joda.version> |
59 | 59 | <dep.tempto.version>1.55</dep.tempto.version> |
60 | 60 | <dep.testng.version>7.5</dep.testng.version> |
61 | | - <dep.lucene.version>9.12.0</dep.lucene.version> |
| 61 | + <dep.lucene.version>8.11.3</dep.lucene.version> |
62 | 62 | <dep.assertj-core.version>3.8.0</dep.assertj-core.version> |
63 | 63 | <dep.parquet.version>1.13.1</dep.parquet.version> |
64 | 64 | <dep.asm.version>9.7.1</dep.asm.version> |
65 | 65 | <dep.gcs.version>1.9.17</dep.gcs.version> |
66 | 66 | <dep.alluxio.version>313</dep.alluxio.version> |
67 | 67 | <dep.slf4j.version>2.0.16</dep.slf4j.version> |
68 | 68 | <dep.kafka.version>3.9.1</dep.kafka.version> |
69 | | - <dep.pinot.version>1.3.0</dep.pinot.version> |
| 69 | + <dep.pinot.version>0.11.0</dep.pinot.version> |
70 | 70 | <dep.druid.version>30.0.1</dep.druid.version> |
71 | 71 | <dep.jaxb.version>2.3.1</dep.jaxb.version> |
72 | 72 | <dep.jaxb.runtime.version>4.0.5</dep.jaxb.runtime.version> |
|
80 | 80 | <dep.jackson.version>2.15.4</dep.jackson.version> |
81 | 81 | <dep.j2objc.version>3.0.0</dep.j2objc.version> |
82 | 82 | <dep.avro.version>1.11.4</dep.avro.version> |
83 | | - <dep.commons.compress.version>1.27.1</dep.commons.compress.version> |
| 83 | + <dep.commons.compress.version>1.26.2</dep.commons.compress.version> |
84 | 84 | <dep.protobuf-java.version>4.29.0</dep.protobuf-java.version> |
85 | 85 | <dep.jetty.version>12.0.18</dep.jetty.version> |
86 | 86 | <dep.netty.version>4.1.128.Final</dep.netty.version> |
|
108 | 108 | <air.test.jvmsize>4g</air.test.jvmsize> |
109 | 109 | <grpc.version>1.75.0</grpc.version> |
110 | 110 | <air.javadoc.lint>-missing</air.javadoc.lint> |
111 | | - <dep.commons.codec.version>1.17.2</dep.commons.codec.version> |
| 111 | + <dep.commons.codec.version>1.17.1</dep.commons.codec.version> |
112 | 112 | <aws.sdk.version>2.32.9</aws.sdk.version> |
113 | | - <dep.jts.version>1.19.0</dep.jts.version> |
114 | | - |
115 | | - <dep.fastutil.version>8.5.2</dep.fastutil.version> |
116 | | - <dep.datasketches-memory.version>2.2.0</dep.datasketches-memory.version> |
117 | | - <dep.datasketches-java.version>5.0.1</dep.datasketches-java.version> |
118 | | - |
119 | 113 | <release.autoPublish>true</release.autoPublish> |
120 | 114 | </properties> |
121 | 115 |
|
|
416 | 410 | <dependency> |
417 | 411 | <groupId>commons-io</groupId> |
418 | 412 | <artifactId>commons-io</artifactId> |
419 | | - <version>2.18.0</version> |
| 413 | + <version>2.16.1</version> |
420 | 414 | </dependency> |
421 | 415 |
|
422 | 416 | <dependency> |
|
1492 | 1486 | <dependency> |
1493 | 1487 | <groupId>it.unimi.dsi</groupId> |
1494 | 1488 | <artifactId>fastutil</artifactId> |
1495 | | - <version>${dep.fastutil.version}</version> |
| 1489 | + <version>8.5.2</version> |
1496 | 1490 | </dependency> |
1497 | 1491 |
|
1498 | 1492 | <dependency> |
|
2137 | 2131 | <version>9.6.3-4</version> |
2138 | 2132 | </dependency> |
2139 | 2133 |
|
2140 | | - <dependency> |
2141 | | - <groupId>org.apache.pinot</groupId> |
2142 | | - <artifactId>pinot-spi</artifactId> |
2143 | | - <version>${dep.pinot.version}</version> |
2144 | | - </dependency> |
2145 | | - |
2146 | | - <dependency> |
2147 | | - <groupId>org.apache.pinot</groupId> |
2148 | | - <artifactId>pinot-common</artifactId> |
2149 | | - <version>${dep.pinot.version}</version> |
2150 | | - </dependency> |
2151 | | - |
2152 | | - <dependency> |
2153 | | - <groupId>org.apache.pinot</groupId> |
2154 | | - <artifactId>pinot-core</artifactId> |
2155 | | - <version>${dep.pinot.version}</version> |
2156 | | - </dependency> |
2157 | | - |
2158 | 2134 | <dependency> |
2159 | 2135 | <groupId>org.apache.kafka</groupId> |
2160 | 2136 | <artifactId>kafka_2.12</artifactId> |
|
2303 | 2279 | <version>${dep.kafka.version}</version> |
2304 | 2280 | </dependency> |
2305 | 2281 |
|
| 2282 | + <dependency> |
| 2283 | + <groupId>org.apache.pinot</groupId> |
| 2284 | + <artifactId>presto-pinot-driver</artifactId> |
| 2285 | + <version>${dep.pinot.version}</version> |
| 2286 | + </dependency> |
| 2287 | + |
2306 | 2288 | <dependency> |
2307 | 2289 | <groupId>org.xerial.snappy</groupId> |
2308 | 2290 | <artifactId>snappy-java</artifactId> |
2309 | | - <version>1.1.10.7</version> |
| 2291 | + <version>1.1.10.4</version> |
2310 | 2292 | </dependency> |
2311 | 2293 |
|
2312 | 2294 | <dependency> |
2313 | 2295 | <groupId>com.github.luben</groupId> |
2314 | 2296 | <artifactId>zstd-jni</artifactId> |
2315 | | - <version>1.5.6-9</version> |
| 2297 | + <version>1.5.2-3</version> |
2316 | 2298 | </dependency> |
2317 | 2299 |
|
2318 | 2300 | <dependency> |
|
2481 | 2463 |
|
2482 | 2464 | <dependency> |
2483 | 2465 | <groupId>org.apache.lucene</groupId> |
2484 | | - <artifactId>lucene-analysis-common</artifactId> |
| 2466 | + <artifactId>lucene-analyzers-common</artifactId> |
2485 | 2467 | <version>${dep.lucene.version}</version> |
2486 | 2468 | </dependency> |
2487 | 2469 |
|
|
2494 | 2476 | <dependency> |
2495 | 2477 | <groupId>org.locationtech.jts</groupId> |
2496 | 2478 | <artifactId>jts-core</artifactId> |
2497 | | - <version>${dep.jts.version}</version> |
| 2479 | + <version>1.19.0</version> |
2498 | 2480 | </dependency> |
2499 | 2481 |
|
2500 | 2482 | <dependency> |
2501 | 2483 | <groupId>org.locationtech.jts.io</groupId> |
2502 | 2484 | <artifactId>jts-io-common</artifactId> |
2503 | | - <version>${dep.jts.version}</version> |
| 2485 | + <version>1.19.0</version> |
2504 | 2486 | <exclusions> |
2505 | 2487 | <exclusion> |
2506 | 2488 | <groupId>junit</groupId> |
|
2569 | 2551 | <dependency> |
2570 | 2552 | <groupId>com.clearspring.analytics</groupId> |
2571 | 2553 | <artifactId>stream</artifactId> |
2572 | | - <version>2.9.8</version> |
| 2554 | + <version>2.9.5</version> |
2573 | 2555 | </dependency> |
2574 | 2556 |
|
2575 | 2557 | <dependency> |
|
2629 | 2611 | <dependency> |
2630 | 2612 | <groupId>org.apache.datasketches</groupId> |
2631 | 2613 | <artifactId>datasketches-memory</artifactId> |
2632 | | - <version>${dep.datasketches-memory.version}</version> |
| 2614 | + <version>2.2.0</version> |
2633 | 2615 | </dependency> |
2634 | 2616 |
|
2635 | 2617 | <dependency> |
2636 | 2618 | <groupId>org.apache.datasketches</groupId> |
2637 | 2619 | <artifactId>datasketches-java</artifactId> |
2638 | | - <version>${dep.datasketches-java.version}</version> |
| 2620 | + <version>5.0.1</version> |
2639 | 2621 | </dependency> |
2640 | 2622 |
|
2641 | 2623 | <dependency> |
|
0 commit comments