Skip to content

Commit abb7700

Browse files
authored
Merge pull request tburch#47 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents d892ad5 + ba9a73c commit abb7700

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
@@ -16,7 +16,7 @@
1616
<repository>
1717
<id>sonatype-nexus-snapshots</id>
1818
<name>Sonatype Nexus Snapshots</name>
19-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
19+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
2020
<releases>
2121
<enabled>false</enabled>
2222
</releases>

0 commit comments

Comments
 (0)