Skip to content

Commit

Permalink
Merge pull request frohoff#139 from JLLeitschuh/fix/JLL/use_https_to_…
Browse files Browse the repository at this point in the history
…resolve_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
frohoff committed Aug 28, 2020
2 parents 7bcd9e7 + 6bdb3ef commit 8ede620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,13 @@
<repositories>
<repository>
<id>repo1</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo1</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</pluginRepository>
</pluginRepositories>
</profile>
Expand Down

0 comments on commit 8ede620

Please sign in to comment.