Repository: incubator-slider Updated Branches: refs/heads/develop 6b33fd892 -> 0ab072507
SLIDER-151 fix some contamination of a jersey-multipart JAR we don't need Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0ab07250 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/0ab07250 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/0ab07250 Branch: refs/heads/develop Commit: 0ab0725073ab4e9c53ecf1ee91063b3c700fe153 Parents: 6b33fd8 Author: Steve Loughran <[email protected]> Authored: Fri Feb 27 12:31:27 2015 -0800 Committer: Steve Loughran <[email protected]> Committed: Fri Feb 27 12:31:27 2015 -0800 ---------------------------------------------------------------------- slider-core/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0ab07250/slider-core/pom.xml ---------------------------------------------------------------------- diff --git a/slider-core/pom.xml b/slider-core/pom.xml index 3914014..0633446 100644 --- a/slider-core/pom.xml +++ b/slider-core/pom.xml @@ -408,11 +408,6 @@ <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>
