-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Maven and encountering The POM is missing error. #146
Comments
Hi Simon, thank you for your reply. The dl.bintray.com seems not the official maven repo, 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? |
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.
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
The text was updated successfully, but these errors were encountered: