Skip to content

Commit d7f3907

Browse files
authored
Merge pull request arun-gupta#24 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents 24b124b + b55cba8 commit d7f3907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<pluginRepository>
2020
<id>mesosphere-repo</id>
2121
<name>Mesosphere Repo</name>
22-
<url>http://downloads.mesosphere.io/maven</url>
22+
<url>https://downloads.mesosphere.io/maven</url>
2323
</pluginRepository>
2424
</pluginRepositories>
2525
<build>

0 commit comments

Comments
 (0)