Skip to content

Commit

Permalink
Merge pull request #26 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
CheariX committed Feb 12, 2020
2 parents c8b0b7f + d73e859 commit 2766ddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<repositories>
<repository>
<id>smartbear-sweden-plugin-repository</id>
<url>http://www.soapui.org/repository/maven2/</url>
<url>https://www.soapui.org/repository/maven2/</url>
</repository>
<repository>
<id>libs</id>
Expand All @@ -45,7 +45,7 @@
<!-- <repository>
<id>ESSI-Lab repository</id>
<name>ESSI-Lab repository</name>
<url>http://essi-lab.eu/nexus/content/groups/open.repos</url>
<url>https://essi-lab.eu/nexus/content/groups/open.repos</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion libs/SoapHttpClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<repositories>
<repository>
<id>smartbear-sweden-plugin-repository</id>
<url>http://www.soapui.org/repository/maven2/</url>
<url>https://www.soapui.org/repository/maven2/</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<pluginRepository>
<id>mc-release</id>
<name>Local Maven repository of releases</name>
<url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
<url>https://mc-repo.googlecode.com/svn/maven2/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 2766ddd

Please sign in to comment.