1.6.1 warns about missing dependencies when 1.5.1 did not (original) (raw)

This is similar to #225 but happens when a local repository is used for some artifacts:

https://github.com/albertus82/earthquake-bulletin/runs/8014689860?check_suite_focus=true#step:4:23

In this specific case the repository is hosted in ${project.baseUri}mvn/repository and is referenced in the pom.xml as

${project.groupId}_${project.artifactId}_local ${project.baseUri}mvn/repository

Thanks.