Skip to content

Commit 40743d8

Browse files
committed
Manual pom.xml merge
1 parent 2a11b2b commit 40743d8

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
@@ -26,6 +26,18 @@
2626
<version.mongo-java>3.12.14</version.mongo-java>
2727
</properties>
2828

29+
<!-- Need to include snapshot reference to find snapshot of parent -->
30+
<repositories>
31+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
32+
<repository>
33+
<id>central-snapshots</id>
34+
<name>Sonatype Central Portal (snapshots)</name>
35+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
36+
<releases><enabled>false</enabled></releases>
37+
<snapshots><enabled>true</enabled></snapshots>
38+
</repository>
39+
</repositories>
40+
2941
<dependencies>
3042
<dependency>
3143
<groupId>org.openjdk.jmh</groupId>

0 commit comments

Comments
 (0)