We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a11b2b commit 40743d8Copy full SHA for 40743d8
pom.xml
@@ -26,6 +26,18 @@
26
<version.mongo-java>3.12.14</version.mongo-java>
27
</properties>
28
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
+
41
<dependencies>
42
<dependency>
43
<groupId>org.openjdk.jmh</groupId>
0 commit comments