Skip to content

Commit 82b282d

Browse files
committed
...
1 parent 02712e3 commit 82b282d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
</dependency>
5252
</dependencies>
5353

54+
<!-- Alas, need to include snapshot reference since otherwise can not find
55+
snapshot of parent... -->
56+
<repositories>
57+
<repository>
58+
<id>sonatype-nexus-snapshots</id>
59+
<name>Sonatype Nexus Snapshots</name>
60+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
61+
<releases><enabled>false</enabled></releases>
62+
<snapshots><enabled>true</enabled></snapshots>
63+
</repository>
64+
</repositories>
65+
5466
<build>
5567
<pluginManagement>
5668
<plugins>

0 commit comments

Comments
 (0)