|
444 | 444 | <artifactId>google-cloud-spanner</artifactId> |
445 | 445 | <version>${google.cloud.spanner.version}</version> |
446 | 446 | </dependency> |
| 447 | + <dependency> |
| 448 | + <groupId>org.apache.hadoop</groupId> |
| 449 | + <artifactId>hadoop-common</artifactId> |
| 450 | + <version>${hadoop.version}</version> |
| 451 | + <scope>provided</scope> |
| 452 | + <exclusions> |
| 453 | + <exclusion> |
| 454 | + <groupId>com.google.protobuf</groupId> |
| 455 | + <artifactId>protobuf-java</artifactId> |
| 456 | + </exclusion> |
| 457 | + <exclusion> |
| 458 | + <groupId>commons-logging</groupId> |
| 459 | + <artifactId>commons-logging</artifactId> |
| 460 | + </exclusion> |
| 461 | + <exclusion> |
| 462 | + <groupId>log4j</groupId> |
| 463 | + <artifactId>log4j</artifactId> |
| 464 | + </exclusion> |
| 465 | + <exclusion> |
| 466 | + <groupId>org.slf4j</groupId> |
| 467 | + <artifactId>slf4j-log4j12</artifactId> |
| 468 | + </exclusion> |
| 469 | + <exclusion> |
| 470 | + <groupId>org.apache.avro</groupId> |
| 471 | + <artifactId>avro</artifactId> |
| 472 | + </exclusion> |
| 473 | + <exclusion> |
| 474 | + <groupId>org.apache.zookeeper</groupId> |
| 475 | + <artifactId>zookeeper</artifactId> |
| 476 | + </exclusion> |
| 477 | + <exclusion> |
| 478 | + <artifactId>guava</artifactId> |
| 479 | + <groupId>com.google.guava</groupId> |
| 480 | + </exclusion> |
| 481 | + <exclusion> |
| 482 | + <artifactId>jersey-core</artifactId> |
| 483 | + <groupId>com.sun.jersey</groupId> |
| 484 | + </exclusion> |
| 485 | + <exclusion> |
| 486 | + <artifactId>jersey-json</artifactId> |
| 487 | + <groupId>com.sun.jersey</groupId> |
| 488 | + </exclusion> |
| 489 | + <exclusion> |
| 490 | + <artifactId>jersey-server</artifactId> |
| 491 | + <groupId>com.sun.jersey</groupId> |
| 492 | + </exclusion> |
| 493 | + <exclusion> |
| 494 | + <artifactId>servlet-api</artifactId> |
| 495 | + <groupId>javax.servlet</groupId> |
| 496 | + </exclusion> |
| 497 | + <exclusion> |
| 498 | + <groupId>org.mortbay.jetty</groupId> |
| 499 | + <artifactId>jetty</artifactId> |
| 500 | + </exclusion> |
| 501 | + <exclusion> |
| 502 | + <groupId>org.mortbay.jetty</groupId> |
| 503 | + <artifactId>jetty-util</artifactId> |
| 504 | + </exclusion> |
| 505 | + <exclusion> |
| 506 | + <artifactId>jasper-compiler</artifactId> |
| 507 | + <groupId>tomcat</groupId> |
| 508 | + </exclusion> |
| 509 | + <exclusion> |
| 510 | + <artifactId>jasper-runtime</artifactId> |
| 511 | + <groupId>tomcat</groupId> |
| 512 | + </exclusion> |
| 513 | + <exclusion> |
| 514 | + <artifactId>jsp-api</artifactId> |
| 515 | + <groupId>javax.servlet.jsp</groupId> |
| 516 | + </exclusion> |
| 517 | + <exclusion> |
| 518 | + <artifactId>slf4j-api</artifactId> |
| 519 | + <groupId>org.slf4j</groupId> |
| 520 | + </exclusion> |
| 521 | + <exclusion> |
| 522 | + <groupId>org.slf4j</groupId> |
| 523 | + <artifactId>slf4j-reload4j</artifactId> |
| 524 | + </exclusion> |
| 525 | + </exclusions> |
| 526 | + </dependency> |
447 | 527 | <dependency> |
448 | 528 | <groupId>com.google.cloud</groupId> |
449 | 529 | <artifactId>google-cloud-datastore</artifactId> |
|
0 commit comments