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