Repository: hbase Updated Branches: refs/heads/master 05e3f394e -> 24435f65a
HBASE-16730 Excluded junit as a transitive dependency from hadoop-common Signed-off-by: Michael Stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/24435f65 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/24435f65 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/24435f65 Branch: refs/heads/master Commit: 24435f65a5160bca773fa5ac61947bc3880ff368 Parents: 05e3f39 Author: Jan Hentschel <[email protected]> Authored: Sun Jan 1 21:15:32 2017 +0100 Committer: Michael Stack <[email protected]> Committed: Wed Jul 5 12:48:39 2017 -0700 ---------------------------------------------------------------------- hbase-spark/pom.xml | 8 ++++++++ pom.xml | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/24435f65/hbase-spark/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index 3920342..c4366c1 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -196,6 +196,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> @@ -234,6 +238,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> http://git-wip-us.apache.org/repos/asf/hbase/blob/24435f65/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2adf14d0..9a554fd 100644 --- a/pom.xml +++ b/pom.xml @@ -2421,6 +2421,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -2607,6 +2611,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
