File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 </properties >
2121
22+ <repositories >
23+ <repository >
24+ <id >central</id >
25+ <name >Maven Central Repository</name >
26+ <url >https://repo1.maven.org/maven2</url >
27+ <releases >
28+ <enabled >true</enabled >
29+ </releases >
30+ <snapshots >
31+ <enabled >false</enabled >
32+ </snapshots >
33+ </repository >
34+ <repository >
35+ <id >central-snapshots</id >
36+ <name >Maven Central Snapshot Repository</name >
37+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
38+ <releases >
39+ <enabled >false</enabled >
40+ </releases >
41+ <snapshots >
42+ <enabled >true</enabled >
43+ <updatePolicy >daily</updatePolicy >
44+ </snapshots >
45+ </repository >
46+ </repositories >
47+
2248 <dependencies >
2349 <dependency >
2450 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments