Skip to content
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

Open
cosmir17 opened this issue Nov 2, 2018 · 3 comments
Open

I am using Maven and encountering The POM is missing error. #146

cosmir17 opened this issue Nov 2, 2018 · 3 comments

Comments

@cosmir17
Copy link

cosmir17 commented Nov 2, 2018

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

@simonsouter
Copy link
Contributor

@cosmir17
Copy link
Author

cosmir17 commented Nov 7, 2018

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 git@github.com:cakesolutions/scala-kafka-client.git scm:git:git@github.com: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.

@monrealis
Copy link

Bintray is down, where do I find this dependency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants