Explicitly set Maven repo to https

This commit is contained in:
Nanne Baars 2019-11-04 21:50:37 +01:00 committed by Nanne Baars
parent 8da4342430
commit ab3cd118c9

19
pom.xml
View File

@ -194,4 +194,23 @@
</plugins>
</build>
<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>