|
107 | 107 | <groupId>commons-cli</groupId>
|
108 | 108 | <artifactId>*</artifactId>
|
109 | 109 | </exclusion>
|
| 110 | + <!-- |
| 111 | + TODO Fix class conflicts in master branch of apache/hive . |
| 112 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 113 | + --> |
| 114 | + <exclusion> |
| 115 | + <groupId>org.apache.thrift</groupId> |
| 116 | + <artifactId>libthrift</artifactId> |
| 117 | + </exclusion> |
110 | 118 | </exclusions>
|
111 | 119 | </dependency>
|
112 | 120 | <dependency>
|
113 | 121 | <groupId>org.apache.httpcomponents</groupId>
|
114 | 122 | <artifactId>httpclient</artifactId>
|
115 | 123 | <version>${httpcomponents.client.version}</version>
|
| 124 | + <exclusions> |
| 125 | + <!-- |
| 126 | + TODO Fix class conflicts in master branch of apache/hive . |
| 127 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 128 | + --> |
| 129 | + <exclusion> |
| 130 | + <groupId>commons-codec</groupId> |
| 131 | + <artifactId>commons-codec</artifactId> |
| 132 | + </exclusion> |
| 133 | + <!-- |
| 134 | + TODO Fix class conflicts in master branch of apache/hive . |
| 135 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 136 | + --> |
| 137 | + <exclusion> |
| 138 | + <groupId>commons-logging</groupId> |
| 139 | + <artifactId>commons-logging</artifactId> |
| 140 | + </exclusion> |
| 141 | + </exclusions> |
116 | 142 | </dependency>
|
117 | 143 | <dependency>
|
118 | 144 | <groupId>org.apache.httpcomponents</groupId>
|
|
123 | 149 | <groupId>org.apache.thrift</groupId>
|
124 | 150 | <artifactId>libthrift</artifactId>
|
125 | 151 | <version>${libthrift.version}</version>
|
| 152 | + <exclusions> |
| 153 | + <!-- |
| 154 | + TODO Fix class conflicts in master branch of apache/hive . |
| 155 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 156 | + --> |
| 157 | + <exclusion> |
| 158 | + <groupId>org.apache.httpcomponents</groupId> |
| 159 | + <artifactId>httpcore</artifactId> |
| 160 | + </exclusion> |
| 161 | + <!-- |
| 162 | + TODO Fix class conflicts in master branch of apache/hive . |
| 163 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 164 | + --> |
| 165 | + <exclusion> |
| 166 | + <groupId>org.slf4j</groupId> |
| 167 | + <artifactId>slf4j-api</artifactId> |
| 168 | + </exclusion> |
| 169 | + </exclusions> |
126 | 170 | </dependency>
|
127 | 171 | <dependency>
|
128 | 172 | <groupId>org.apache.zookeeper</groupId>
|
|
151 | 195 | <groupId>org.apache.curator</groupId>
|
152 | 196 | <artifactId>curator-framework</artifactId>
|
153 | 197 | <version>${curator.version}</version>
|
| 198 | + <exclusions> |
| 199 | + <!-- |
| 200 | + TODO Fix class conflicts in master branch of apache/hive . |
| 201 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 202 | + --> |
| 203 | + <exclusion> |
| 204 | + <groupId>com.google.guava</groupId> |
| 205 | + <artifactId>guava</artifactId> |
| 206 | + </exclusion> |
| 207 | + <!-- |
| 208 | + TODO Fix class conflicts in master branch of apache/hive . |
| 209 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 210 | + --> |
| 211 | + <exclusion> |
| 212 | + <groupId>org.apache.zookeeper</groupId> |
| 213 | + <artifactId>zookeeper</artifactId> |
| 214 | + </exclusion> |
| 215 | + <!-- |
| 216 | + TODO Fix class conflicts in master branch of apache/hive . |
| 217 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 218 | + --> |
| 219 | + <exclusion> |
| 220 | + <groupId>org.slf4j</groupId> |
| 221 | + <artifactId>slf4j-api</artifactId> |
| 222 | + </exclusion> |
| 223 | + </exclusions> |
154 | 224 | </dependency>
|
155 | 225 | <dependency>
|
156 | 226 | <groupId>org.apache.hive.shims</groupId>
|
|
161 | 231 | <groupId>com.google.code.findbugs</groupId>
|
162 | 232 | <artifactId>*</artifactId>
|
163 | 233 | </exclusion>
|
| 234 | + <!-- |
| 235 | + TODO Fix class conflicts in master branch of apache/hive . |
| 236 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 237 | + --> |
| 238 | + <exclusion> |
| 239 | + <groupId>org.apache.zookeeper</groupId> |
| 240 | + <artifactId>zookeeper</artifactId> |
| 241 | + </exclusion> |
164 | 242 | </exclusions>
|
165 | 243 | </dependency>
|
166 | 244 | <dependency>
|
|
384 | 462 | <groupId>org.xerial.snappy</groupId>
|
385 | 463 | <artifactId>*</artifactId>
|
386 | 464 | </exclusion>
|
| 465 | + <!-- |
| 466 | + TODO Fix class conflicts in master branch of apache/hive . |
| 467 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 468 | + --> |
| 469 | + <exclusion> |
| 470 | + <groupId>com.google.guava</groupId> |
| 471 | + <artifactId>guava</artifactId> |
| 472 | + </exclusion> |
| 473 | + <!-- |
| 474 | + TODO Fix class conflicts in master branch of apache/hive . |
| 475 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 476 | + --> |
| 477 | + <exclusion> |
| 478 | + <groupId>commons-logging</groupId> |
| 479 | + <artifactId>commons-logging</artifactId> |
| 480 | + </exclusion> |
| 481 | + <!-- |
| 482 | + TODO Fix class conflicts in master branch of apache/hive . |
| 483 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 484 | + --> |
| 485 | + <exclusion> |
| 486 | + <groupId>org.apache.commons</groupId> |
| 487 | + <artifactId>commons-text</artifactId> |
| 488 | + </exclusion> |
| 489 | + <!-- |
| 490 | + TODO Fix class conflicts in master branch of apache/hive . |
| 491 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 492 | + --> |
| 493 | + <exclusion> |
| 494 | + <groupId>org.apache.zookeeper</groupId> |
| 495 | + <artifactId>zookeeper</artifactId> |
| 496 | + </exclusion> |
| 497 | + <!-- |
| 498 | + TODO Fix class conflicts in master branch of apache/hadoop . |
| 499 | + Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 . |
| 500 | + --> |
| 501 | + <exclusion> |
| 502 | + <groupId>org.codehaus.woodstox</groupId> |
| 503 | + <artifactId>stax2-api</artifactId> |
| 504 | + </exclusion> |
| 505 | + <!-- |
| 506 | + TODO Fix class conflicts in master branch of apache/hive . |
| 507 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 508 | + --> |
| 509 | + <exclusion> |
| 510 | + <groupId>org.slf4j</groupId> |
| 511 | + <artifactId>slf4j-api</artifactId> |
| 512 | + </exclusion> |
387 | 513 | </exclusions>
|
388 | 514 | </dependency>
|
389 | 515 | <dependency>
|
|
415 | 541 | <groupId>org.slf4j</groupId>
|
416 | 542 | <artifactId>slf4j-reload4j</artifactId>
|
417 | 543 | </exclusion>
|
| 544 | + <!-- |
| 545 | + TODO Fix class conflicts in master branch of apache/hive . |
| 546 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 547 | + --> |
| 548 | + <exclusion> |
| 549 | + <groupId>org.apache.zookeeper</groupId> |
| 550 | + <artifactId>zookeeper</artifactId> |
| 551 | + </exclusion> |
| 552 | + <!-- |
| 553 | + TODO Fix class conflicts in master branch of apache/hive . |
| 554 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 555 | + --> |
| 556 | + <exclusion> |
| 557 | + <groupId>org.slf4j</groupId> |
| 558 | + <artifactId>slf4j-api</artifactId> |
| 559 | + </exclusion> |
418 | 560 | </exclusions>
|
419 | 561 | </dependency>
|
420 | 562 | <dependency>
|
|
450 | 592 | <groupId>org.apache.hadoop</groupId>
|
451 | 593 | <artifactId>hadoop-annotations</artifactId>
|
452 | 594 | </exclusion>
|
| 595 | + <!-- |
| 596 | + TODO Fix class conflicts in master branch of apache/hive . |
| 597 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 598 | + --> |
| 599 | + <exclusion> |
| 600 | + <groupId>org.apache.zookeeper</groupId> |
| 601 | + <artifactId>zookeeper</artifactId> |
| 602 | + </exclusion> |
| 603 | + <!-- |
| 604 | + TODO Fix class conflicts in master branch of apache/hive . |
| 605 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 606 | + --> |
| 607 | + <exclusion> |
| 608 | + <groupId>org.slf4j</groupId> |
| 609 | + <artifactId>slf4j-api</artifactId> |
| 610 | + </exclusion> |
453 | 611 | </exclusions>
|
454 | 612 | </dependency>
|
455 | 613 | <dependency>
|
|
479 | 637 | </exclusion>
|
480 | 638 | </exclusions>
|
481 | 639 | </dependency>
|
| 640 | + |
| 641 | + <!-- |
| 642 | + TODO Fix class conflicts in master branch of apache/hive . |
| 643 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 644 | + --> |
| 645 | + <dependency> |
| 646 | + <groupId>commons-codec</groupId> |
| 647 | + <artifactId>commons-codec</artifactId> |
| 648 | + <version>${commons-codec.version}</version> |
| 649 | + </dependency> |
| 650 | + <!-- |
| 651 | + TODO Fix class conflicts in master branch of apache/hive . |
| 652 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 653 | + --> |
| 654 | + <dependency> |
| 655 | + <groupId>com.google.guava</groupId> |
| 656 | + <artifactId>guava</artifactId> |
| 657 | + <version>${guava.version}</version> |
| 658 | + </dependency> |
| 659 | + <!-- |
| 660 | + TODO Fix class conflicts in master branch of apache/hive . |
| 661 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 662 | + --> |
| 663 | + <dependency> |
| 664 | + <groupId>commons-logging</groupId> |
| 665 | + <artifactId>commons-logging</artifactId> |
| 666 | + <version>${commons-logging.version}</version> |
| 667 | + </dependency> |
| 668 | + <!-- |
| 669 | + TODO Fix class conflicts in master branch of apache/hive . |
| 670 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 671 | + --> |
| 672 | + <dependency> |
| 673 | + <groupId>org.apache.commons</groupId> |
| 674 | + <artifactId>commons-text</artifactId> |
| 675 | + <version>${commons-text.version}</version> |
| 676 | + </dependency> |
| 677 | + <!-- |
| 678 | + TODO Fix class conflicts in master branch of apache/hadoop . |
| 679 | + Refer to https://github.com/apache/hadoop/blob/release-3.3.6-RC1/hadoop-project/pom.xml#L1244 . |
| 680 | + --> |
| 681 | + <dependency> |
| 682 | + <groupId>org.codehaus.woodstox</groupId> |
| 683 | + <artifactId>stax2-api</artifactId> |
| 684 | + <version>4.2.1</version> |
| 685 | + </dependency> |
| 686 | + <!-- |
| 687 | + TODO Fix class conflicts in master branch of apache/hive . |
| 688 | + Refer to https://github.com/apache/hive/commit/b09d76e68bfba6be19733d864b3207f95265d11f . |
| 689 | + --> |
| 690 | + <dependency> |
| 691 | + <groupId>org.slf4j</groupId> |
| 692 | + <artifactId>slf4j-api</artifactId> |
| 693 | + <version>${slf4j.version}</version> |
| 694 | + </dependency> |
482 | 695 | </dependencies>
|
483 | 696 |
|
484 | 697 | <build>
|
|
0 commit comments