SLIDER-713 jersey multipart JAR. Not sure we need this
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/bc7def4a Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/bc7def4a Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/bc7def4a Branch: refs/heads/develop Commit: bc7def4a1c3390c9f5a0ab935fbaf9976d4b89e5 Parents: f1a2c52 Author: Steve Loughran <[email protected]> Authored: Wed Feb 18 18:02:02 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Feb 18 18:02:02 2015 +0000 ---------------------------------------------------------------------- slider-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/bc7def4a/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index d5b3093..f6f60b8 100644 --- a/slider-core/pom.xml +++ b/slider-core/pom.xml @@ -408,6 +408,11 @@ <dependency> <groupId>com.sun.jersey.contribs</groupId> + <artifactId>jersey-multipart</artifactId> + </dependency> + + <dependency> + <groupId>com.sun.jersey.contribs</groupId> <artifactId>jersey-apache-client</artifactId> <scope>test</scope> </dependency>
