|
743 | 743 | <groupId>org.apache.curator</groupId> |
744 | 744 | <artifactId>curator-framework</artifactId> |
745 | 745 | <version>${curator.version}</version> |
| 746 | + <exclusions> |
| 747 | + <exclusion> |
| 748 | + <groupId>com.sun.mail</groupId> |
| 749 | + <artifactId>javax.mail</artifactId> |
| 750 | + </exclusion> |
| 751 | + <exclusion> |
| 752 | + <groupId>io.netty</groupId> |
| 753 | + <artifactId>*</artifactId> |
| 754 | + </exclusion> |
| 755 | + <exclusion> |
| 756 | + <groupId>jline</groupId> |
| 757 | + <artifactId>jline</artifactId> |
| 758 | + </exclusion> |
| 759 | + <exclusion> |
| 760 | + <groupId>log4j</groupId> |
| 761 | + <artifactId>log4j</artifactId> |
| 762 | + </exclusion> |
| 763 | + <exclusion> |
| 764 | + <groupId>org.apache.commons</groupId> |
| 765 | + <artifactId>commons-math</artifactId> |
| 766 | + </exclusion> |
| 767 | + <exclusion> |
| 768 | + <groupId>org.apache.yetus</groupId> |
| 769 | + <artifactId>audience-annotations</artifactId> |
| 770 | + </exclusion> |
| 771 | + <exclusion> |
| 772 | + <groupId>org.slf4j</groupId> |
| 773 | + <artifactId>slf4j-log4j12</artifactId> |
| 774 | + </exclusion> |
| 775 | + </exclusions> |
746 | 776 | </dependency> |
747 | 777 | <dependency> |
748 | 778 | <groupId>org.apache.derby</groupId> |
|
875 | 905 | <version>${hadoop.version}</version> |
876 | 906 | <type>test-jar</type> |
877 | 907 | <exclusions> |
| 908 | + <exclusion> |
| 909 | + <groupId>com.github.pjfanning</groupId> |
| 910 | + <artifactId>jersey-json</artifactId> |
| 911 | + </exclusion> |
| 912 | + <exclusion> |
| 913 | + <groupId>com.google.code.findbugs</groupId> |
| 914 | + <artifactId>jsr305</artifactId> |
| 915 | + </exclusion> |
| 916 | + <exclusion> |
| 917 | + <groupId>com.sun.jersey</groupId> |
| 918 | + <artifactId>*</artifactId> |
| 919 | + </exclusion> |
878 | 920 | <exclusion> |
879 | 921 | <!-- depend on jcl-over-slf4j instead --> |
880 | 922 | <groupId>commons-logging</groupId> |
881 | 923 | <artifactId>commons-logging</artifactId> |
882 | 924 | </exclusion> |
| 925 | + <exclusion> |
| 926 | + <groupId>org.apache.commons</groupId> |
| 927 | + <artifactId>commons-math3</artifactId> |
| 928 | + </exclusion> |
| 929 | + <exclusion> |
| 930 | + <groupId>org.apache.curator</groupId> |
| 931 | + <artifactId>*</artifactId> |
| 932 | + </exclusion> |
| 933 | + <exclusion> |
| 934 | + <groupId>org.apache.zookeeper</groupId> |
| 935 | + <artifactId>zookeeper</artifactId> |
| 936 | + </exclusion> |
| 937 | + <exclusion> |
| 938 | + <groupId>org.xerial.snappy</groupId> |
| 939 | + <artifactId>snappy-java</artifactId> |
| 940 | + </exclusion> |
883 | 941 | </exclusions> |
884 | 942 | </dependency> |
885 | 943 | <dependency> |
|
933 | 991 | <artifactId>hadoop-hdfs</artifactId> |
934 | 992 | <version>${hadoop.version}</version> |
935 | 993 | <type>test-jar</type> |
| 994 | + <exclusions> |
| 995 | + <exclusion> |
| 996 | + <groupId>com.sun.jersey</groupId> |
| 997 | + <artifactId>*</artifactId> |
| 998 | + </exclusion> |
| 999 | + <exclusion> |
| 1000 | + <groupId>commons-daemon</groupId> |
| 1001 | + <artifactId>commons-daemon</artifactId> |
| 1002 | + </exclusion> |
| 1003 | + <exclusion> |
| 1004 | + <groupId>io.netty</groupId> |
| 1005 | + <artifactId>*</artifactId> |
| 1006 | + </exclusion> |
| 1007 | + <exclusion> |
| 1008 | + <groupId>org.fusesource.leveldbjni</groupId> |
| 1009 | + <artifactId>leveldbjni-all</artifactId> |
| 1010 | + </exclusion> |
| 1011 | + </exclusions> |
936 | 1012 | </dependency> |
937 | 1013 | <dependency> |
938 | 1014 | <groupId>org.apache.hadoop</groupId> |
|
954 | 1030 | <groupId>org.apache.hadoop</groupId> |
955 | 1031 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
956 | 1032 | <version>${hadoop.version}</version> |
| 1033 | + <exclusions> |
| 1034 | + <exclusion> |
| 1035 | + <groupId>ch.qos.reload4j</groupId> |
| 1036 | + <artifactId>reload4j</artifactId> |
| 1037 | + </exclusion> |
| 1038 | + <exclusion> |
| 1039 | + <groupId>com.google.inject.extensions</groupId> |
| 1040 | + <artifactId>guice-servlet</artifactId> |
| 1041 | + </exclusion> |
| 1042 | + <exclusion> |
| 1043 | + <groupId>io.netty</groupId> |
| 1044 | + <artifactId>*</artifactId> |
| 1045 | + </exclusion> |
| 1046 | + <exclusion> |
| 1047 | + <groupId>log4j</groupId> |
| 1048 | + <artifactId>log4j</artifactId> |
| 1049 | + </exclusion> |
| 1050 | + <exclusion> |
| 1051 | + <groupId>org.apache.avro</groupId> |
| 1052 | + <artifactId>avro</artifactId> |
| 1053 | + </exclusion> |
| 1054 | + <exclusion> |
| 1055 | + <groupId>org.slf4j</groupId> |
| 1056 | + <artifactId>*</artifactId> |
| 1057 | + </exclusion> |
| 1058 | + </exclusions> |
957 | 1059 | </dependency> |
958 | 1060 | <dependency> |
959 | 1061 | <groupId>org.apache.hadoop</groupId> |
960 | 1062 | <artifactId>hadoop-mapreduce-client-jobclient</artifactId> |
961 | 1063 | <version>${hadoop.version}</version> |
| 1064 | + <exclusions> |
| 1065 | + <exclusion> |
| 1066 | + <groupId>com.google.inject.extensions</groupId> |
| 1067 | + <artifactId>guice-servlet</artifactId> |
| 1068 | + </exclusion> |
| 1069 | + <exclusion> |
| 1070 | + <groupId>io.netty</groupId> |
| 1071 | + <artifactId>*</artifactId> |
| 1072 | + </exclusion> |
| 1073 | + <exclusion> |
| 1074 | + <groupId>org.apache.avro</groupId> |
| 1075 | + <artifactId>avro</artifactId> |
| 1076 | + </exclusion> |
| 1077 | + </exclusions> |
962 | 1078 | </dependency> |
963 | 1079 | <dependency> |
964 | 1080 | <groupId>org.apache.hadoop</groupId> |
965 | 1081 | <artifactId>hadoop-minikdc</artifactId> |
966 | 1082 | <version>${hadoop.version}</version> |
| 1083 | + <exclusions> |
| 1084 | + <exclusion> |
| 1085 | + <groupId>junit</groupId> |
| 1086 | + <artifactId>junit</artifactId> |
| 1087 | + </exclusion> |
| 1088 | + </exclusions> |
967 | 1089 | </dependency> |
968 | 1090 | <dependency> |
969 | 1091 | <groupId>org.apache.hadoop</groupId> |
|
0 commit comments