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

Embedded Kafka Dependency causes transitive demendency errors #125

Open
ysule opened this issue Apr 25, 2018 · 1 comment
Open

Embedded Kafka Dependency causes transitive demendency errors #125

ysule opened this issue Apr 25, 2018 · 1 comment

Comments

@ysule
Copy link

ysule commented Apr 25, 2018

Hi ManuB,
I included scalatest-embedded-kafka in the test scope in my project.
but when I compile the code it gives the following errors.

[info] [SUCCESSFUL ] net.manub#scalatest-embedded-kafka_2.11;0.11.1!scalatest-embedded-kafka_2.11.jar (2546ms)
[warn] [FAILED ] com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar: (0ms)
[warn] ==== local: tried
[warn] C:\Users\Yayati.ivy2\local\com.sun.jdmk\jmxtools\1.2.1\jars\jmxtools.jar
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar
[warn] ==== local-preloaded-ivy: tried
[warn] C:\Users\Yayati.sbt\preloaded\com.sun.jdmk\jmxtools\1.2.1\jars\jmxtools.jar
[warn] ==== local-preloaded: tried
[warn] file:/C:/Users/Yayati/.sbt/preloaded/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar
[warn] [FAILED ] com.sun.jmx#jmxri;1.2.1!jmxri.jar: (0ms)
[warn] ==== local: tried
[warn] C:\Users\Yayati.ivy2\local\com.sun.jmx\jmxri\1.2.1\jars\jmxri.jar
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar
[warn] ==== local-preloaded-ivy: tried
[warn] C:\Users\Yayati.sbt\preloaded\com.sun.jmx\jmxri\1.2.1\jars\jmxri.jar
[warn] ==== local-preloaded: tried
[warn] file:/C:/Users/Yayati/.sbt/preloaded/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar
[warn] :: com.sun.jmx#jmxri;1.2.1!jmxri.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

The moment I remove the dependency from my build file the compilation becomes successfull.

could you suggest a solution

@manub
Copy link
Owner

manub commented Apr 30, 2018

Are you sure you're using a version of embeddedkafka compatible with your Kafka version?

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

2 participants