正在运行测试NoSuchMethodError:org.mockito.internal.runners.RunnerFactory.createStrict

时间:2019-04-24 10:50:03

标签: java unit-testing junit mockito

我正在使用Mockito编写Junit测试用例,但这给了我以下异常:

java.lang.NoSuchMethodError: org.mockito.internal.runners.RunnerFactory.createStrict(Ljava/lang/Class;)Lorg/mockito/internal/runners/InternalRunner;
    at org.mockito.junit.MockitoJUnitRunner.<init>(MockitoJUnitRunner.java:154)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104)
    at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
    at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
    at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
    at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
    at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.<init>(JUnit4TestReference.java:33)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestClassReference.<init>(JUnit4TestClassReference.java:25)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader.createTest(JUnit4TestLoader.java:48)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader.loadTests(JUnit4TestLoader.java:38)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:444)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)

我认为问题出在某些不兼容的依赖项上,但我似乎无法找到它们。我以目标dependency:tree -Dscope=test运行该项目,这就是我得到的:

[INFO] com.sam.ergo.riskbusinessadmissions:riskBusinessAdmissions:jar:1.0.0
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-servicing-core:jar:5.4.4.1:compile
[INFO] |  +- com.sam.jee.arq.spring.core:arq-spring-monitoring:jar:5.4.0.0:compile
[INFO] |  |  +- javax.jms:jms:jar:1.1:compile
[INFO] |  |  +- org.apache.geronimo.specs:geronimo-commonj_1.1_spec:jar:1.0:compile
[INFO] |  |  \- com.rabbitmq:amqp-client:jar:3.3.5:compile
[INFO] |  +- com.sam.jee.arq.spring.core:arq-spring-servicing-fraud:jar:5.3.1.0:compile
[INFO] |  +- com.sam.jee.arq.spring.core:arq-spring-connector-crypto:jar:5.4.0.2:compile
[INFO] |  |  \- com.sam.jee.arq.spring.integraciones:caasdummy:jar:5.4.0.0:compile
[INFO] |  +- com.sam.jee.arq.spring.core:arq-spring-connector-upsilon:jar:5.4.0.0:compile
[INFO] |  +- com.sam.jee.arq.spring.integraciones:sendsmsdummy:jar:5.0.4:compile
[INFO] |  +- com.sam.jee.arq.spring.core:arq-spring-utils:jar:5.4.4.0:compile
[INFO] |  +- com.sam.jee.arq.spring.cas.api:arq-spring-servicing-cas-api:jar:5.4.0.0:compile
[INFO] |  +- com.thoughtworks.xstream:xstream:jar:1.3.1:compile
[INFO] |  |  \- xpp3:xpp3_min:jar:1.1.4c:compile
[INFO] |  +- cglib:cglib-nodep:jar:2.2:compile
[INFO] |  +- org.springframework:spring-jdbc:jar:5.0.4.RELEASE:compile
[INFO] |  +- org.springframework:spring-oxm:jar:5.0.4.RELEASE:compile
[INFO] |  +- org.springframework:spring-context-support:jar:5.0.4.RELEASE:compile
[INFO] |  +- com.googlecode.ehcache-spring-annotations:ehcache-spring-annotations:jar:1.2.0:compile
[INFO] |  |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  \- net.sf.ehcache:ehcache-core:jar:2.4.5:compile
[INFO] |  +- org.codehaus.jackson:jackson-mrbean:jar:1.8.0:compile
[INFO] |  +- org.codehaus.jackson:jackson-smile:jar:1.8.0:compile
[INFO] |  +- org.codehaus.jackson:jackson-xc:jar:1.8.0:compile
[INFO] |  +- com.ibm:mq:jar:7.0.1.7:compile
[INFO] |  +- com.ibm:mqjms:jar:7.0.1.7:compile
[INFO] |  +- com.ibm.disthub2:dhbcore:jar:7.0.1.7:compile
[INFO] |  +- com.ibm.mq:jmqi:jar:7.0.1.7:compile
[INFO] |  +- com.ibm.mq:headers:jar:7.0.1.7:compile
[INFO] |  +- com.ibm.mq:commonservices:jar:7.0.1.7:compile
[INFO] |  +- com.ibm:connector:jar:1.3.0:compile
[INFO] |  +- org.apache.cxf:cxf-rt-features-clustering:jar:3.2.4:compile
[INFO] |  +- org.apache.cxf:cxf-rt-rs-service-description:jar:3.2.4:compile
[INFO] |  +- org.apache.cxf:cxf-rt-rs-client:jar:3.2.4:compile
[INFO] |  +- commons-pool:commons-pool:jar:1.5.6:compile
[INFO] |  +- commons-dbcp:commons-dbcp:jar:1.3:compile
[INFO] |  +- commons-configuration:commons-configuration:jar:1.8:compile
[INFO] |  +- com.hazelcast:hazelcast-all:jar:3.10.2:compile
[INFO] |  +- net.sf.flexjson:flexjson:jar:2.1:compile
[INFO] |  +- org.hibernate:hibernate-entitymanager:jar:5.2.16.Final:compile
[INFO] |  |  +- org.hibernate:hibernate-core:jar:5.2.16.Final:compile
[INFO] |  |  |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |  |  |  \- org.jboss:jandex:jar:2.0.3.Final:compile
[INFO] |  |  +- org.hibernate.common:hibernate-commons-annotations:jar:5.0.1.Final:compile
[INFO] |  |  \- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.1.Final:compile
[INFO] |  \- org.hibernate.validator:hibernate-validator:jar:6.0.9.Final:compile
[INFO] |     +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
[INFO] |     \- com.fasterxml:classmate:jar:1.3.4:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-connector-rest:jar:5.4.4.0:compile
[INFO] |  +- com.sam.jee.arq.spring.core:arq-spring-connector-semaas:jar:5.4.4.0:compile
[INFO] |  +- org.javassist:javassist:jar:3.21.0-GA:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-lgpl:jar:1.8.0:compile
[INFO] |  +- org.apache.cxf:cxf-rt-frontend-jaxws:jar:3.2.4:compile
[INFO] |  |  +- xml-resolver:xml-resolver:jar:1.2:compile
[INFO] |  |  +- org.ow2.asm:asm:jar:5.2:compile
[INFO] |  |  +- org.apache.cxf:cxf-rt-bindings-soap:jar:3.2.4:compile
[INFO] |  |  |  +- org.apache.cxf:cxf-rt-wsdl:jar:3.2.4:compile
[INFO] |  |  |  \- org.apache.cxf:cxf-rt-databinding-jaxb:jar:3.2.4:compile
[INFO] |  |  +- org.apache.cxf:cxf-rt-bindings-xml:jar:3.2.4:compile
[INFO] |  |  +- org.apache.cxf:cxf-rt-frontend-simple:jar:3.2.4:compile
[INFO] |  |  \- org.apache.cxf:cxf-rt-ws-addr:jar:3.2.4:compile
[INFO] |  |     \- org.apache.cxf:cxf-rt-ws-policy:jar:3.2.4:compile
[INFO] |  |        \- org.apache.neethi:neethi:jar:3.1.1:compile
[INFO] |  +- org.apache.httpcomponents:httpmime:jar:4.5.5:compile
[INFO] |  +- com.google.api-client:google-api-client:jar:1.18.0-rc:compile
[INFO] |  |  \- com.google.oauth-client:google-oauth-client:jar:1.18.0-rc:compile
[INFO] |  +- com.google.http-client:google-http-client-jackson2:jar:1.18.0-rc:compile
[INFO] |  |  \- com.google.http-client:google-http-client:jar:1.18.0-rc:compile
[INFO] |  \- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-restutils:jar:5.4.0.0:compile
[INFO] |  +- cz.jirutka.rsql:rsql-parser:jar:2.1.0:compile
[INFO] |  +- org.springframework.data:spring-data-jpa:jar:2.0.4.RELEASE:compile
[INFO] |  |  +- org.springframework.data:spring-data-commons:jar:2.0.4.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-orm:jar:5.0.4.RELEASE:compile
[INFO] |  \- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.2.Final:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-core-api:jar:5.4.4.0:compile
[INFO] |  +- com.sam.jee.arq.spring.integraciones:securitydummy:jar:5.4.2.0:compile
[INFO] |  |  \- com.sam.jee.arq.spring.integraciones:mocking:jar:5.4.0.0:compile
[INFO] |  +- com.sam.secarq.caas2:caascore-channel-infrastructure-seg:jar:1.0.11:compile
[INFO] |  +- org.apache.cxf:cxf-rt-rs-extension-search:jar:3.2.4:compile
[INFO] |  +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] |  +- javax.ws.rs:javax.ws.rs-api:jar:2.1:compile
[INFO] |  +- org.springframework:spring-web:jar:5.0.4.RELEASE:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.0:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  \- javax.resource:connector-api:jar:1.5:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-backend-apx:jar:5.4.2.0:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-backend-commons:jar:5.4.2.0:compile
[INFO] |  +- javax.persistence:persistence-api:jar:1.0:compile
[INFO] |  +- org.aspectj:aspectjrt:jar:1.9.0:compile
[INFO] |  +- org.aspectj:aspectjtools:jar:1.9.0:compile
[INFO] |  +- org.aspectj:aspectjweaver:jar:1.9.0:compile
[INFO] |  \- org.reflections:reflections:jar:0.9.8:compile
[INFO] |     +- javassist:javassist:jar:3.12.1.GA:compile
[INFO] |     \- dom4j:dom4j:jar:1.6.1:compile
[INFO] |        \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-backend-otma:jar:5.4.2.0:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.5:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-backend-ps:jar:5.4.2.0:compile
[INFO] |  \- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-core-spi:jar:5.4.0.0:compile
[INFO] +- com.sam.jee.arq.spring.core:arq-spring-servicing-logging:jar:5.4.3.0:compile
[INFO] |  +- com.sam.semaas:delta:jar:0.7.0:compile
[INFO] |  |  +- com.squareup.okhttp:okhttp:jar:2.5.0:compile
[INFO] |  |  |  \- com.squareup.okio:okio:jar:1.6.0:compile
[INFO] |  |  \- com.google.code.gson:gson:jar:2.7:compile
[INFO] |  +- log4j:log4j:jar:1.2.17:compile
[INFO] |  +- org.apache.cxf:cxf-core:jar:3.2.4:compile
[INFO] |  |  +- com.fasterxml.woodstox:woodstox-core:jar:5.0.3:compile
[INFO] |  |  |  \- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[INFO] |  |  \- org.apache.ws.xmlschema:xmlschema-core:jar:2.2.3:compile
[INFO] |  \- org.mongodb:mongodb-driver:jar:3.4.0:compile
[INFO] |     +- org.mongodb:mongodb-driver-core:jar:3.4.0:compile
[INFO] |     \- org.mongodb:bson:jar:3.4.0:compile
[INFO] +- com.sam.infrastructure.multichannel.api:multi-channel-infrastructure-api:jar:5.4.0.0:compile
[INFO] +- com.sam.infrastructure.multichannel.serv:multi-channel-infrastructure-serv-facade:jar:5.3.3.7:compile
[INFO] +- org.springframework.roo:org.springframework.roo.annotations:pom:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.configurable.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.javabean.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.jpa.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.layers.repository.jpa.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.layers.service.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.plural.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.security.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.web.mvc.controller.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.web.mvc.exceptions.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.web.mvc.thymeleaf.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.classpath:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.apache.felix:org.apache.felix.scr.annotations:jar:1.9.12:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.file.monitor:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.file.undo:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.metadata:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.model:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.process.manager:jar:2.0.0.RELEASE:compile
[INFO] |  |  |  \- org.springframework.roo:org.springframework.roo.shell.osgi:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.project:jar:2.0.0.RELEASE:compile
[INFO] |  |  |  \- org.apache.felix:org.apache.felix.framework:jar:5.4.0:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.shell:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.support:jar:2.0.0.RELEASE:compile
[INFO] |  |  +- org.springframework.roo:org.springframework.roo.settings:jar:2.0.0.RELEASE:compile
[INFO] |  |  |  \- org.springframework.roo:org.springframework.roo.propfiles.manager:jar:2.0.0.RELEASE:compile
[INFO] |  |  \- org.springframework.roo.wrapping:org.springframework.roo.wrapping.inflector:jar:0.7.0.010:compile
[INFO] |  +- org.springframework.roo:org.springframework.roo.addon.dto.annotations:jar:2.0.0.RELEASE:compile
[INFO] |  \- org.springframework.roo:org.springframework.roo.addon.ws.annotations:jar:2.0.0.RELEASE:compile
[INFO] +- org.springframework:spring-core:jar:5.0.4.RELEASE:compile
[INFO] |  \- org.springframework:spring-jcl:jar:5.0.4.RELEASE:compile
[INFO] +- org.springframework:spring-test:jar:5.0.4.RELEASE:test
[INFO] +- org.springframework:spring-context:jar:5.0.4.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:5.0.4.RELEASE:compile
[INFO] +- org.springframework:spring-tx:jar:5.0.4.RELEASE:compile
[INFO] +- org.springframework:spring-aop:jar:5.0.4.RELEASE:compile
[INFO] +- org.springframework:spring-aspects:jar:5.0.4.RELEASE:compile
[INFO] +- org.springframework:spring-beans:jar:5.0.4.RELEASE:compile
[INFO] +- com.openpojo:openpojo:jar:0.7.3:compile
[INFO] +- commons-codec:commons-codec:jar:1.10:compile
[INFO] +- com.wordnik:swagger-core_2.10:jar:1.3.0:compile
[INFO] |  +- com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.1.5:compile
[INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  |  \- org.scala-lang:scala-reflect:jar:2.10.0:compile
[INFO] |  +- com.fasterxml.jackson.module:jackson-module-jsonSchema:jar:2.1.0:compile
[INFO] |  +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.0.0:compile
[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.0.0:compile
[INFO] |  +- com.wordnik:swagger-annotations_2.10:jar:1.3.0:compile
[INFO] |  +- org.json4s:json4s-ext_2.10:jar:3.2.4:compile
[INFO] |  |  +- joda-time:joda-time:jar:2.1:compile
[INFO] |  |  \- org.joda:joda-convert:jar:1.2:compile
[INFO] |  +- org.json4s:json4s-native_2.10:jar:3.2.4:compile
[INFO] |  |  \- org.json4s:json4s-core_2.10:jar:3.2.4:compile
[INFO] |  |     +- org.json4s:json4s-ast_2.10:jar:3.2.4:compile
[INFO] |  |     \- org.scala-lang:scalap:jar:2.10.0:compile
[INFO] |  |        \- org.scala-lang:scala-compiler:jar:2.10.0:compile
[INFO] |  \- org.json4s:json4s-jackson_2.10:jar:3.2.4:compile
[INFO] +- com.wordnik:swagger-jaxrs_2.10:jar:1.3.0:compile
[INFO] |  +- org.scala-lang:scala-library:jar:2.10.0:compile
[INFO] |  \- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] +- uk.co.jemos.podam:podam:jar:7.2.3.RELEASE:test
[INFO] |  +- net.jcip:jcip-annotations:jar:1.0:test
[INFO] |  +- javax.annotation:javax.annotation-api:jar:1.3.2:test
[INFO] |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  \- org.apache.commons:commons-lang3:jar:3.8.1:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.powermock:powermock-api-mockito:jar:1.7.4:test
[INFO] |  \- org.powermock:powermock-api-mockito-common:jar:1.7.4:test
[INFO] +- org.powermock:powermock-module-junit4:jar:2.0.0:test
[INFO] |  \- org.powermock:powermock-module-junit4-common:jar:2.0.0:test
[INFO] +- org.powermock:powermock-api-support:jar:2.0.0:test
[INFO] |  +- org.powermock:powermock-reflect:jar:2.0.0:test
[INFO] |  \- org.powermock:powermock-core:jar:2.0.0:test
[INFO] +- org.mockito:mockito-all:jar:2.0.2-beta:test
[INFO] +- org.mockito:mockito-core:jar:2.27.0:test
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.8.17:compile
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.9.10:test
[INFO] |  \- org.objenesis:objenesis:jar:2.6:test
[INFO] +- com.sam.enax.test:enax_bdd_test_core:jar:1.1.7:test
[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.14:test
[INFO] |  |  +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.14:test
[INFO] |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b06:test
[INFO] |  |  |  \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2:hk2-locator:jar:2.4.0-b06:test
[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:test
[INFO] |  +- javax.inject:javax.inject:jar:1:test
[INFO] |  +- org.glassfish.hk2:hk2:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2:config-types:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2:core:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2:hk2-config:jar:2.4.0-b06:test
[INFO] |  |  |  +- org.jvnet:tiger-types:jar:1.4:test
[INFO] |  |  |  \- org.glassfish.hk2.external:bean-validator:jar:2.4.0-b06:test
[INFO] |  |  +- org.glassfish.hk2:hk2-runlevel:jar:2.4.0-b06:test
[INFO] |  |  \- org.glassfish.hk2:class-model:jar:2.4.0-b06:test
[INFO] |  |     \- org.glassfish.hk2.external:asm-all-repackaged:jar:2.4.0-b06:test
[INFO] |  +- com.google.inject:guice:jar:4.0:test
[INFO] |  +- commons-io:commons-io:jar:2.4:compile
[INFO] |  +- info.cukes:gherkin:jar:2.12.2:test
[INFO] |  +- com.jayway.jsonpath:json-path-assert:jar:2.1.0:test
[INFO] |  |  \- com.jayway.jsonpath:json-path:jar:2.1.0:test
[INFO] |  |     \- net.minidev:json-smart:jar:2.2:test
[INFO] |  |        \- net.minidev:accessors-smart:jar:1.1:test
[INFO] |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.7.1:test
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.15:test
[INFO] |  +- com.github.fge:json-schema-validator:jar:2.2.6:test
[INFO] |  |  +- com.googlecode.libphonenumber:libphonenumber:jar:6.2:test
[INFO] |  |  +- com.github.fge:json-schema-core:jar:1.2.5:test
[INFO] |  |  |  +- com.github.fge:uri-template:jar:0.9:test
[INFO] |  |  |  |  \- com.github.fge:msg-simple:jar:1.1:test
[INFO] |  |  |  |     \- com.github.fge:btf:jar:1.2:test
[INFO] |  |  |  +- com.github.fge:jackson-coreutils:jar:1.8:test
[INFO] |  |  |  \- org.mozilla:rhino:jar:1.7R4:test
[INFO] |  |  +- javax.mail:mailapi:jar:1.4.3:test
[INFO] |  |  \- net.sf.jopt-simple:jopt-simple:jar:4.6:test
[INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.7.7:test
[INFO] |  +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
[INFO] |  +- com.tngtech.java:junit-dataprovider:jar:1.5.0:test
[INFO] |  |  \- junit:junit-dep:jar:4.8.2:test
[INFO] |  +- info.cukes:cucumber-java:jar:1.2.2:test
[INFO] |  |  \- info.cukes:cucumber-core:jar:1.2.2:test
[INFO] |  |     +- info.cukes:cucumber-html:jar:0.2.3:test
[INFO] |  |     \- info.cukes:cucumber-jvm-deps:jar:1.0.3:test
[INFO] |  +- info.cukes:cucumber-junit:jar:1.2.2:test
[INFO] |  +- com.google.code.findbugs:annotations:jar:1.3.9:test
[INFO] |  \- com.sam.enax.jjschema:jjschema:jar:0.9:test
[INFO] +- com.sam.enax.global.bdd:enax_bdd_test_impl:jar:1.1.5:test
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.5:test
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.9.8:test
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8:test
[INFO] +- com.google.guava:guava:jar:27.1-jre:test
[INFO] |  +- com.google.guava:failureaccess:jar:1.0.1:test
[INFO] |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:test
[INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO] |  +- org.checkerframework:checker-qual:jar:2.5.2:test
[INFO] |  +- com.google.errorprone:error_prone_annotations:jar:2.2.0:test
[INFO] |  +- com.google.j2objc:j2objc-annotations:jar:1.1:test
[INFO] |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:test
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.5:test
[INFO] |  \- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.9:test
[INFO] +- com.sam.eiaq:eiaq_routines:jar:1.0.6:compile
[INFO] |  \- javax.el:el-api:jar:1.0:compile
[INFO] +- com.sam.enax:enax_validation:jar:1.0.4:compile
[INFO] +- com.sam.enax:conditions:jar:1.0.2:compile
[INFO] |  +- org.aspectj:com.springsource.org.aspectj.weaver:jar:1.6.8.RELEASE:compile
[INFO] |  +- mx4j:mx4j-tools:jar:3.0.1:compile
[INFO] |  +- org.codehaus.jackson:jackson-core-asl:jar:1.8.0:compile
[INFO] |  +- org.codehaus.jackson:jackson-core-lgpl:jar:1.8.0:compile
[INFO] |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.0:compile
[INFO] |  +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.6.10:compile
[INFO] |  |  +- org.apache.cxf:cxf-api:jar:2.6.10:compile
[INFO] |  |  |  +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile
[INFO] |  |  |  +- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile
[INFO] |  |  |  \- wsdl4j:wsdl4j:jar:1.6.3:compile
[INFO] |  |  \- org.apache.cxf:cxf-rt-core:jar:2.6.10:compile
[INFO] |  |     \- com.sun.xml.bind:jaxb-impl:jar:2.1.13:compile
[INFO] |  \- org.apache.cxf:cxf-rt-transports-http:jar:2.6.10:compile
[INFO] \- com.sam.kygg:kygg_imcUtils:jar:1.0.0:compile
[INFO]    +- com.sam.infrastructure.kygg:kyggenum-channel-infrastructure-arch:jar:1.0.0:compile
[INFO]    +- com.sam.jee.arq.spring.core:arq-spring-connector-host-api:jar:3.7.1:compile
[INFO]    \- com.sam.jee.arq.spring.core:arq-spring-connector-host-apx:jar:3.7.1:compile
[INFO]       \- com.sam.jee.arq.spring.core:arq-spring-connector-host:jar:3.7.1:compile
[INFO]          +- javax.jms:javax.jms-api:jar:2.0:compile
[INFO]          +- com.sun.jersey:jersey-client:jar:1.19.2:compile
[INFO]          |  \- com.sun.jersey:jersey-core:jar:1.19.2:compile
[INFO]          +- com.sun.jersey.contribs:jersey-multipart:jar:1.19.2:compile
[INFO]          |  \- org.jvnet.mimepull:mimepull:jar:1.9.3:compile
[INFO]          \- com.sun.jersey:jersey-json:jar:1.19.2:compile
[INFO]             \- org.codehaus.jettison:jettison:jar:1.1:compile

如您所见,我有很多Maven依赖项,但似乎找不到问题。

0 个答案:

没有答案
相关问题