Skip to content

Commit dd97c73

Browse files
committed
add direct snapshot repo dep
1 parent 33ef4b0 commit dd97c73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,18 @@
8888
</dependency>
8989
</dependencies>
9090

91+
<!-- Alas, need to include snapshot reference since otherwise can not find
92+
snapshot of parent... -->
93+
<repositories>
94+
<repository>
95+
<id>sonatype-nexus-snapshots</id>
96+
<name>Sonatype Nexus Snapshots</name>
97+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
98+
<releases><enabled>false</enabled></releases>
99+
<snapshots><enabled>true</enabled></snapshots>
100+
</repository>
101+
</repositories>
102+
91103
<build>
92104
<plugins>
93105
<!-- Important: enable enforcer plug-in: -->

0 commit comments

Comments
 (0)