DRILL-1364: Remove extraneous old jersey-* jars from distribution.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/c241137e Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/c241137e Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/c241137e Branch: refs/heads/master Commit: c241137ec0f108709a493f7241446c885e8cd51c Parents: 509bcdf Author: Jacques Nadeau <[email protected]> Authored: Fri Aug 29 14:50:52 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Fri Aug 29 14:55:30 2014 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/c241137e/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index a63dc6c..7d79b57 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -342,6 +342,18 @@ <groupId>org.slf4j</groupId> </exclusion> <exclusion> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-core</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-server</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-json</artifactId> + </exclusion> + <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion>
