We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8addcf commit 6839ad1Copy full SHA for 6839ad1
users/pom.xml
@@ -43,6 +43,16 @@
43
<id>central</id>
44
<url>https://repo.maven.apache.org/maven2</url>
45
</repository>
46
+ <repository>
47
+ <id>sonatype-snapshots</id>
48
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
49
+ <releases>
50
+ <enabled>false</enabled>
51
+ </releases>
52
+ <snapshots>
53
+ <enabled>true</enabled>
54
+ </snapshots>
55
+ </repository>
56
<repository>
57
<id>sonatype-staging</id>
58
<url>https://oss.sonatype.org/content/groups/staging/</url>
0 commit comments