Skip to content

Commit

Permalink
[Fix] Fix failing build caused by KBSS maven repo no longer being ava…
Browse files Browse the repository at this point in the history
…ilable on HTTP.
  • Loading branch information
ledsoft committed May 11, 2021
1 parent da925b7 commit 9f7815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<repositories>
<repository>
<id>kbss</id>
<url>http://kbss.felk.cvut.cz/m2repo</url>
<url>https://kbss.felk.cvut.cz/m2repo</url>
</repository>
</repositories>

Expand Down

0 comments on commit 9f7815e

Please sign in to comment.