Caused by: java.lang.ClassNotFoundException: com.google.common.base.MoreObjects

3,682 views
Skip to first unread message

eabr...@applause.com

unread,
Dec 11, 2017, 1:40:10 PM12/11/17
to wiremock-user
Having an issue stubbing a request in spock.
Here's the error I get:
java.lang.NoClassDefFoundError: com/google/common/base/MoreObjects

        at com
.github.tomakehurst.wiremock.matching.RequestPattern.<init>(RequestPattern.java:87)
        at com
.github.tomakehurst.wiremock.matching.RequestPattern.<clinit>(RequestPattern.java:122)
        at com
.github.tomakehurst.wiremock.matching.RequestPatternBuilder.build(RequestPatternBuilder.java:150)
        at com
.github.tomakehurst.wiremock.client.BasicMappingBuilder.build(BasicMappingBuilder.java:152)
        at com
.github.tomakehurst.wiremock.client.WireMock.register(WireMock.java:286)
        at com
.github.tomakehurst.wiremock.client.WireMock.givenThat(WireMock.java:106)
        at com
.github.tomakehurst.wiremock.client.WireMock.stubFor(WireMock.java:110)
        at utils
.WireMockServerConf.configureForUpdateIdentity(WireMockServerConf.groovy:58)
        at
LayerRestAPISpec.it should be able to update a participant's layer identity(LayerRestAPISpec.groovy:84)
Caused by: java.lang.ClassNotFoundException: com.google.common.base.MoreObjects
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 9 more

I'm guessing it has something to do with the guava dependency, but I'm not entirely sure what. I did find this closed issue: 
https://github.com/tomakehurst/wiremock/issues/780


I've added this to my build.gradle file, but no luck. Same error: 
compile group: 'com.google.guava', name: 'guava', version: '23.5-jre'

Any other suggestions?

Tom Akehurst

unread,
Dec 11, 2017, 1:46:23 PM12/11/17
to wiremock-user
I suggest dumping a dependency report for your project. Something is pulling an incompatible version of Guava in.

A quick fix also worth trying is switching to the standalone JAR. This shades Guava, so it doesn't matter if there are other versions present.

eabr...@applause.com

unread,
Dec 11, 2017, 2:36:59 PM12/11/17
to wiremock-user
Here's the dependency dump:

2:32:11 PM: Executing external task 'dependencies'...
:common:dependencies

------------------------------------------------------------
Project :common
------------------------------------------------------------

archives - Configuration for archive artifacts.
No dependencies

compile - Dependencies for source set 'main'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
\--- com.google.guava:guava:23.5-jre (*)

compileClasspath - Compile classpath for source set 'main'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
\--- com.google.guava:guava:23.5-jre (*)

compileOnly - Compile dependencies for source set 'main'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
\--- com.google.guava:guava:23.5-jre (*)

default - Configuration for default artifacts.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
\--- com.google.guava:guava:23.5-jre (*)

runtime - Runtime dependencies for source set 'main'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
\--- com.google.guava:guava:23.5-jre (*)

