|
2272 | 2272 | <groupId>io.netty</groupId>
|
2273 | 2273 | <artifactId>netty</artifactId>
|
2274 | 2274 | </exclusion>
|
| 2275 | + <exclusion> |
| 2276 | + <groupId>io.netty</groupId> |
| 2277 | + <artifactId>netty-all</artifactId> |
| 2278 | + </exclusion> |
2275 | 2279 | <exclusion>
|
2276 | 2280 | <groupId>org.slf4j</groupId>
|
2277 | 2281 | <artifactId>slf4j-log4j12</artifactId>
|
|
2843 | 2847 | <exclusion>
|
2844 | 2848 | <groupId>io.netty</groupId>
|
2845 | 2849 | <artifactId>netty</artifactId>
|
| 2850 | + </exclusion> |
| 2851 | + <exclusion> |
| 2852 | + <groupId>io.netty</groupId> |
| 2853 | + <artifactId>netty-all</artifactId> |
2846 | 2854 | </exclusion>
|
2847 | 2855 | <exclusion>
|
2848 | 2856 | <groupId>javax.servlet</groupId>
|
|
2926 | 2934 | <exclusion>
|
2927 | 2935 | <groupId>io.netty</groupId>
|
2928 | 2936 | <artifactId>netty</artifactId>
|
| 2937 | + </exclusion> |
| 2938 | + <exclusion> |
| 2939 | + <groupId>io.netty</groupId> |
| 2940 | + <artifactId>netty-all</artifactId> |
2929 | 2941 | </exclusion>
|
2930 | 2942 | <exclusion>
|
2931 | 2943 | <groupId>javax.servlet</groupId>
|
|
2951 | 2963 | <exclusion>
|
2952 | 2964 | <groupId>io.netty</groupId>
|
2953 | 2965 | <artifactId>netty</artifactId>
|
| 2966 | + </exclusion> |
| 2967 | + <exclusion> |
| 2968 | + <groupId>io.netty</groupId> |
| 2969 | + <artifactId>netty-all</artifactId> |
2954 | 2970 | </exclusion>
|
2955 | 2971 | <exclusion>
|
2956 | 2972 | <groupId>javax.servlet</groupId>
|
|
3136 | 3152 | <groupId>io.netty</groupId>
|
3137 | 3153 | <artifactId>netty</artifactId>
|
3138 | 3154 | </exclusion>
|
| 3155 | + <!-- MiniMRCluster needs the hadoop netty-all transitive include... a |
| 3156 | + netty-all 4.0.52 version.... so we have to let it through. |
| 3157 | + <exclusion> |
| 3158 | + <groupId>io.netty</groupId> |
| 3159 | + <artifactId>netty-all</artifactId> |
| 3160 | + </exclusion> |
| 3161 | + --> |
3139 | 3162 | <exclusion>
|
3140 | 3163 | <groupId>com.google.code.findbugs</groupId>
|
3141 | 3164 | <artifactId>jsr305</artifactId>
|
|
3160 | 3183 | <groupId>log4j</groupId>
|
3161 | 3184 | <artifactId>log4j</artifactId>
|
3162 | 3185 | </exclusion>
|
| 3186 | + <exclusion> |
| 3187 | + <groupId>io.netty</groupId> |
| 3188 | + <artifactId>netty</artifactId> |
| 3189 | + </exclusion> |
| 3190 | + <exclusion> |
| 3191 | + <groupId>io.netty</groupId> |
| 3192 | + <artifactId>netty-all</artifactId> |
| 3193 | + </exclusion> |
3163 | 3194 | </exclusions>
|
3164 | 3195 | </dependency>
|
3165 | 3196 | <dependency>
|
|
3194 | 3225 | <groupId>log4j</groupId>
|
3195 | 3226 | <artifactId>log4j</artifactId>
|
3196 | 3227 | </exclusion>
|
| 3228 | + <exclusion> |
| 3229 | + <groupId>io.netty</groupId> |
| 3230 | + <artifactId>netty-all</artifactId> |
| 3231 | + </exclusion> |
3197 | 3232 | </exclusions>
|
3198 | 3233 | </dependency>
|
3199 | 3234 | <dependency>
|
|
3245 | 3280 | <groupId>io.netty</groupId>
|
3246 | 3281 | <artifactId>netty</artifactId>
|
3247 | 3282 | </exclusion>
|
| 3283 | + <exclusion> |
| 3284 | + <groupId>io.netty</groupId> |
| 3285 | + <artifactId>netty-all</artifactId> |
| 3286 | + </exclusion> |
3248 | 3287 | <exclusion>
|
3249 | 3288 | <groupId>com.google.code.findbugs</groupId>
|
3250 | 3289 | <artifactId>jsr305</artifactId>
|
|
0 commit comments