add maven central repo to config to appease IntelliJ update option

This commit is contained in:
Jonathan Shook 2020-08-07 12:38:26 -05:00
parent 03f2ca70c8
commit 3f680e65ac

12
pom.xml
View File

@ -122,6 +122,18 @@
</developer> </developer>
</developers> </developers>
<repositories>
<repository>
<id>central</id>
<name>Maven Central</name>
<layout>default</layout>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<scm> <scm>
<connection>scm:git:https://github.com/nosqlbench/nosqlbench.git <connection>scm:git:https://github.com/nosqlbench/nosqlbench.git
</connection> </connection>