Skip to content

Commit c1aa1da

Browse files
authored
Merge pull request #102 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents fdac848 + e653030 commit c1aa1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<id>central</id>
8181
<name>Maven Repository Switchboard</name>
8282
<layout>default</layout>
83-
<url>http://repo1.maven.org/maven2</url>
83+
<url>https://repo1.maven.org/maven2</url>
8484
<snapshots>
8585
<enabled>false</enabled>
8686
</snapshots>

0 commit comments

Comments
 (0)