|
181 | 181 | <artifactId>hive-jdbc</artifactId> |
182 | 182 | <version>${hive.version}</version> |
183 | 183 | <exclusions> |
| 184 | + <exclusion> |
| 185 | + <groupId>com.sun.jersey</groupId> |
| 186 | + <artifactId>*</artifactId> |
| 187 | + </exclusion> |
| 188 | + <exclusion> |
| 189 | + <groupId>com.sun.jersey.contribs</groupId> |
| 190 | + <artifactId>*</artifactId> |
| 191 | + </exclusion> |
184 | 192 | <exclusion> |
185 | 193 | <groupId>org.apache.zookeeper</groupId> |
186 | 194 | <artifactId>zookeeper</artifactId> |
|
196 | 204 | <artifactId>hive-metastore</artifactId> |
197 | 205 | <version>${hive.version}</version> |
198 | 206 | <exclusions> |
| 207 | + <exclusion> |
| 208 | + <groupId>com.sun.jersey</groupId> |
| 209 | + <artifactId>*</artifactId> |
| 210 | + </exclusion> |
| 211 | + <exclusion> |
| 212 | + <groupId>com.sun.jersey.contribs</groupId> |
| 213 | + <artifactId>*</artifactId> |
| 214 | + </exclusion> |
199 | 215 | <exclusion> |
200 | 216 | <groupId>io.netty</groupId> |
201 | 217 | <artifactId>netty-buffer</artifactId> |
|
223 | 239 | <artifactId>hive-service</artifactId> |
224 | 240 | <version>${hive.version}</version> |
225 | 241 | <exclusions> |
| 242 | + <exclusion> |
| 243 | + <groupId>com.sun.jersey</groupId> |
| 244 | + <artifactId>*</artifactId> |
| 245 | + </exclusion> |
| 246 | + <exclusion> |
| 247 | + <groupId>com.sun.jersey.contribs</groupId> |
| 248 | + <artifactId>*</artifactId> |
| 249 | + </exclusion> |
226 | 250 | <exclusion> |
227 | 251 | <groupId>io.netty</groupId> |
228 | 252 | <artifactId>netty</artifactId> |
|
376 | 400 | <artifactId>hadoop-client-runtime</artifactId> |
377 | 401 | <version>${hadoop.version}</version> |
378 | 402 | <scope>test</scope> |
| 403 | + <exclusions> |
| 404 | + <exclusion> |
| 405 | + <groupId>com.sun.jersey</groupId> |
| 406 | + <artifactId>*</artifactId> |
| 407 | + </exclusion> |
| 408 | + <exclusion> |
| 409 | + <groupId>com.sun.jersey.contribs</groupId> |
| 410 | + <artifactId>*</artifactId> |
| 411 | + </exclusion> |
| 412 | + </exclusions> |
379 | 413 | </dependency> |
380 | 414 | <dependency> |
381 | 415 | <groupId>org.apache.hadoop</groupId> |
382 | 416 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
383 | 417 | <version>${hadoop.version}</version> |
384 | 418 | <scope>test</scope> |
385 | 419 | <exclusions> |
386 | | - <!-- Exclude Jersey 1.x - project uses Jersey 2.x --> |
| 420 | + <!-- Jersey 1.x: exclude entire group (YARN/MR can pull jersey-core, jersey-client, not only jersey-guice) --> |
| 421 | + <exclusion> |
| 422 | + <groupId>com.sun.jersey</groupId> |
| 423 | + <artifactId>*</artifactId> |
| 424 | + </exclusion> |
387 | 425 | <exclusion> |
388 | 426 | <groupId>com.sun.jersey.contribs</groupId> |
389 | | - <artifactId>jersey-guice</artifactId> |
| 427 | + <artifactId>*</artifactId> |
390 | 428 | </exclusion> |
391 | 429 | <exclusion> |
392 | 430 | <groupId>io.netty</groupId> |
|
0 commit comments