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

Commit 0b3bd2a

Browse files
authored
repos.spring requires https even if unauthenticated. force the update on the repo referencein pom.xml so that local builds work (#31)
1 parent f1575f7 commit 0b3bd2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<repository>
154154
<id>sprin-libs-repo</id>
155155
<name>Spring Lib Release repository</name>
156-
<url>http://repo.spring.io/libs-release</url>
156+
<url>https://repo.spring.io/libs-release</url>
157157
</repository>
158158
</repositories>
159159
</project>

0 commit comments

Comments
 (0)