From 1635938e65e2579cb9934f3f397fcb0cccf2f29f Mon Sep 17 00:00:00 2001 From: Alden Quimby Date: Tue, 5 Apr 2016 09:25:06 -0400 Subject: [PATCH] Fix DependencyConvergence issue created with 3ada8d8b47ca8495de3415d5e76dbf99fa971760 --- .gitignore | 1 + pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore index 746231c2..81737110 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ target/ *.iml .idea/compiler.xml .idea/encodings.xml +.idea/findbugs-idea.xml .idea/copyright/profiles_settings.xml .idea/libraries/Maven__com_carrotsearch_hppc_0_5_3.xml .idea/libraries/Maven__com_carrotsearch_junit_benchmarks_0_7_2.xml diff --git a/pom.xml b/pom.xml index 0faa409d..3a278411 100644 --- a/pom.xml +++ b/pom.xml @@ -190,6 +190,26 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + ${version.maven-enforcer-plugin} + + + + + + + + enforce-dependency-convergence + + enforce + + + + + @@ -336,6 +356,12 @@ randomizedtesting-runner ${version.randomizedtesting} test + + + junit + junit + +