testCompile - Dependencies for source set 'test'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
+--- com.google.guava:guava:23.5-jre (*)
+--- org.spockframework:spock-core:1.1-groovy-2.4-rc-3
|    +--- org.codehaus.groovy:groovy-all:2.4.6
|    \--- junit:junit:4.12
|         \--- org.hamcrest:hamcrest-core:1.3
+--- cglib:cglib-nodep:3.2.4
+--- org.objenesis:objenesis:2.5.1
+--- org.springframework.boot:spring-boot-starter-test: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE
|    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.2.0
|    |    +--- net.minidev:json-smart:2.2.1
|    |    |    \--- net.minidev:accessors-smart:1.1
|    |    |         \--- org.ow2.asm:asm:5.0.3
|    |    \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.22
|    +--- junit:junit:4.12 (*)
|    +--- org.assertj:assertj-core:2.5.0
|    +--- org.mockito:mockito-core:1.10.19
|    |    +--- org.hamcrest:hamcrest-core:1.1 -> 1.3
|    |    \--- org.objenesis:objenesis:2.1 -> 2.5.1
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.3.0
|    |    \--- org.json:json:20090211 -> 20140107
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-test:4.3.5.RELEASE
|         \--- org.springframework:spring-core:4.3.5.RELEASE
\--- com.github.tomakehurst:wiremock:2.12.0
     +--- org.eclipse.jetty:jetty-server:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- javax.servlet:javax.servlet-api:3.1.0
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     +--- org.eclipse.jetty:jetty-servlet:9.2.22.v20170606 -> 9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-security:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-servlets:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 (*)
     |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-webapp:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 (*)
     +--- com.google.guava:guava:20.0 -> 23.5-jre (*)
     +--- com.fasterxml.jackson.core:jackson-core:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-annotations:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-databind:2.8.9 -> 2.8.3 (*)
     +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.2
     |    +--- org.apache.httpcomponents:httpcore:4.4.4 -> 4.4.5
     |    \--- commons-codec:commons-codec:1.9 -> 1.10
     +--- org.xmlunit:xmlunit-core:2.3.0
     +--- org.xmlunit:xmlunit-legacy:2.3.0
     |    +--- org.xmlunit:xmlunit-core:2.3.0
     |    \--- junit:junit:3.8.1 -> 4.12 (*)
     +--- com.jayway.jsonpath:json-path:2.4.0 -> 2.2.0 (*)
     +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.22
     +--- net.sf.jopt-simple:jopt-simple:5.0.3
     +--- junit:junit:4.12 (*)
     +--- org.apache.commons:commons-lang3:3.6 -> 3.4
     +--- com.flipkart.zjsonpatch:zjsonpatch:0.3.0
     |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
     |    +--- com.fasterxml.jackson.core:jackson-core:2.8.5
     |    +--- com.google.guava:guava:18.0 -> 23.5-jre (*)
     |    \--- org.apache.commons:commons-collections4:4.1
     \--- com.github.jknack:handlebars:4.0.6
          +--- org.apache.commons:commons-lang3:3.1 -> 3.4
          +--- org.antlr:antlr4-runtime:4.5.1-1
          \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.22

testCompileClasspath - Compile classpath for source set 'test'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
+--- com.google.guava:guava:23.5-jre (*)
+--- org.spockframework:spock-core:1.1-groovy-2.4-rc-3
|    +--- org.codehaus.groovy:groovy-all:2.4.6
|    \--- junit:junit:4.12
|         \--- org.hamcrest:hamcrest-core:1.3
+--- cglib:cglib-nodep:3.2.4
+--- org.objenesis:objenesis:2.5.1
+--- org.springframework.boot:spring-boot-starter-test: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE
|    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.2.0
|    |    +--- net.minidev:json-smart:2.2.1
|    |    |    \--- net.minidev:accessors-smart:1.1
|    |    |         \--- org.ow2.asm:asm:5.0.3
|    |    \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.22
|    +--- junit:junit:4.12 (*)
|    +--- org.assertj:assertj-core:2.5.0
|    +--- org.mockito:mockito-core:1.10.19
|    |    +--- org.hamcrest:hamcrest-core:1.1 -> 1.3
|    |    \--- org.objenesis:objenesis:2.1 -> 2.5.1
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.3.0
|    |    \--- org.json:json:20090211 -> 20140107
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-test:4.3.5.RELEASE
|         \--- org.springframework:spring-core:4.3.5.RELEASE
\--- com.github.tomakehurst:wiremock:2.12.0
     +--- org.eclipse.jetty:jetty-server:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- javax.servlet:javax.servlet-api:3.1.0
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     +--- org.eclipse.jetty:jetty-servlet:9.2.22.v20170606 -> 9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-security:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-servlets:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 (*)
     |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-webapp:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 (*)
     +--- com.google.guava:guava:20.0 -> 23.5-jre (*)
     +--- com.fasterxml.jackson.core:jackson-core:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-annotations:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-databind:2.8.9 -> 2.8.3 (*)
     +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.2
     |    +--- org.apache.httpcomponents:httpcore:4.4.4 -> 4.4.5
     |    \--- commons-codec:commons-codec:1.9 -> 1.10
     +--- org.xmlunit:xmlunit-core:2.3.0
     +--- org.xmlunit:xmlunit-legacy:2.3.0
     |    +--- org.xmlunit:xmlunit-core:2.3.0
     |    \--- junit:junit:3.8.1 -> 4.12 (*)
     +--- com.jayway.jsonpath:json-path:2.4.0 -> 2.2.0 (*)
     +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.22
     +--- net.sf.jopt-simple:jopt-simple:5.0.3
     +--- junit:junit:4.12 (*)
     +--- org.apache.commons:commons-lang3:3.6 -> 3.4
     +--- com.flipkart.zjsonpatch:zjsonpatch:0.3.0
     |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
     |    +--- com.fasterxml.jackson.core:jackson-core:2.8.5
     |    +--- com.google.guava:guava:18.0 -> 23.5-jre (*)
     |    \--- org.apache.commons:commons-collections4:4.1
     \--- com.github.jknack:handlebars:4.0.6
          +--- org.apache.commons:commons-lang3:3.1 -> 3.4
          +--- org.antlr:antlr4-runtime:4.5.1-1
          \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.22

