Skip to content

Commit

Permalink
Merge pull request #18 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
elharo committed Feb 11, 2020
2 parents faabbe7 + 558aff6 commit 0da0685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ under the License.
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit 0da0685

Please sign in to comment.