Skip to content

Commit

Permalink
Merge pull request #541 from JLLeitschuh/fix/JLL/use_https_to_resolve…
Browse files Browse the repository at this point in the history
…_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
logological committed Jul 22, 2020
2 parents d36173f + d64ebc4 commit 116752a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -55,7 +55,7 @@
<repositories>
<repository>
<id>ukp-oss-model-releases</id>
<url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local</url>
<url>https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 116752a

Please sign in to comment.