testCompileOnly - Compile dependencies for source set 'test'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
+--- com.google.guava:guava:23.5-jre (*)
+--- org.spockframework:spock-core:1.1-groovy-2.4-rc-3
|    +--- org.codehaus.groovy:groovy-all:2.4.6
|    \--- junit:junit:4.12
|         \--- org.hamcrest:hamcrest-core:1.3
+--- cglib:cglib-nodep:3.2.4
+--- org.objenesis:objenesis:2.5.1
+--- org.springframework.boot:spring-boot-starter-test: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE
|    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.2.0
|    |    +--- net.minidev:json-smart:2.2.1
|    |    |    \--- net.minidev:accessors-smart:1.1
|    |    |         \--- org.ow2.asm:asm:5.0.3
|    |    \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.22
|    +--- junit:junit:4.12 (*)
|    +--- org.assertj:assertj-core:2.5.0
|    +--- org.mockito:mockito-core:1.10.19
|    |    +--- org.hamcrest:hamcrest-core:1.1 -> 1.3
|    |    \--- org.objenesis:objenesis:2.1 -> 2.5.1
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.3.0
|    |    \--- org.json:json:20090211 -> 20140107
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-test:4.3.5.RELEASE
|         \--- org.springframework:spring-core:4.3.5.RELEASE
\--- com.github.tomakehurst:wiremock:2.12.0
     +--- org.eclipse.jetty:jetty-server:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- javax.servlet:javax.servlet-api:3.1.0
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     +--- org.eclipse.jetty:jetty-servlet:9.2.22.v20170606 -> 9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-security:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-servlets:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 (*)
     |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-webapp:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 (*)
     +--- com.google.guava:guava:20.0 -> 23.5-jre (*)
     +--- com.fasterxml.jackson.core:jackson-core:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-annotations:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-databind:2.8.9 -> 2.8.3 (*)
     +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.2
     |    +--- org.apache.httpcomponents:httpcore:4.4.4 -> 4.4.5
     |    \--- commons-codec:commons-codec:1.9 -> 1.10
     +--- org.xmlunit:xmlunit-core:2.3.0
     +--- org.xmlunit:xmlunit-legacy:2.3.0
     |    +--- org.xmlunit:xmlunit-core:2.3.0
     |    \--- junit:junit:3.8.1 -> 4.12 (*)
     +--- com.jayway.jsonpath:json-path:2.4.0 -> 2.2.0 (*)
     +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.22
     +--- net.sf.jopt-simple:jopt-simple:5.0.3
     +--- junit:junit:4.12 (*)
     +--- org.apache.commons:commons-lang3:3.6 -> 3.4
     +--- com.flipkart.zjsonpatch:zjsonpatch:0.3.0
     |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
     |    +--- com.fasterxml.jackson.core:jackson-core:2.8.5
     |    +--- com.google.guava:guava:18.0 -> 23.5-jre (*)
     |    \--- org.apache.commons:commons-collections4:4.1
     \--- com.github.jknack:handlebars:4.0.6
          +--- org.apache.commons:commons-lang3:3.1 -> 3.4
          +--- org.antlr:antlr4-runtime:4.5.1-1
          \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.22

