Version 3.0.0 of whack is available on maven central repository (link) for the core project (jar and pom) unfortunately the parent pom is missing for version 3.0.0 (link).
If we update whack dependency, our builds are failing due to missing dependency:
Error: Failed to read artifact descriptor for org.igniterealtime.whack:core:jar:3.0.0
Error: Caused by: The following artifacts could not be resolved: org.igniterealtime:whack:pom:3.0.0 (absent): Could not find artifact org.igniterealtime:whack:pom:3.0.0 in central (https://repo.maven.apache.org/maven2)
Is it planned to upload the missing pom in version 3.0.0 to maven central repository?