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

Commons-io is pulling 1.3.2 #64

Open
aakhtar3 opened this issue Apr 16, 2018 · 1 comment
Open

Commons-io is pulling 1.3.2 #64

aakhtar3 opened this issue Apr 16, 2018 · 1 comment

Comments

@aakhtar3
Copy link

aakhtar3 commented Apr 16, 2018

[INFO] --- maven-dependency-plugin:3.0.2:tree (default-cli) @ job ---
[INFO] Verbose not supported since maven-dependency-plugin 3.0
[INFO] job:jar:1.0-SNAPSHOT
[INFO] - info.batey.kafka:kafka-unit:jar:1.0:test
[INFO] - commons-io:commons-io:jar:1.3.2:compile
[INFO] --------------------------------------------------

This version of commons-io is causung unit test to fail.

@elunaNeo
Copy link

Not sure if is related to those dependencies but right now I'm trying to run the test on the example and always get this error, :

`java.lang.NoSuchMethodError: kafka.admin.TopicCommand.createTopic(Lkafka/utils/ZkUtils;Lkafka/admin/TopicCommand$TopicCommandOptions;)V

at info.batey.kafka.unit.KafkaUnit.createTopic(KafkaUnit.java:203)
at info.batey.kafka.unit.KafkaUnit.createTopic(KafkaUnit.java:180)
at KafkaTest.junitRuleShouldHaveStartedKafka(KafkaTest.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:43)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)`

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