Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/373.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
java.lang.NoClassDefFoundError:io/netty/util/concurrent/RejectedExecutionHandlers_Java_Consumer - Fatal编程技术网

java.lang.NoClassDefFoundError:io/netty/util/concurrent/RejectedExecutionHandlers

java.lang.NoClassDefFoundError:io/netty/util/concurrent/RejectedExecutionHandlers,java,consumer,Java,Consumer,我正在使用pack jvm consumer编写测试,运行测试时出现以下错误:- 代码:- @Test public void createUser() throws Exception { Map<String, String> responseHeaders = new HashMap<>(); responseHeaders.put("Content-Type", "application/json;charset=UTF-8"); Pact

我正在使用pack jvm consumer编写测试,运行测试时出现以下错误:-

代码:-

@Test
public void createUser() throws Exception {
    Map<String, String> responseHeaders = new HashMap<>();
    responseHeaders.put("Content-Type", "application/json;charset=UTF-8");
    PactFragment fragment = buildPublisherRequest(responseHeaders);

    MockProviderConfig config = MockProviderConfig.createDefault();


    MappingJackson2HttpMessageConverter converter = getMappingConverter();

    RestTemplate template = new RestTemplate(Collections.<HttpMessageConverter<?>> singletonList(converter));
    VerificationResult result = fragment.runConsumer(config, config1 -> {
        ConfigApplication ds = new ConfigApplication();
        RestApiServiceImpl rs = new RestApiServiceImpl();


        ReflectionTestUtils.setField(ds, "host", config.url());

        ReflectionTestUtils.setField(ds, "restApiService", template);


    });
    if (result instanceof PactError) {
        throw new RuntimeException(((PactError)result).error());
    }
    assertEquals(ConsumerPactTest.PACT_VERIFIED, result);
}
@测试
public void createUser()引发异常{
Map responseHeaders=newhashmap();
put(“内容类型”,“应用程序/json;字符集=UTF-8”);
PactFragment fragment=buildPublisherRequest(响应负责人);
MockProviderConfig=MockProviderConfig.createDefault();
MappingJackson2HttpMessageConverter=getMappingConverter();

RestTemplate template=新的RestTemplate(集合)。netty版本存在问题

netty在spring cloud starter eureka和pact-jvm-consumer_2.11依赖项中使用,版本不同。我已经在pact-jvm-consumer_2.11中排除了netty处理程序,错误现在得到解决

org.springframework.cloud:springcloudstartereureka

    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-eureka</artifactId>
    </dependency>

+- org.springframework.cloud:spring-cloud-starter-eureka:jar:1.1.0.RELEASE:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter:jar:1.1.0.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-context:jar:1.1.0.RELEASE:compile
[INFO] |  |  |  \- org.springframework.security:spring-security-crypto:jar:4.1.3.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-commons:jar:1.1.0.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-rsa:jar:1.0.1.RELEASE:compile
[INFO] |  |     \- org.bouncycastle:bcpkix-jdk15on:jar:1.47:compile
[INFO] |  |        \- org.bouncycastle:bcprov-jdk15on:jar:1.47:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-netflix-core:jar:1.1.0.RELEASE:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-netflix-eureka-client:jar:1.1.0.RELEASE:compile
[INFO] |  +- com.netflix.eureka:eureka-client:jar:1.4.6:compile
[INFO] |  |  +- org.codehaus.jettison:jettison:jar:1.3.7:runtime
[INFO] |  |  |  \- stax:stax-api:jar:1.0.1:runtime
[INFO] |  |  +- com.netflix.netflix-commons:netflix-eventbus:jar:0.3.0:runtime
[INFO] |  |  +- com.netflix.archaius:archaius-core:jar:0.7.4:compile
[INFO] |  |  +- javax.ws.rs:jsr311-api:jar:1.1.1:runtime
[INFO] |  |  +- com.netflix.servo:servo-core:jar:0.10.1:runtime
[INFO] |  |  |  \- com.netflix.servo:servo-internal:jar:0.10.1:runtime
[INFO] |  |  +- com.sun.jersey:jersey-core:jar:1.19.1:runtime
[INFO] |  |  +- com.sun.jersey:jersey-client:jar:1.19.1:runtime
[INFO] |  |  +- com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.1:runtime
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.5:compile
[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.10:compile
[INFO] |  |  +- com.google.inject:guice:jar:4.0:runtime
[INFO] |  |  |  +- javax.inject:javax.inject:jar:1:runtime
[INFO] |  |  |  \- aopalliance:aopalliance:jar:1.0:runtime
[INFO] |  |  \- com.netflix.governator:governator-api:jar:1.12.10:runtime
[INFO] |  +- com.netflix.eureka:eureka-core:jar:1.4.6:compile
[INFO] |  |  +- com.amazonaws:aws-java-sdk-core:jar:1.10.30:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-ec2:jar:1.10.30:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-autoscaling:jar:1.9.3:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-sts:jar:1.9.3:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-route53:jar:1.9.3:runtime
[INFO] |  |  +- com.netflix.governator:governator:jar:1.12.10:runtime
[INFO] |  |  |  +- com.netflix.governator:governator-core:jar:1.12.10:runtime
[INFO] |  |  |  \- org.ow2.asm:asm:jar:5.0.4:runtime
[INFO] |  |  \- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:runtime
[INFO] |  |     +- javax.xml.stream:stax-api:jar:1.0-2:runtime
[INFO] |  |     \- org.codehaus.woodstox:stax2-api:jar:3.1.4:runtime
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-archaius:jar:1.1.0.RELEASE:compile
[INFO] |  |  \- commons-configuration:commons-configuration:jar:1.8:compile
[INFO] |  |     +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |     \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-ribbon:jar:1.1.0.RELEASE:compile
[INFO] |  |  +- com.netflix.ribbon:ribbon:jar:2.1.5:compile
[INFO] |  |  |  +- com.netflix.ribbon:ribbon-transport:jar:2.1.5:runtime
[INFO] |  |  |  |  +- io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[INFO] |  |  |  |  \- io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[INFO] |  |  |  \- io.reactivex:rxnetty:jar:0.4.9:runtime
[INFO] |  |  |     +- io.netty:netty-codec-http:jar:4.0.27.Final:runtime
[INFO] |  |  |     \- io.netty:netty-transport-native-epoll:jar:4.0.27.Final:runtime
[INFO] |  |  |        \- io.netty:netty-common:jar:4.0.27.Final:runtime
[INFO] |  |  +- com.netflix.ribbon:ribbon-core:jar:2.1.5:compile
[INFO] |  |  +- com.netflix.ribbon:ribbon-httpclient:jar:2.1.5:compile
[INFO] |  |  |  \- com.netflix.netflix-commons:netflix-commons-util:jar:0.1.1:runtime
[INFO] |  |  +- com.netflix.ribbon:ribbon-loadbalancer:jar:2.1.5:compile
[INFO] |  |  |  \- com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[INFO] |  |  \- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] |  +- com.netflix.ribbon:ribbon-eureka:jar:2.1.5:compile
[INFO] |  \- com.thoughtworks.xstream:xstream:jar:1.4.2:compile
[INFO] |     +- xmlpull:xmlpull:jar:1.1.3.1:compile
[INFO] |     \- xpp3:xpp3_min:jar:1.1.4c:compile

org.springframework.cloud
春云起动器尤里卡
+-org.springframework.cloud:springcloudstarter eureka:jar:1.1.0.RELEASE:compile
[INFO]|+-org.springframework.cloud:springcloud启动器:jar:1.1.0.RELEASE:compile
[INFO]| |+-org.springframework.cloud:springcloud上下文:jar:1.1.0.RELEASE:compile
[INFO]| | | \-org.springframework.security:spring-security-crypto:jar:4.1.3.RELEASE:compile
[INFO]| |+-org.springframework.cloud:springcloudcommons:jar:1.1.0.RELEASE:compile
[信息]| | \-org.springframework.security:springsecurity rsa:jar:1.0.1.RELEASE:compile
[INFO]| | \-org.bouncycastle:bcpkix-jdk15on:jar:1.47:compile
[INFO]| | \-org.bouncycastle:bcprov-jdk15on:jar:1.47:compile
[INFO]|+-org.springframework.cloud:springcloud netflix核心:jar:1.1.0.RELEASE:compile
[INFO]|+-org.springframework.cloud:springcloud-netflix-eureka客户端:jar:1.1.0.RELEASE:compile
[INFO]|+-com.netflix.eureka:eureka客户端:jar:1.4.6:compile
[INFO]| |+-org.codehaus.jettison:jettison:jar:1.3.7:runtime
[INFO]| | | \-stax:staxapi:jar:1.0.1:runtime
[信息]| |+-com.netflix.netflix公共空间:netflix事件总线:jar:0.3.0:runtime
[信息]| |+-com.netflix.archaius:archaius核心:jar:0.7.4:compile
[INFO]| |+-javax.ws.rs:jsr311api:jar:1.1.1:runtime
[信息]| |+-com.netflix.servo:servo-core:jar:0.10.1:runtime
[信息]| | | \-com.netflix.servo:servo-internal:jar:0.10.1:runtime
[信息]| |+-com.sun.jersey:jersey-core:jar:1.19.1:runtime
[信息]| |+-com.sun.jersey:jersey客户端:jar:1.19.1:runtime
[INFO]| |+-com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.1:runtime
[INFO]| |+-org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO]| | |+-org.apache.httpcomponents:httpcore:jar:4.4.5:compile
[INFO]| | | \-commons编解码器:commons编解码器:jar:1.10:编译
[INFO]| |+-com.google.inject:guice:jar:4.0:runtime
[INFO]| |+-javax.inject:javax.inject:jar:1:runtime
[INFO]| | \-aopalliance:aopalliance:jar:1.0:runtime
[INFO]|| \-com.netflix.governator:governator api:jar:1.12.10:runtime
[INFO]|+-com.netflix.eureka:eureka核心:jar:1.4.6:compile
[INFO]| |+-com.amazonaws:aws java sdk核心:jar:1.10.30:运行时
[INFO]| |+-com.amazonaws:aws-java-sdk-ec2:jar:1.10.30:runtime
[INFO]| |+-com.amazonaws:aws java sdk自动缩放:jar:1.9.3:runtime
[INFO]| |+-com.amazonaws:aws java sdk sts:jar:1.9.3:runtime
[INFO]| |+-com.amazonaws:aws-java-sdk-route53:jar:1.9.3:runtime
[INFO]| |+-com.netflix.governator:governator:jar:1.12.10:runtime
[INFO]| | |+-com.netflix.governator:governator-core:jar:1.12.10:runtime
[INFO]| | | \-org.ow2.asm:asm:jar:5.0.4:runtime
[INFO]| | \-org.codehaus.woodstox:woodstox核心asl:jar:4.4.1:runtime
[INFO]| |+-javax.xml.stream:staxapi:jar:1.0-2:runtime
[INFO]|| \-org.codehaus.woodstox:stax2 api:jar:3.1.4:runtime
[INFO]|+-org.springframework.cloud:springcloudstarter-archaius:jar:1.1.0.RELEASE:compile
[INFO]| | \-公用配置:公用配置:jar:1.8:编译
[INFO]| |+-commons-lang:commons-lang:jar:2.6:compile
[INFO]| | \-公共日志:公共日志:jar:1.1.1:编译
[INFO]|+-org.springframework.cloud:springcloudstarter功能区:jar:1.1.0.RELEASE:compile
[INFO]| |+-com.netflix.ribbon:ribbon:jar:2.1.5:compile
[信息]| | |+-com.netflix.ribbon:ribbon传输:jar:2.1.5:运行时
[INFO]| | |+-io.reactivex:rxnetty上下文:jar:0.4.9:runtime
[INFO]| | | \-io.reactivex:rxnetty伺服:jar:0.4.9:运行时
[INFO]| | \-io.reactivex:rxnetty:jar:0.4.9:runtime
[信息]| | |+-io.netty:netty编解码器http:jar:4.0.27.最终:运行时
[INFO]| | | \-io.netty:netty传输本机epoll:jar:4.0.27.Final:runtime
[INFO]| | | \-io.netty:netty-common:jar:4.0.27.Final:runtime
[信息]| |+-com.netflix.ribbon:ribbon核心:jar:2.1.5:编译
[信息]| |+-com.netflix.ribbon:ribbon-httpclient:jar:2.1.5:compile
[INFO]| | | \-com.netflix.netflix commons:netflix commons util:jar:0.1.1:runtime
[INFO]| |+-com.netflix.ribbon:ribbon-loadbalancer:jar:2.1.5:compile
[信息]| | | \-com.netflix.netflix公共资源:netflix统计:jar:0.1.1:runtime
[INFO]| | \-io.reactivex:rxjava:jar:1.1.5:compile
[INFO]|+-com.netflix.ribbon:ribbon-eureka:jar:2.1.5:compile
[INFO]\-com.thoughtworks.xstream:xstream:jar:1.4.2:compile
[INFO]|+-xmlpull:xmlpull:jar:1.1.3.1:编译
[INFO]\-xpp3:xpp3\u min:jar:1.1.4c:compile
pact-jvm-consumer-junit_2.11

    <dependency>
        <groupId>au.com.dius</groupId>
        <artifactId>pact-jvm-consumer-junit_2.11</artifactId>
        <version>3.3.3</version>
        <scope>test</scope>
    <dependency>

\- au.com.dius:pact-jvm-consumer-junit_2.11:jar:3.3.3:test
[INFO]    +- org.scala-lang:scala-library:jar:2.11.8:test
[INFO]    +- org.scala-lang:scala-compiler:jar:2.11.8:test
[INFO]    |  +- org.scala-lang:scala-reflect:jar:2.11.8:test
[INFO]    |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:test
[INFO]    |  \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:test
[INFO]    +- com.typesafe.scala-logging:scala-logging_2.11:jar:3.4.0:test
[INFO]    +- au.com.dius:pact-jvm-consumer_2.11:jar:3.3.3:test
[INFO]    |  +- au.com.dius:pact-jvm-model:jar:3.3.3:test
[INFO]    |  |  +- io.netty:netty-handler:jar:4.0.40.Final:runtime
[INFO]    |  |  |  +- io.netty:netty-buffer:jar:4.0.40.Final:runtime
[INFO]    |  |  |  +- io.netty:netty-transport:jar:4.0.40.Final:runtime
[INFO]    |  |  |  \- io.netty:netty-codec:jar:4.0.40.Final:runtime
[INFO]    |  |  +- com.github.zafarkhaja:java-semver:jar:0.9.0:test
[INFO]    |  |  +- org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1:test
[INFO]    |  |  |  +- net.sf.json-lib:json-lib:jar:jdk15:2.3:test
[INFO]    |  |  |  |  +- commons-beanutils:commons-beanutils:jar:1.9.2:test
[INFO]    |  |  |  |  \- net.sf.ezmorph:ezmorph:jar:1.0.6:test
[INFO]    |  |  |  +- net.sourceforge.nekohtml:nekohtml:jar:1.9.22:test
[INFO]    |  |  |  |  \- xerces:xercesImpl:jar:2.11.0:test
[INFO]    |  |  |  \- xml-resolver:xml-resolver:jar:1.2:test
[INFO]    |  |  \- com.amazonaws:aws-java-sdk-s3:jar:1.10.30:test
[INFO]    |  |     \- com.amazonaws:aws-java-sdk-kms:jar:1.10.30:test
[INFO]    |  +- au.com.dius:pact-jvm-matchers_2.11:jar:3.3.3:test
[INFO]    |  |  \- io.gatling:jsonpath_2.11:jar:0.6.4:test
[INFO]    |  +- org.codehaus.groovy:groovy-all:jar:indy:2.4.7:test
[INFO]    |  +- com.googlecode.java-diff-utils:diffutils:jar:1.3.0:test
[INFO]    |  +- dk.brics.automaton:automaton:jar:1.11-8:test
[INFO]    |  +- com.github.mifmif:generex:jar:1.0.1:test
[INFO]    |  +- net.databinder:unfiltered-netty-server_2.11:jar:0.8.4:test
[INFO]    |  |  +- net.databinder:unfiltered-netty_2.11:jar:0.8.4:test
[INFO]    |  |  |  \- net.databinder:unfiltered_2.11:jar:0.8.4:test
[INFO]    |  |  \- net.databinder:unfiltered-util_2.11:jar:0.8.4:test
[INFO]    |  \- net.databinder.dispatch:dispatch-core_2.11:jar:0.11.3:test
[INFO]    |     \- com.ning:async-http-client:jar:1.9.11:test
[INFO]    |        \- io.netty:netty:jar:3.10.0.Final:test
[INFO]    \- org.json:json:jar:20140107:test

au.com.dius
pact-jvm-consumer-junit_2.11
3.3.3
测试
\-dius:pact-jvm-consumer-junit_2.11:jar:3.3.3:test
[INFO]+-org.scala lang:scala库:jar:2.11.8:test
[INFO]+-org.scala lang:scala编译器:jar:2.11.8:test
[INFO]|+-org.scala lang:scala reflect:jar:2.11.8:test
[INFO]|+-org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:test
[INFO]\-org.scala-lang.modules:s
    <dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-eureka</artifactId>
    </dependency>

+- org.springframework.cloud:spring-cloud-starter-eureka:jar:1.1.0.RELEASE:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter:jar:1.1.0.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-context:jar:1.1.0.RELEASE:compile
[INFO] |  |  |  \- org.springframework.security:spring-security-crypto:jar:4.1.3.RELEASE:compile
[INFO] |  |  +- org.springframework.cloud:spring-cloud-commons:jar:1.1.0.RELEASE:compile
[INFO] |  |  \- org.springframework.security:spring-security-rsa:jar:1.0.1.RELEASE:compile
[INFO] |  |     \- org.bouncycastle:bcpkix-jdk15on:jar:1.47:compile
[INFO] |  |        \- org.bouncycastle:bcprov-jdk15on:jar:1.47:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-netflix-core:jar:1.1.0.RELEASE:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-netflix-eureka-client:jar:1.1.0.RELEASE:compile
[INFO] |  +- com.netflix.eureka:eureka-client:jar:1.4.6:compile
[INFO] |  |  +- org.codehaus.jettison:jettison:jar:1.3.7:runtime
[INFO] |  |  |  \- stax:stax-api:jar:1.0.1:runtime
[INFO] |  |  +- com.netflix.netflix-commons:netflix-eventbus:jar:0.3.0:runtime
[INFO] |  |  +- com.netflix.archaius:archaius-core:jar:0.7.4:compile
[INFO] |  |  +- javax.ws.rs:jsr311-api:jar:1.1.1:runtime
[INFO] |  |  +- com.netflix.servo:servo-core:jar:0.10.1:runtime
[INFO] |  |  |  \- com.netflix.servo:servo-internal:jar:0.10.1:runtime
[INFO] |  |  +- com.sun.jersey:jersey-core:jar:1.19.1:runtime
[INFO] |  |  +- com.sun.jersey:jersey-client:jar:1.19.1:runtime
[INFO] |  |  +- com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.1:runtime
[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO] |  |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.5:compile
[INFO] |  |  |  \- commons-codec:commons-codec:jar:1.10:compile
[INFO] |  |  +- com.google.inject:guice:jar:4.0:runtime
[INFO] |  |  |  +- javax.inject:javax.inject:jar:1:runtime
[INFO] |  |  |  \- aopalliance:aopalliance:jar:1.0:runtime
[INFO] |  |  \- com.netflix.governator:governator-api:jar:1.12.10:runtime
[INFO] |  +- com.netflix.eureka:eureka-core:jar:1.4.6:compile
[INFO] |  |  +- com.amazonaws:aws-java-sdk-core:jar:1.10.30:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-ec2:jar:1.10.30:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-autoscaling:jar:1.9.3:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-sts:jar:1.9.3:runtime
[INFO] |  |  +- com.amazonaws:aws-java-sdk-route53:jar:1.9.3:runtime
[INFO] |  |  +- com.netflix.governator:governator:jar:1.12.10:runtime
[INFO] |  |  |  +- com.netflix.governator:governator-core:jar:1.12.10:runtime
[INFO] |  |  |  \- org.ow2.asm:asm:jar:5.0.4:runtime
[INFO] |  |  \- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:runtime
[INFO] |  |     +- javax.xml.stream:stax-api:jar:1.0-2:runtime
[INFO] |  |     \- org.codehaus.woodstox:stax2-api:jar:3.1.4:runtime
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-archaius:jar:1.1.0.RELEASE:compile
[INFO] |  |  \- commons-configuration:commons-configuration:jar:1.8:compile
[INFO] |  |     +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  |     \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  +- org.springframework.cloud:spring-cloud-starter-ribbon:jar:1.1.0.RELEASE:compile
[INFO] |  |  +- com.netflix.ribbon:ribbon:jar:2.1.5:compile
[INFO] |  |  |  +- com.netflix.ribbon:ribbon-transport:jar:2.1.5:runtime
[INFO] |  |  |  |  +- io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[INFO] |  |  |  |  \- io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[INFO] |  |  |  \- io.reactivex:rxnetty:jar:0.4.9:runtime
[INFO] |  |  |     +- io.netty:netty-codec-http:jar:4.0.27.Final:runtime
[INFO] |  |  |     \- io.netty:netty-transport-native-epoll:jar:4.0.27.Final:runtime
[INFO] |  |  |        \- io.netty:netty-common:jar:4.0.27.Final:runtime
[INFO] |  |  +- com.netflix.ribbon:ribbon-core:jar:2.1.5:compile
[INFO] |  |  +- com.netflix.ribbon:ribbon-httpclient:jar:2.1.5:compile
[INFO] |  |  |  \- com.netflix.netflix-commons:netflix-commons-util:jar:0.1.1:runtime
[INFO] |  |  +- com.netflix.ribbon:ribbon-loadbalancer:jar:2.1.5:compile
[INFO] |  |  |  \- com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[INFO] |  |  \- io.reactivex:rxjava:jar:1.1.5:compile
[INFO] |  +- com.netflix.ribbon:ribbon-eureka:jar:2.1.5:compile
[INFO] |  \- com.thoughtworks.xstream:xstream:jar:1.4.2:compile
[INFO] |     +- xmlpull:xmlpull:jar:1.1.3.1:compile
[INFO] |     \- xpp3:xpp3_min:jar:1.1.4c:compile
    <dependency>
        <groupId>au.com.dius</groupId>
        <artifactId>pact-jvm-consumer-junit_2.11</artifactId>
        <version>3.3.3</version>
        <scope>test</scope>
    <dependency>

\- au.com.dius:pact-jvm-consumer-junit_2.11:jar:3.3.3:test
[INFO]    +- org.scala-lang:scala-library:jar:2.11.8:test
[INFO]    +- org.scala-lang:scala-compiler:jar:2.11.8:test
[INFO]    |  +- org.scala-lang:scala-reflect:jar:2.11.8:test
[INFO]    |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:test
[INFO]    |  \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:test
[INFO]    +- com.typesafe.scala-logging:scala-logging_2.11:jar:3.4.0:test
[INFO]    +- au.com.dius:pact-jvm-consumer_2.11:jar:3.3.3:test
[INFO]    |  +- au.com.dius:pact-jvm-model:jar:3.3.3:test
[INFO]    |  |  +- io.netty:netty-handler:jar:4.0.40.Final:runtime
[INFO]    |  |  |  +- io.netty:netty-buffer:jar:4.0.40.Final:runtime
[INFO]    |  |  |  +- io.netty:netty-transport:jar:4.0.40.Final:runtime
[INFO]    |  |  |  \- io.netty:netty-codec:jar:4.0.40.Final:runtime
[INFO]    |  |  +- com.github.zafarkhaja:java-semver:jar:0.9.0:test
[INFO]    |  |  +- org.codehaus.groovy.modules.http-builder:http-builder:jar:0.7.1:test
[INFO]    |  |  |  +- net.sf.json-lib:json-lib:jar:jdk15:2.3:test
[INFO]    |  |  |  |  +- commons-beanutils:commons-beanutils:jar:1.9.2:test
[INFO]    |  |  |  |  \- net.sf.ezmorph:ezmorph:jar:1.0.6:test
[INFO]    |  |  |  +- net.sourceforge.nekohtml:nekohtml:jar:1.9.22:test
[INFO]    |  |  |  |  \- xerces:xercesImpl:jar:2.11.0:test
[INFO]    |  |  |  \- xml-resolver:xml-resolver:jar:1.2:test
[INFO]    |  |  \- com.amazonaws:aws-java-sdk-s3:jar:1.10.30:test
[INFO]    |  |     \- com.amazonaws:aws-java-sdk-kms:jar:1.10.30:test
[INFO]    |  +- au.com.dius:pact-jvm-matchers_2.11:jar:3.3.3:test
[INFO]    |  |  \- io.gatling:jsonpath_2.11:jar:0.6.4:test
[INFO]    |  +- org.codehaus.groovy:groovy-all:jar:indy:2.4.7:test
[INFO]    |  +- com.googlecode.java-diff-utils:diffutils:jar:1.3.0:test
[INFO]    |  +- dk.brics.automaton:automaton:jar:1.11-8:test
[INFO]    |  +- com.github.mifmif:generex:jar:1.0.1:test
[INFO]    |  +- net.databinder:unfiltered-netty-server_2.11:jar:0.8.4:test
[INFO]    |  |  +- net.databinder:unfiltered-netty_2.11:jar:0.8.4:test
[INFO]    |  |  |  \- net.databinder:unfiltered_2.11:jar:0.8.4:test
[INFO]    |  |  \- net.databinder:unfiltered-util_2.11:jar:0.8.4:test
[INFO]    |  \- net.databinder.dispatch:dispatch-core_2.11:jar:0.11.3:test
[INFO]    |     \- com.ning:async-http-client:jar:1.9.11:test
[INFO]    |        \- io.netty:netty:jar:3.10.0.Final:test
[INFO]    \- org.json:json:jar:20140107:test