deviceinsight/kafka-health-check

Missing Artifact 2.0.0-SNAPSHOT

Closed this issue · 4 comments

When i try to use version 2.0.0-SNAPSHOT along with spring-kafka, i get following error message :
Missing artifact com.deviceinsight.kafka:kafka-health-check:jar:2.0.0-SNAPSHOT

Let me know what am I missing here.

pvorb commented

The snapshot version is not on Maven Central. You either need to use a stable version or check out the repository and do a ./mvnw install. This will install the snapshot version to your local Maven repository.

I admit that the README is misleading, though, so I'll leave this issue open until it is fixed.

Alright! I'll close this issue then.

pvorb commented

Reopened because of

so I'll leave this issue open until it is fixed

;-)

Fixed