Skip to content

Commit

Permalink
Merge pull request #16 from JLLeitschuh/fix/JLL/use_https_to_resolve_…
Browse files Browse the repository at this point in the history
…dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
Weltraumschaf authored Feb 20, 2020
2 parents ef4bbd3 + 13004ae commit 4f8f24a
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 @@ -105,14 +105,14 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 4f8f24a

Please sign in to comment.