Missing whack artefact for version 3.0.0

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?

Hi Jonas! Thanks for reporting this. The parent pom should now be published. Can you try again? Maybe you’ll need to wait a few hours and/or force updating of cached artifacts to see the update.

Hi Guus, thanks a lot for the quick solution. The parent pom is already visible and I was able to fetch it.

1 Like