Skip to content

Commit

Permalink
Explicitly set Maven repo to https
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Nov 11, 2019
1 parent 8da4342 commit ab3cd11
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit ab3cd11

Please sign in to comment.