|
379 | 379 | </exclusion> |
380 | 380 | </exclusions> |
381 | 381 | </dependency> |
| 382 | + <dependency> |
| 383 | + <groupId>org.apache.hadoop</groupId> |
| 384 | + <artifactId>hadoop-common</artifactId> |
| 385 | + <version>${hadoop.version}</version> |
| 386 | + <scope>provided</scope> |
| 387 | + <exclusions> |
| 388 | + <exclusion> |
| 389 | + <groupId>com.google.protobuf</groupId> |
| 390 | + <artifactId>protobuf-java</artifactId> |
| 391 | + </exclusion> |
| 392 | + <exclusion> |
| 393 | + <groupId>commons-logging</groupId> |
| 394 | + <artifactId>commons-logging</artifactId> |
| 395 | + </exclusion> |
| 396 | + <exclusion> |
| 397 | + <groupId>log4j</groupId> |
| 398 | + <artifactId>log4j</artifactId> |
| 399 | + </exclusion> |
| 400 | + <exclusion> |
| 401 | + <groupId>org.slf4j</groupId> |
| 402 | + <artifactId>slf4j-log4j12</artifactId> |
| 403 | + </exclusion> |
| 404 | + <exclusion> |
| 405 | + <groupId>org.apache.avro</groupId> |
| 406 | + <artifactId>avro</artifactId> |
| 407 | + </exclusion> |
| 408 | + <exclusion> |
| 409 | + <groupId>org.apache.zookeeper</groupId> |
| 410 | + <artifactId>zookeeper</artifactId> |
| 411 | + </exclusion> |
| 412 | + <exclusion> |
| 413 | + <artifactId>guava</artifactId> |
| 414 | + <groupId>com.google.guava</groupId> |
| 415 | + </exclusion> |
| 416 | + <exclusion> |
| 417 | + <artifactId>jersey-core</artifactId> |
| 418 | + <groupId>com.sun.jersey</groupId> |
| 419 | + </exclusion> |
| 420 | + <exclusion> |
| 421 | + <artifactId>jersey-json</artifactId> |
| 422 | + <groupId>com.sun.jersey</groupId> |
| 423 | + </exclusion> |
| 424 | + <exclusion> |
| 425 | + <artifactId>jersey-server</artifactId> |
| 426 | + <groupId>com.sun.jersey</groupId> |
| 427 | + </exclusion> |
| 428 | + <exclusion> |
| 429 | + <artifactId>servlet-api</artifactId> |
| 430 | + <groupId>javax.servlet</groupId> |
| 431 | + </exclusion> |
| 432 | + <exclusion> |
| 433 | + <groupId>org.mortbay.jetty</groupId> |
| 434 | + <artifactId>jetty</artifactId> |
| 435 | + </exclusion> |
| 436 | + <exclusion> |
| 437 | + <groupId>org.mortbay.jetty</groupId> |
| 438 | + <artifactId>jetty-util</artifactId> |
| 439 | + </exclusion> |
| 440 | + <exclusion> |
| 441 | + <artifactId>jasper-compiler</artifactId> |
| 442 | + <groupId>tomcat</groupId> |
| 443 | + </exclusion> |
| 444 | + <exclusion> |
| 445 | + <artifactId>jasper-runtime</artifactId> |
| 446 | + <groupId>tomcat</groupId> |
| 447 | + </exclusion> |
| 448 | + <exclusion> |
| 449 | + <artifactId>jsp-api</artifactId> |
| 450 | + <groupId>javax.servlet.jsp</groupId> |
| 451 | + </exclusion> |
| 452 | + <exclusion> |
| 453 | + <artifactId>slf4j-api</artifactId> |
| 454 | + <groupId>org.slf4j</groupId> |
| 455 | + </exclusion> |
| 456 | + <exclusion> |
| 457 | + <groupId>org.slf4j</groupId> |
| 458 | + <artifactId>slf4j-reload4j</artifactId> |
| 459 | + </exclusion> |
| 460 | + </exclusions> |
| 461 | + </dependency> |
382 | 462 | <dependency> |
383 | 463 | <!-- |
384 | 464 | Required by bigtable-hbase-1.x-mapreduce instead of excluded non-shaded version. |
|
461 | 541 | <artifactId>google-cloud-datastore</artifactId> |
462 | 542 | <version>${google.cloud.datastore.version}</version> |
463 | 543 | </dependency> |
464 | | - <dependency> |
465 | | - <groupId>org.apache.hadoop</groupId> |
466 | | - <artifactId>hadoop-common</artifactId> |
467 | | - <version>${hadoop.version}</version> |
468 | | - <scope>provided</scope> |
469 | | - <exclusions> |
470 | | - <exclusion> |
471 | | - <groupId>com.google.protobuf</groupId> |
472 | | - <artifactId>protobuf-java</artifactId> |
473 | | - </exclusion> |
474 | | - <exclusion> |
475 | | - <groupId>commons-logging</groupId> |
476 | | - <artifactId>commons-logging</artifactId> |
477 | | - </exclusion> |
478 | | - <exclusion> |
479 | | - <groupId>log4j</groupId> |
480 | | - <artifactId>log4j</artifactId> |
481 | | - </exclusion> |
482 | | - <exclusion> |
483 | | - <groupId>org.slf4j</groupId> |
484 | | - <artifactId>slf4j-log4j12</artifactId> |
485 | | - </exclusion> |
486 | | - <exclusion> |
487 | | - <groupId>org.apache.avro</groupId> |
488 | | - <artifactId>avro</artifactId> |
489 | | - </exclusion> |
490 | | - <exclusion> |
491 | | - <groupId>org.apache.zookeeper</groupId> |
492 | | - <artifactId>zookeeper</artifactId> |
493 | | - </exclusion> |
494 | | - <exclusion> |
495 | | - <artifactId>guava</artifactId> |
496 | | - <groupId>com.google.guava</groupId> |
497 | | - </exclusion> |
498 | | - <exclusion> |
499 | | - <artifactId>jersey-core</artifactId> |
500 | | - <groupId>com.sun.jersey</groupId> |
501 | | - </exclusion> |
502 | | - <exclusion> |
503 | | - <artifactId>jersey-json</artifactId> |
504 | | - <groupId>com.sun.jersey</groupId> |
505 | | - </exclusion> |
506 | | - <exclusion> |
507 | | - <artifactId>jersey-server</artifactId> |
508 | | - <groupId>com.sun.jersey</groupId> |
509 | | - </exclusion> |
510 | | - <exclusion> |
511 | | - <artifactId>servlet-api</artifactId> |
512 | | - <groupId>javax.servlet</groupId> |
513 | | - </exclusion> |
514 | | - <exclusion> |
515 | | - <groupId>org.mortbay.jetty</groupId> |
516 | | - <artifactId>jetty</artifactId> |
517 | | - </exclusion> |
518 | | - <exclusion> |
519 | | - <groupId>org.mortbay.jetty</groupId> |
520 | | - <artifactId>jetty-util</artifactId> |
521 | | - </exclusion> |
522 | | - <exclusion> |
523 | | - <artifactId>jasper-compiler</artifactId> |
524 | | - <groupId>tomcat</groupId> |
525 | | - </exclusion> |
526 | | - <exclusion> |
527 | | - <artifactId>jasper-runtime</artifactId> |
528 | | - <groupId>tomcat</groupId> |
529 | | - </exclusion> |
530 | | - <exclusion> |
531 | | - <artifactId>jsp-api</artifactId> |
532 | | - <groupId>javax.servlet.jsp</groupId> |
533 | | - </exclusion> |
534 | | - <exclusion> |
535 | | - <artifactId>slf4j-api</artifactId> |
536 | | - <groupId>org.slf4j</groupId> |
537 | | - </exclusion> |
538 | | - <exclusion> |
539 | | - <groupId>org.slf4j</groupId> |
540 | | - <artifactId>slf4j-reload4j</artifactId> |
541 | | - </exclusion> |
542 | | - </exclusions> |
543 | | - </dependency> |
544 | 544 | <dependency> |
545 | 545 | <groupId>org.apache.hadoop</groupId> |
546 | 546 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
|
0 commit comments