Looks like the generated POMs published to Maven Central contain a weird `unspecified` dependency: ``` <dependency> <groupId/> <artifactId>unspecified</artifactId> <version/> </dependency> ``` This seems to affect `maoni`, `maoni-common` as well as all other callback libraries. - https://search.maven.org/artifact/org.rm3l/maoni/9.1.0/aar - https://search.maven.org/artifact/org.rm3l/maoni-common/9.1.0/aar - https://search.maven.org/artifact/org.rm3l/maoni-email/9.1.0/aar - https://search.maven.org/artifact/org.rm3l/maoni-slack/9.1.0/aar We need to understand where this comes from and fix it.