Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit de97ca0

Browse files
committed
Add sonatype snapshot repository
1 parent 0c91089 commit de97ca0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,12 @@
249249
</plugin>
250250
</plugins>
251251
</build>
252+
253+
<repositories>
254+
<repository>
255+
<id>oss-snapshots</id>
256+
<name>Sonatype OSS Snapshots</name>
257+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
258+
</repository>
259+
</repositories>
252260
</project>

0 commit comments

Comments
 (0)