testRuntime - Runtime dependencies for source set 'test'.
+--- org.codehaus.groovy:groovy-all:2.4.6
+--- io.confluent:monitoring-interceptors:3.1.1
|    \--- org.apache.kafka:kafka-clients:0.10.1.0-cp2 -> 0.10.2.0
|         +--- net.jpountz.lz4:lz4:1.3.0
|         +--- org.xerial.snappy:snappy-java:1.1.2.6
|         \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
+--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.reflections:reflections:0.9.10
|    +--- com.google.guava:guava:18.0 -> 23.5-jre
|    |    +--- com.google.code.findbugs:jsr305:1.3.9 -> 3.0.1
|    |    +--- org.checkerframework:checker-qual:2.0.0
|    |    +--- com.google.errorprone:error_prone_annotations:2.0.18
|    |    +--- com.google.j2objc:j2objc-annotations:1.1
|    |    \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
|    +--- org.javassist:javassist:3.18.2-GA -> 3.20.0-GA
|    \--- com.google.code.findbugs:annotations:2.0.1 -> 2.0.3
+--- com.applause:domain-metamodel-java:0.5.1-SNAPSHOT
|    +--- org.axonframework:axon-core:3.0.4
|    |    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    +--- com.thoughtworks.xstream:xstream:1.4.9
|    |    \--- xpp3:xpp3:1.1.4c
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    \--- org.apache.commons:commons-lang3:3.4
+--- org.projectlombok:lombok:1.16.18
+--- com.fasterxml.jackson.core:jackson-core:2.8.5
+--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
+--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8
|    +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0 -> 2.8.5
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.8 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.8 -> 2.8.3 (*)
+--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.7
|    +--- com.fasterxml.jackson.core:jackson-core:2.8.7 -> 2.8.5
|    \--- com.fasterxml.jackson.core:jackson-databind:2.8.7 -> 2.8.3 (*)
+--- org.springframework.kafka:spring-kafka:1.2.1.RELEASE
|    +--- org.springframework:spring-messaging:4.3.7.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-aop:4.3.5.RELEASE
|    |    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-expression:4.3.5.RELEASE
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework.retry:spring-retry:1.1.3.RELEASE -> 1.1.5.RELEASE
|    |    \--- org.springframework:spring-core:4.0.4.RELEASE -> 4.3.5.RELEASE
|    \--- org.apache.kafka:kafka-clients:0.10.2.0 (*)
+--- org.springframework.boot:spring-boot:1.4.3.RELEASE
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-context:4.3.5.RELEASE (*)
+--- org.springframework.boot:spring-boot-starter-web: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-starter:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE
|    |    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    |    +--- org.springframework.boot:spring-boot-starter-logging:1.4.3.RELEASE
|    |    |    +--- ch.qos.logback:logback-classic:1.1.8
|    |    |    |    +--- ch.qos.logback:logback-core:1.1.8
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    +--- org.slf4j:jul-to-slf4j:1.7.22
|    |    |    |    \--- org.slf4j:slf4j-api:1.7.22
|    |    |    \--- org.slf4j:log4j-over-slf4j:1.7.22
|    |    |         \--- org.slf4j:slf4j-api:1.7.22
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.yaml:snakeyaml:1.17
|    +--- org.springframework.boot:spring-boot-starter-tomcat:1.4.3.RELEASE
|    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.6
|    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.6
|    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.6
|    +--- org.hibernate:hibernate-validator:5.2.4.Final
|    |    +--- javax.validation:validation-api:1.1.0.Final
|    |    +--- org.jboss.logging:jboss-logging:3.2.1.Final -> 3.3.0.Final
|    |    \--- com.fasterxml:classmate:1.1.0 -> 1.3.3
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
|    +--- org.springframework:spring-web:4.3.5.RELEASE
|    |    +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-webmvc:4.3.5.RELEASE
|         +--- org.springframework:spring-aop:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|         +--- org.springframework:spring-core:4.3.5.RELEASE
|         +--- org.springframework:spring-expression:4.3.5.RELEASE (*)
|         \--- org.springframework:spring-web:4.3.5.RELEASE (*)
+--- org.springframework.data:spring-data-jpa:1.10.5.RELEASE
|    +--- org.springframework.data:spring-data-commons:1.12.5.RELEASE -> 1.12.6.RELEASE
|    |    +--- org.springframework:spring-core:4.2.9.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-orm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    +--- org.springframework:spring-jdbc:4.3.5.RELEASE
|    |    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |    +--- org.springframework:spring-core:4.3.5.RELEASE
|    |    |    \--- org.springframework:spring-tx:4.3.5.RELEASE
|    |    |         +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE
|    |    \--- org.springframework:spring-tx:4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-beans:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-core:4.2.8.RELEASE -> 4.3.5.RELEASE
|    +--- org.aspectj:aspectjrt:1.8.9
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.springframework.data:spring-data-redis:1.7.5.RELEASE
|    +--- org.springframework.data:spring-data-keyvalue:1.1.5.RELEASE -> 1.1.6.RELEASE
|    |    +--- org.springframework.data:spring-data-commons:1.12.6.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-tx:4.2.9.RELEASE -> 4.3.5.RELEASE (*)
|    |    +--- org.slf4j:slf4j-api:1.7.22
|    |    \--- org.slf4j:jcl-over-slf4j:1.7.22 (*)
|    +--- org.springframework:spring-tx:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-oxm:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.springframework:spring-aop:4.2.8.RELEASE -> 4.3.5.RELEASE (*)
|    +--- org.springframework:spring-context-support:4.2.8.RELEASE -> 4.3.5.RELEASE
|    |    +--- org.springframework:spring-beans:4.3.5.RELEASE (*)
|    |    +--- org.springframework:spring-context:4.3.5.RELEASE (*)
|    |    \--- org.springframework:spring-core:4.3.5.RELEASE
|    +--- org.slf4j:slf4j-api:1.7.21 -> 1.7.22
|    \--- org.slf4j:jcl-over-slf4j:1.7.21 -> 1.7.22 (*)
+--- org.postgresql:postgresql:9.4.1211
+--- org.flywaydb:flyway-core:4.0.3
+--- org.hibernate:hibernate-core:5.2.10.Final
|    +--- org.jboss.logging:jboss-logging:3.3.0.Final
|    +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|    +--- org.javassist:javassist:3.20.0-GA
|    +--- antlr:antlr:2.7.7
|    +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
|    +--- org.jboss:jandex:2.0.3.Final
|    +--- com.fasterxml:classmate:1.3.0 -> 1.3.3
|    +--- dom4j:dom4j:1.6.1
|    \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
|         \--- org.jboss.logging:jboss-logging:3.3.0.Final
+--- com.applause:event-schema-validator:0.3.0
|    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    +--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.8.3 -> 2.8.7 (*)
|    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.3 -> 2.8.8 (*)
|    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-avro:2.8.3
|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.3 (*)
|    |    +--- org.apache.avro:avro:1.7.7 -> 1.8.1
|    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|    |    |    |    \--- org.codehaus.jackson:jackson-core-asl:1.9.13
|    |    |    +--- com.thoughtworks.paranamer:paranamer:2.7
|    |    |    +--- org.xerial.snappy:snappy-java:1.1.1.3 -> 1.1.2.6
|    |    |    +--- org.apache.commons:commons-compress:1.8.1
|    |    |    +--- org.tukaani:xz:1.5
|    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.22
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.8.3 -> 2.8.5
|    +--- org.apache.avro:avro:1.7.7 -> 1.8.1 (*)
|    +--- com.squareup.okhttp3:okhttp:3.6.0 -> 3.3.1
|    |    \--- com.squareup.okio:okio:1.8.0
|    +--- org.springframework:spring-beans:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
|    \--- org.springframework:spring-context:4.3.3.RELEASE -> 4.3.5.RELEASE (*)
+--- redis.clients:jedis:2.8.1
|    \--- org.apache.commons:commons-pool2:2.4.2
+--- com.google.guava:guava:23.5-jre (*)
+--- org.spockframework:spock-core:1.1-groovy-2.4-rc-3
|    +--- org.codehaus.groovy:groovy-all:2.4.6
|    \--- junit:junit:4.12
|         \--- org.hamcrest:hamcrest-core:1.3
+--- cglib:cglib-nodep:3.2.4
+--- org.objenesis:objenesis:2.5.1
+--- org.springframework.boot:spring-boot-starter-test: -> 1.4.3.RELEASE
|    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE
|    |    \--- org.springframework.boot:spring-boot:1.4.3.RELEASE (*)
|    +--- org.springframework.boot:spring-boot-test-autoconfigure:1.4.3.RELEASE
|    |    +--- org.springframework.boot:spring-boot-test:1.4.3.RELEASE (*)
|    |    \--- org.springframework.boot:spring-boot-autoconfigure:1.4.3.RELEASE (*)
|    +--- com.jayway.jsonpath:json-path:2.2.0
|    |    +--- net.minidev:json-smart:2.2.1
|    |    |    \--- net.minidev:accessors-smart:1.1
|    |    |         \--- org.ow2.asm:asm:5.0.3
|    |    \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.22
|    +--- junit:junit:4.12 (*)
|    +--- org.assertj:assertj-core:2.5.0
|    +--- org.mockito:mockito-core:1.10.19
|    |    +--- org.hamcrest:hamcrest-core:1.1 -> 1.3
|    |    \--- org.objenesis:objenesis:2.1 -> 2.5.1
|    +--- org.hamcrest:hamcrest-core:1.3
|    +--- org.hamcrest:hamcrest-library:1.3
|    |    \--- org.hamcrest:hamcrest-core:1.3
|    +--- org.skyscreamer:jsonassert:1.3.0
|    |    \--- org.json:json:20090211 -> 20140107
|    +--- org.springframework:spring-core:4.3.5.RELEASE
|    \--- org.springframework:spring-test:4.3.5.RELEASE
|         \--- org.springframework:spring-core:4.3.5.RELEASE
\--- com.github.tomakehurst:wiremock:2.12.0
     +--- org.eclipse.jetty:jetty-server:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- javax.servlet:javax.servlet-api:3.1.0
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     +--- org.eclipse.jetty:jetty-servlet:9.2.22.v20170606 -> 9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-security:9.3.14.v20161028
     |         \--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-servlets:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 (*)
     |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 (*)
     +--- org.eclipse.jetty:jetty-webapp:9.2.22.v20170606 -> 9.3.14.v20161028
     |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028
     |    |    \--- org.eclipse.jetty:jetty-util:9.3.14.v20161028
     |    \--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 (*)
     +--- com.google.guava:guava:20.0 -> 23.5-jre (*)
     +--- com.fasterxml.jackson.core:jackson-core:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-annotations:2.8.9 -> 2.8.5
     +--- com.fasterxml.jackson.core:jackson-databind:2.8.9 -> 2.8.3 (*)
     +--- org.apache.httpcomponents:httpclient:4.5.3 -> 4.5.2
     |    +--- org.apache.httpcomponents:httpcore:4.4.4 -> 4.4.5
     |    \--- commons-codec:commons-codec:1.9 -> 1.10
     +--- org.xmlunit:xmlunit-core:2.3.0
     +--- org.xmlunit:xmlunit-legacy:2.3.0
     |    +--- org.xmlunit:xmlunit-core:2.3.0
     |    \--- junit:junit:3.8.1 -> 4.12 (*)
     +--- com.jayway.jsonpath:json-path:2.4.0 -> 2.2.0 (*)
     +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.22
     +--- net.sf.jopt-simple:jopt-simple:5.0.3
     +--- junit:junit:4.12 (*)
     +--- org.apache.commons:commons-lang3:3.6 -> 3.4
     +--- com.flipkart.zjsonpatch:zjsonpatch:0.3.0
     |    +--- com.fasterxml.jackson.core:jackson-databind:2.8.5 -> 2.8.3 (*)
     |    +--- com.fasterxml.jackson.core:jackson-core:2.8.5
     |    +--- com.google.guava:guava:18.0 -> 23.5-jre (*)
     |    \--- org.apache.commons:commons-collections4:4.1
     \--- com.github.jknack:handlebars:4.0.6
          +--- org.apache.commons:commons-lang3:3.1 -> 3.4
          +--- org.antlr:antlr4-runtime:4.5.1-1
          \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.22

(*) - dependencies omitted (listed previously)

BUILD SUCCESSFUL

Total time: 1.932 secs
2:32:13 PM: External task execution finished 'dependencies'.

I don't see any guava versions below 18.

eabr...@applause.com

unread,
Dec 11, 2017, 2:38:14 PM12/11/17
to wiremock-user
I don't see any guava versions below 18.

|    |    |         \--- org.springframework:spring-core:4.3.5.RELEASE</div

Tom Akehurst

unread,
Dec 11, 2017, 2:44:47 PM12/11/17
to wiremock-user
OK, the problem might be that you're using 23.5 and everything is getting pulled up to that. They introduced some breaking changes after 20.0 including dropping Java 7 support, which is why WM hasn't upgraded.

Again, the standalone JAR is probably your best bet.
Reply all
Reply to author
Forward
0 new messages