File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed
Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 4848
4949 <repositories >
5050 <repository >
51- <id >central</id >
52- <url >
53- https://central.sonatype.org/content/repositories/releases
54- </url >
55- <snapshots >
51+ <id >snapshot</id >
52+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
53+ <releases >
5654 <enabled >false</enabled >
57- </snapshots >
58- </repository >
59- <repository >
60- <id >snapshots</id >
61- <url >
62- https://central.sonatype.org/content/repositories/snapshots
63- </url >
55+ </releases >
6456 <snapshots >
6557 <enabled >true</enabled >
6658 </snapshots >
59+ </repository >
60+ <repository >
61+ <id >central</id >
62+ <url >https://repo1.maven.org/maven2</url >
6763 <releases >
68- <enabled >false </enabled >
64+ <enabled >true </enabled >
6965 </releases >
7066 </repository >
7167 </repositories >
68+ <pluginRepositories >
69+ <pluginRepository >
70+ <id >central</id >
71+ <url >https://repo1.maven.org/maven2</url >
72+ <releases >
73+ <enabled >true</enabled >
74+ </releases >
75+ </pluginRepository >
76+ </pluginRepositories >
7277
7378 <properties >
7479 <java .version>11</java .version>
You can’t perform that action at this time.
0 commit comments