From 3f680e65acb467fae5e247d7a1f5bcdd0e0f091c Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Fri, 7 Aug 2020 12:38:26 -0500 Subject: [PATCH] add maven central repo to config to appease IntelliJ update option --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 1df1ff021..4ddc95917 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,18 @@ + + + central + Maven Central + default + https://repo1.maven.org/maven2 + + false + + + + scm:git:https://github.com/nosqlbench/nosqlbench.git