|
132 | 132 | <hive.group>org.apache.hive</hive.group> |
133 | 133 | <hive.classifier>core</hive.classifier> |
134 | 134 | <!-- Version used in Maven Hive dependency --> |
135 | | - <hive.version>2.3.9</hive.version> |
136 | | - <hive23.version>2.3.9</hive23.version> |
| 135 | + <hive.version>2.3.10</hive.version> |
| 136 | + <hive23.version>2.3.10</hive23.version> |
137 | 137 | <!-- Version used for internal directory structure --> |
138 | 138 | <hive.version.short>2.3</hive.version.short> |
139 | 139 | <!-- note that this should be compatible with Kafka brokers version 0.10 and up --> |
|
192 | 192 | <commons-codec.version>1.17.0</commons-codec.version> |
193 | 193 | <commons-compress.version>1.26.1</commons-compress.version> |
194 | 194 | <commons-io.version>2.16.1</commons-io.version> |
195 | | - <!-- org.apache.commons/commons-lang/--> |
196 | | - <commons-lang2.version>2.6</commons-lang2.version> |
197 | 195 | <!-- org.apache.commons/commons-lang3/--> |
198 | 196 | <commons-lang3.version>3.14.0</commons-lang3.version> |
199 | 197 | <!-- org.apache.commons/commons-pool2/--> |
|
206 | 204 | <jodd.version>3.5.2</jodd.version> |
207 | 205 | <jsr305.version>3.0.0</jsr305.version> |
208 | 206 | <jaxb.version>2.2.11</jaxb.version> |
209 | | - <libthrift.version>0.12.0</libthrift.version> |
| 207 | + <libthrift.version>0.16.0</libthrift.version> |
210 | 208 | <antlr4.version>4.13.1</antlr4.version> |
211 | 209 | <jpam.version>1.1</jpam.version> |
212 | 210 | <selenium.version>4.17.0</selenium.version> |
|
615 | 613 | <artifactId>commons-text</artifactId> |
616 | 614 | <version>1.12.0</version> |
617 | 615 | </dependency> |
618 | | - <dependency> |
619 | | - <groupId>commons-lang</groupId> |
620 | | - <artifactId>commons-lang</artifactId> |
621 | | - <version>${commons-lang2.version}</version> |
622 | | - </dependency> |
623 | 616 | <dependency> |
624 | 617 | <groupId>commons-io</groupId> |
625 | 618 | <artifactId>commons-io</artifactId> |
|
2294 | 2287 | <artifactId>janino</artifactId> |
2295 | 2288 | </exclusion> |
2296 | 2289 | <exclusion> |
2297 | | - <groupId>org.pentaho</groupId> |
2298 | | - <artifactId>pentaho-aggdesigner-algorithm</artifactId> |
| 2290 | + <groupId>net.hydromatic</groupId> |
| 2291 | + <artifactId>aggdesigner-algorithm</artifactId> |
2299 | 2292 | </exclusion> |
2300 | 2293 | <!-- End of Hive 2.3 exclusion --> |
2301 | 2294 | </exclusions> |
|
2365 | 2358 | <groupId>org.codehaus.groovy</groupId> |
2366 | 2359 | <artifactId>groovy-all</artifactId> |
2367 | 2360 | </exclusion> |
| 2361 | + <exclusion> |
| 2362 | + <groupId>com.lmax</groupId> |
| 2363 | + <artifactId>disruptor</artifactId> |
| 2364 | + </exclusion> |
2368 | 2365 | </exclusions> |
2369 | 2366 | </dependency> |
2370 | 2367 |
|
|
2805 | 2802 | <groupId>org.slf4j</groupId> |
2806 | 2803 | <artifactId>slf4j-api</artifactId> |
2807 | 2804 | </exclusion> |
| 2805 | + <exclusion> |
| 2806 | + <groupId>javax.annotation</groupId> |
| 2807 | + <artifactId>javax.annotation-api</artifactId> |
| 2808 | + </exclusion> |
2808 | 2809 | </exclusions> |
2809 | 2810 | </dependency> |
2810 | 2811 | <dependency> |
|
2898 | 2899 | <artifactId>hive-storage-api</artifactId> |
2899 | 2900 | <version>${hive.storage.version}</version> |
2900 | 2901 | <scope>${hive.storage.scope}</scope> |
2901 | | - <exclusions> |
2902 | | - <exclusion> |
2903 | | - <groupId>commons-lang</groupId> |
2904 | | - <artifactId>commons-lang</artifactId> |
2905 | | - </exclusion> |
2906 | | - </exclusions> |
2907 | 2902 | </dependency> |
2908 | 2903 | <dependency> |
2909 | 2904 | <groupId>commons-cli</groupId> |
|
0 commit comments