We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b9c5d commit cec7152Copy full SHA for cec7152
pom.xml
@@ -304,4 +304,18 @@
304
305
</profiles>
306
307
+ <repositories>
308
+ <repository>
309
+ <name>Central Portal Snapshots</name>
310
+ <id>central-portal-snapshots</id>
311
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
312
+ <releases>
313
+ <enabled>false</enabled>
314
+ </releases>
315
+ <snapshots>
316
+ <enabled>true</enabled>
317
+ </snapshots>
318
+ </repository>
319
+ </repositories>
320
+
321
</project>
0 commit comments