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/24e3af2c Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/24e3af2c Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/24e3af2c Branch: refs/heads/master Commit: 24e3af2c609a76e388388309bc9066efd2b51d6b Parents: b94fb52 Author: Jacques Nadeau <[email protected]> Authored: Wed May 21 17:29:41 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Fri May 23 10:02:53 2014 -0700 ---------------------------------------------------------------------- contrib/storage-hbase/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/24e3af2c/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>
