Repository: hbase Updated Branches: refs/heads/branch-2 3ac029b82 -> 43adfa9b0
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/43adfa9b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/43adfa9b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/43adfa9b Branch: refs/heads/branch-2 Commit: 43adfa9b02f1024e0b0d363a9387742490ef1a75 Parents: 3ac029b Author: Jan Hentschel <[email protected]> Authored: Sun Jan 1 21:15:32 2017 +0100 Committer: Michael Stack <[email protected]> Committed: Wed Jul 5 12:49:12 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/43adfa9b/hbase-spark/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index 7f5939a..75e9d7d 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/43adfa9b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fda9044..8d2338c 100644 --- a/pom.xml +++ b/pom.xml @@ -2409,6 +2409,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -2595,6 +2599,10 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
