Skip to content

Commit bbf1375

Browse files
committed
Add sonatype snapshot repository
1 parent 663be3b commit bbf1375

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
@@ -123,4 +123,12 @@
123123
</plugin>
124124
</plugins>
125125
</build>
126+
127+
<repositories>
128+
<repository>
129+
<id>oss-snapshots</id>
130+
<name>Sonatype OSS Snapshots</name>
131+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
132+
</repository>
133+
</repositories>
126134
</project>

0 commit comments

Comments
 (0)