|
406 | 406 | <!-- skip javax.servlet:servlet-api because it's in client --> |
407 | 407 | <!-- Skip commons-logging:commons-logging-api because it looks like nothing actually included it --> |
408 | 408 | <!-- Skip jetty-util because it's in client --> |
409 | | - <dependency> |
410 | | - <groupId>com.sun.jersey</groupId> |
411 | | - <artifactId>jersey-core</artifactId> |
412 | | - <optional>true</optional> |
413 | | - <exclusions> |
414 | | - <exclusion> |
415 | | - <groupId>javax.ws.rs</groupId> |
416 | | - <artifactId>jsr311-api</artifactId> |
417 | | - </exclusion> |
418 | | - </exclusions> |
419 | | - </dependency> |
420 | | - <dependency> |
421 | | - <groupId>com.sun.jersey</groupId> |
422 | | - <artifactId>jersey-client</artifactId> |
423 | | - <optional>true</optional> |
424 | | - </dependency> |
425 | | - <dependency> |
426 | | - <groupId>com.github.pjfanning</groupId> |
427 | | - <artifactId>jersey-json</artifactId> |
428 | | - <optional>true</optional> |
429 | | - <exclusions> |
430 | | - <exclusion> |
431 | | - <groupId>com.fasterxml.jackson.core</groupId> |
432 | | - <artifactId>jackson-core</artifactId> |
433 | | - </exclusion> |
434 | | - <exclusion> |
435 | | - <groupId>com.fasterxml.jackson.core</groupId> |
436 | | - <artifactId>jackson-databind</artifactId> |
437 | | - </exclusion> |
438 | | - <exclusion> |
439 | | - <groupId>com.fasterxml.jackson.jaxrs</groupId> |
440 | | - <artifactId>jackson-jaxrs-json-provider</artifactId> |
441 | | - </exclusion> |
442 | | - <exclusion> |
443 | | - <groupId>javax.xml.bind</groupId> |
444 | | - <artifactId>jaxb-api</artifactId> |
445 | | - </exclusion> |
446 | | - </exclusions> |
447 | | - </dependency> |
448 | | - <dependency> |
449 | | - <groupId>com.sun.jersey</groupId> |
450 | | - <artifactId>jersey-server</artifactId> |
451 | | - <optional>true</optional> |
452 | | - </dependency> |
453 | | - <dependency> |
454 | | - <groupId>com.sun.jersey</groupId> |
455 | | - <artifactId>jersey-servlet</artifactId> |
456 | | - <optional>true</optional> |
457 | | - <exclusions> |
458 | | - <exclusion> |
459 | | - <groupId>javax.servlet</groupId> |
460 | | - <artifactId>servlet-api</artifactId> |
461 | | - </exclusion> |
462 | | - <exclusion> |
463 | | - <groupId>javax.enterprise</groupId> |
464 | | - <artifactId>cdi-api</artifactId> |
465 | | - </exclusion> |
466 | | - <exclusion> |
467 | | - <groupId>ch.qos.cal10n</groupId> |
468 | | - <artifactId>cal10n-api</artifactId> |
469 | | - </exclusion> |
470 | | - </exclusions> |
471 | | - </dependency> |
472 | 409 | <!-- skip org.apache.avro:avro-ipc because it doesn't look like hadoop-common actually uses it --> |
473 | 410 | <dependency> |
474 | 411 | <groupId>net.sf.kosmosfs</groupId> |
|
611 | 548 | </exclusion> |
612 | 549 | </exclusions> |
613 | 550 | </dependency> |
614 | | - <dependency> |
615 | | - <groupId>com.sun.jersey.jersey-test-framework</groupId> |
616 | | - <artifactId>jersey-test-framework-grizzly2</artifactId> |
617 | | - <optional>true</optional> |
618 | | - <exclusions> |
619 | | - <!-- excluding because client already has the tomcat version --> |
620 | | - <exclusion> |
621 | | - <groupId>org.glassfish</groupId> |
622 | | - <artifactId>javax.servlet</artifactId> |
623 | | - </exclusion> |
624 | | - </exclusions> |
625 | | - </dependency> |
626 | | - <!-- skipping jersey-server because it's above --> |
627 | | - <dependency> |
628 | | - <groupId>com.sun.jersey.contribs</groupId> |
629 | | - <artifactId>jersey-guice</artifactId> |
630 | | - <optional>true</optional> |
631 | | - </dependency> |
632 | 551 | <!-- skipping guice-servlet because it's above --> |
633 | 552 | <!-- skipping avro because it is in client via hadoop-common --> |
634 | 553 | <!-- skipping jersey-core because it's above --> |
|
0 commit comments