CI system doesn't include Central SNAPSHOTS by default
diff --git a/api/pom.xml b/api/pom.xml
index a561be6..42fe1f3 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -291,4 +291,19 @@
</plugin>
</plugins>
</build>
+
+ <!-- Required if parent is a SNAPSHOT -->
+ <repositories>
+ <repository>
+ <name>Central Portal Snapshots</name>
+ <id>central-portal-snapshots</id>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>