We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Are you sure you're using a version of embeddedkafka compatible with your Kafka version?
Sorry, something went wrong.
No branches or pull requests
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.
The moment I remove the dependency from my build file the compilation becomes successfull.
could you suggest a solution
The text was updated successfully, but these errors were encountered: