scala-kafka-client
scala-kafka-client copied to clipboard
I am using Maven and encountering The POM is missing error.
Hi,
I think the 2.0.0 version dependencies stated below work in SBT environment but seems not working for maven. scala-kafka-client_2.12 scala-kafka-client-akka_2.12 scala-kafka-client-testkit_2.12
I am using Maven and encountering The POM is missing error.
Downloading: https://repo.maven.apache.org/maven2/net/cakesolutions/scala-kafka-client-akka_2.12/2.0.0/scala-kafka-client-akka_2.12-2.0.0.pom [WARNING] The POM for net.cakesolutions:scala-kafka-client-akka_2.12:jar:2.0.0 is missing, no dependency information available [WARNING] The POM for net.cakesolutions:scala-kafka-client-testkit_2.12:jar:2.0.0 is missing, no dependency information available Downloading: https://repo.maven.apache.org/maven2/net/cakesolutions/scala-kafka-client-akka_2.12/2.0.0/scala-kafka-client-akka_2.12-2.0.0.jar
It seems POM files are indeed missing on the maven repository website, https://mvnrepository.com/artifact/net.cakesolutions/scala-kafka-client_2.12/2.0.0 Only jar files are found.
I am using mac, Java 8.151, Scala 2.12, Intellij and Maven 3
Hope it only happens on my local machine.
Thank you, cosmir17
Pom appears to be there: https://dl.bintray.com/cakesolutions/maven/net/cakesolutions/scala-kafka-client_2.12/2.0.0/:scala-kafka-client_2.12-2.0.0.pom
Hi Simon, thank you for your reply.
The dl.bintray.com seems not the official maven repo, Should it be supposed to be https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients/2.0.0
Also, I clicked the pom file and I found the following code
4.0.0 net.cakesolutions scala-kafka-client_2.12 jar scala-kafka-client 2.0.0 MIT http://opensource.org/licenses/MIT repo scala-kafka-client net.cakesolutions [email protected]:cakesolutions/scala-kafka-client.git scm:git:[email protected]:cakesolutions/scala-kafka-client.git simon Simon Souter https://github.com/simonsouter jkpl Jaakko Pallari https://github.com/jkpl org.scala-lang scala-library 2.12.6 net.cakesolutions scala-kafka-client-testkit_2.12 2.0.0 test com.typesafe config 1.3.3 org.apache.kafka kafka-clients 2.0.0 org.slf4j slf4j-api 1.7.25 org.slf4j log4j-over-slf4j 1.7.25 test org.scalatest scalatest_2.12 3.0.5 test ch.qos.logback logback-classic 1.1.3 test bintraycakesolutionsmaven bintray-cakesolutions-maven https://dl.bintray.com/cakesolutions/maven/ default
It doesn't appear to be the pom file format that I am to expect.
Bintray is down, where do I find this dependency?