|
626 | 626 | <type>test-jar</type> |
627 | 627 | <scope>test</scope> |
628 | 628 | </dependency> |
| 629 | + <dependency> |
| 630 | + <groupId>org.apache.hbase</groupId> |
| 631 | + <artifactId>hbase-mapreduce</artifactId> |
| 632 | + <version>${hbase.version}</version> |
| 633 | + <scope>test</scope> |
| 634 | + </dependency> |
| 635 | + <dependency> |
| 636 | + <groupId>org.apache.hbase</groupId> |
| 637 | + <artifactId>hbase-metrics-api</artifactId> |
| 638 | + <version>${hbase.version}</version> |
| 639 | + <scope>test</scope> |
| 640 | + </dependency> |
| 641 | + <dependency> |
| 642 | + <groupId>org.apache.hbase</groupId> |
| 643 | + <artifactId>hbase-metrics</artifactId> |
| 644 | + <version>${hbase.version}</version> |
| 645 | + <scope>test</scope> |
| 646 | + </dependency> |
| 647 | + <dependency> |
| 648 | + <groupId>org.apache.hbase</groupId> |
| 649 | + <artifactId>hbase-protocol</artifactId> |
| 650 | + <version>${hbase.version}</version> |
| 651 | + <scope>test</scope> |
| 652 | + </dependency> |
| 653 | + <dependency> |
| 654 | + <groupId>org.apache.hbase</groupId> |
| 655 | + <artifactId>hbase-protocol-shaded</artifactId> |
| 656 | + <version>${hbase.version}</version> |
| 657 | + <scope>test</scope> |
| 658 | + </dependency> |
| 659 | + <dependency> |
| 660 | + <groupId>org.apache.hbase</groupId> |
| 661 | + <artifactId>hbase-hadoop-compat</artifactId> |
| 662 | + <version>${hbase.version}</version> |
| 663 | + <scope>test</scope> |
| 664 | + </dependency> |
| 665 | + <dependency> |
| 666 | + <groupId>org.apache.hbase</groupId> |
| 667 | + <artifactId>hbase-hadoop2-compat</artifactId> |
| 668 | + <version>${hbase.version}</version> |
| 669 | + <scope>test</scope> |
| 670 | + </dependency> |
| 671 | + <dependency> |
| 672 | + <groupId>org.apache.hbase</groupId> |
| 673 | + <artifactId>hbase-zookeeper</artifactId> |
| 674 | + <version>${hbase.version}</version> |
| 675 | + <scope>test</scope> |
| 676 | + </dependency> |
629 | 677 |
|
630 | 678 | <!-- Hadoop test dependencies --> |
631 | 679 | <dependency> |
|
648 | 696 | <type>test-jar</type> |
649 | 697 | <scope>test</scope> |
650 | 698 | </dependency> |
651 | | - |
| 699 | + <dependency> |
| 700 | + <groupId>org.apache.hadoop</groupId> |
| 701 | + <artifactId>hadoop-yarn-api</artifactId> |
| 702 | + <version>${hadoop.version}</version> |
| 703 | + <scope>test</scope> |
| 704 | + </dependency> |
| 705 | + <dependency> |
| 706 | + <groupId>org.apache.hadoop</groupId> |
| 707 | + <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 708 | + <version>${hadoop.version}</version> |
| 709 | + <scope>test</scope> |
| 710 | + </dependency> |
| 711 | + <dependency> |
| 712 | + <groupId>org.apache.hadoop</groupId> |
| 713 | + <artifactId>hadoop-yarn-client</artifactId> |
| 714 | + <version>${hadoop.version}</version> |
| 715 | + <scope>test</scope> |
| 716 | + </dependency> |
| 717 | + <dependency> |
| 718 | + <groupId>org.apache.hadoop</groupId> |
| 719 | + <artifactId>hadoop-yarn-common</artifactId> |
| 720 | + <version>${hadoop.version}</version> |
| 721 | + <scope>test</scope> |
| 722 | + </dependency> |
| 723 | + <dependency> |
| 724 | + <groupId>org.apache.hadoop</groupId> |
| 725 | + <artifactId>hadoop-hdfs-client</artifactId> |
| 726 | + <version>${hadoop.version}</version> |
| 727 | + <scope>test</scope> |
| 728 | + </dependency> |
| 729 | + <dependency> |
| 730 | + <groupId>org.apache.hadoop</groupId> |
| 731 | + <artifactId>hadoop-annotations</artifactId> |
| 732 | + <version>${hadoop.version}</version> |
| 733 | + <scope>test</scope> |
| 734 | + </dependency> |
652 | 735 | <!-- Other test dependencies --> |
653 | 736 | <dependency> |
654 | 737 | <groupId>org.apache.phoenix</groupId> |
|
0 commit comments