Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
repos.spring requires https even if unauthenticated. force the update…
Browse files Browse the repository at this point in the history
… on the repo referencein pom.xml so that local builds work (#31)
  • Loading branch information
scbedd authored May 13, 2020
1 parent f1575f7 commit 0b3bd2a
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 @@ -153,7 +153,7 @@
<repository>
<id>sprin-libs-repo</id>
<name>Spring Lib Release repository</name>
<url>http://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>
</project>

0 comments on commit 0b3bd2a

Please sign in to comment.