File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 20
20
</properties >
21
21
22
22
<repositories >
23
+ <repository >
24
+ <id >central</id >
25
+ <url >https://repo1.maven.org/maven2/</url >
26
+ </repository >
23
27
<repository >
24
28
<id >spring-libs-snapshot</id >
25
- <url >https://repo.spring.io/libs- snapshot</url >
29
+ <url >https://repo.spring.io/snapshot</url >
26
30
</repository >
27
31
<repository >
28
32
<id >repository.spring.milestone</id >
32
36
</repositories >
33
37
34
38
<pluginRepositories >
39
+ <pluginRepository >
40
+ <id >central</id >
41
+ <url >https://repo1.maven.org/maven2/</url >
42
+ </pluginRepository >
35
43
<pluginRepository >
36
44
<id >spring-libs-snapshot</id >
37
- <url >https://repo.spring.io/libs- snapshot</url >
45
+ <url >https://repo.spring.io/snapshot</url >
38
46
</pluginRepository >
39
47
</pluginRepositories >
40
48
You can’t perform that action at this time.
0 commit comments