Skip to content

Commit

Permalink
Ensure that HTTPS is used for central Maven repositories with Maven 3…
Browse files Browse the repository at this point in the history
….0.5
  • Loading branch information
arteymix committed Apr 29, 2024
1 parent 7b3ac2d commit 9a520f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,24 @@
</dependencyManagement>

<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>pavlab</id>
<name>PavLab</name>
<url>https://maven2.pavlab.msl.ubc.ca/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>pavlab</id>
Expand Down

0 comments on commit 9a520f9

Please sign in to comment.