Merge pull request #1 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
This commit is contained in:
commit
c9f14565e8
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -18,7 +18,7 @@
|
|||
<repository>
|
||||
<id>jcenter</id>
|
||||
<name>bintray</name>
|
||||
<url>http://jcenter.bintray.com</url>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue