There was an error while loading. Please reload this page.
1 parent 5122fdc commit 369b3d4Copy full SHA for 369b3d4
1 file changed
pom.xml
@@ -189,6 +189,19 @@
189
</plugins>
190
</build>
191
192
+ <repositories>
193
+ <repository>
194
+ <id>sonatype-snapshots</id>
195
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
196
+ <snapshots>
197
+ <enabled>true</enabled>
198
+ </snapshots>
199
+ <releases>
200
+ <enabled>false</enabled>
201
+ </releases>
202
+ </repository>
203
+ </repositories>
204
+
205
<distributionManagement>
206
<snapshotRepository>
207
<id>ossrh</id>
0 commit comments