exclude jersey 1.8 from base client dependency list.
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/e2740df1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/e2740df1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/e2740df1 Branch: refs/heads/diagnostics2 Commit: e2740df1d1017831cb2d3ac72c8de30ade4f5caf Parents: 3eb4f75 Author: Jacques Nadeau <[email protected]> Authored: Wed May 21 17:29:41 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed May 21 17:29:41 2014 -0700 ---------------------------------------------------------------------- contrib/storage-hbase/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/e2740df1/contrib/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 700a91d..09b4f0f 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -112,6 +112,22 @@ <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>com.sun.jersey</groupId> + <artifactId>jersey-client</artifactId> + </exclusion> + <exclusion> <artifactId>asm</artifactId> <groupId>asm</groupId> </exclusion> @@ -179,6 +195,22 @@ <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>com.sun.jersey</groupId> + <artifactId>jersey-client</artifactId> + </exclusion> + <exclusion> <artifactId>asm</artifactId> <groupId>asm</groupId> </exclusion>
