Skip to content

Commit f9c1b32

Browse files
committed
Add snapshot repository for spec snapshot resolution.
[#485] Signed-off-by: Mark Paluch <[email protected]>
1 parent 0939844 commit f9c1b32

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,14 @@
633633

634634
</profiles>
635635

636+
<repositories>
637+
<repository>
638+
<id>oss-sonatype-snapshots</id>
639+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
640+
<snapshots>
641+
<enabled>true</enabled>
642+
</snapshots>
643+
</repository>
644+
</repositories>
645+
636646
</project>

0 commit comments

Comments
 (0)