Skip to content

Commit

Permalink
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte authored Apr 18, 2020
2 parents 5ba9b81 + 4eb8226 commit dacb17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/dependency-sets/massembly-99/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<url>https://repository.apache.org/snapshots</url>
</pluginRepository>
</pluginRepositories>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ under the License.
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<url>https://repository.apache.org/snapshots</url>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit dacb17a

Please sign in to comment.