Unable to compile widget set

Url = libs-snapshot-local
:cleanWidgetset
Attempting to publish build/distributions/project.bin:cleanWidgetset UP-TO-DATE
:compileWidgetset
Updating GWT module description file…
Widgetsets found from classpath:
com.vaadin.DefaultWidgetSet in jar:file:/Users/user/.gradle/caches/modules-2/files-2.1/com.vaadin/vaadin-client/8.2.0/dafbcd5c440afe496509c3ef39618476b54c34d2/vaadin-client-8.2.0.jar!/
Addon styles found from classpath:

Search took 4ms
Done.
Starting GWT compiler
Compiling module com.liljeson.mattias.statistics.web.widgetset.web-statisticsWidgetset
[ERROR]
Unexpected internal compiler error
java.lang.IncompatibleClassChangeError: class com.google.gwt.dev.javac.BytecodeSignatureMaker$CompileDependencyVisitor has interface org.objectweb.asm.ClassVisitor as super class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)

task cleanWidgetset(type: Delete) {
delete webAppDirName+‘/VAADIN/widgetsets’
}

task compileWidgetset(type: JavaExec, dependsOn: cleanWidgetset) {
main = ‘com.vaadin.tools.WidgetsetCompiler’
classpath sourceSets.main.resources.srcDirs
classpath configurations.compile
jvmArgs ‘-Xss1024k’
args ‘-logLevel’
args ‘INFO’
args ‘-war’
args webAppDirName+‘/VAADIN/widgetsets’
args ‘-deploy’
args webAppDirName+‘/WEB-INF/deploy’
args “com.liljeson.mattias.statistics.web.widgetset.web-statisticsWidgetset”
}

Hello,

Take a look at your dependencies. You could have some older asm.jar walking around.

Regards
Sebastien

So I just ran a gradle deps after excluding other asm. But I still get the same error:

[size=4]
[font=Arial]
[color=black]
:dependencies


Root project

apiElements - API elements for main. (n)
No dependencies

archives - Configuration for archive artifacts.
No dependencies

compile - Dependencies for source set ‘main’ (deprecated, use 'implementation ’ instead).
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE (*)
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
-– mysql:mysql-connector-java:5.1.34

compileClasspath - Compile classpath for source set ‘main’.
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE (*)
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
-– mysql:mysql-connector-java:5.1.34

compileOnly - Compile only dependencies for source set ‘main’.
No dependencies

default - Configuration for default artifacts.
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE (*)
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
-– mysql:mysql-connector-java:5.1.34

implementation - Implementation only dependencies for source set ‘main’. (n)
No dependencies

providedCompile - Additional compile classpath for libraries that should not be part of the WAR archive.
No dependencies

providedRuntime - Additional runtime classpath for libraries that should not be part of the WAR archive.
No dependencies

runtime - Runtime dependencies for source set ‘main’ (deprecated, use 'runtimeOnly ’ instead).
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE (*)
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
-– mysql:mysql-connector-java:5.1.34

runtimeClasspath - Runtime classpath of source set ‘main’.
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE (*)
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
-– mysql:mysql-connector-java:5.1.34

runtimeElements - Elements of runtime for main. (n)
No dependencies

runtimeOnly - Runtime only dependencies for source set ‘main’. (n)
No dependencies

testCompile - Dependencies for source set ‘test’ (deprecated, use 'testImplementation ’ instead).
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2 → 2.1
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE ()
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
±-- mysql:mysql-connector-java:5.1.34
-– org.springframework.boot:spring-boot-starter-test: → 1.5.9.RELEASE
±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE
| -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
±-- org.springframework.boot:spring-boot-test-autoconfigure:1.5.9.RELEASE
| ±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE ()
| -– org.springframework.boot:spring-boot-autoconfigure:1.5.9.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.25
±-- junit:junit:4.12 ()
±-- org.assertj:assertj-core:2.6.0
±-- org.mockito:mockito-core:1.10.19
| ±-- org.hamcrest:hamcrest-core:1.1 → 1.3
| -– org.objenesis:objenesis:2.1
±-- org.hamcrest:hamcrest-core:1.3
±-- org.hamcrest:hamcrest-library:1.3
| -– org.hamcrest:hamcrest-core:1.3
±-- org.skyscreamer:jsonassert:1.4.0
| -– com.vaadin.external.google:android-json:0.0.20131108.vaadin1
±-- org.springframework:spring-core:4.3.13.RELEASE (
)
-– org.springframework:spring-test:4.3.13.RELEASE
-– org.springframework:spring-core:4.3.13.RELEASE (*)

testCompileClasspath - Compile classpath for source set ‘test’.
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2 → 2.1
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE ()
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
±-- mysql:mysql-connector-java:5.1.34
-– org.springframework.boot:spring-boot-starter-test: → 1.5.9.RELEASE
±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE
| -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
±-- org.springframework.boot:spring-boot-test-autoconfigure:1.5.9.RELEASE
| ±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE ()
| -– org.springframework.boot:spring-boot-autoconfigure:1.5.9.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.25
±-- junit:junit:4.12 ()
±-- org.assertj:assertj-core:2.6.0
±-- org.mockito:mockito-core:1.10.19
| ±-- org.hamcrest:hamcrest-core:1.1 → 1.3
| -– org.objenesis:objenesis:2.1
±-- org.hamcrest:hamcrest-core:1.3
±-- org.hamcrest:hamcrest-library:1.3
| -– org.hamcrest:hamcrest-core:1.3
±-- org.skyscreamer:jsonassert:1.4.0
| -– com.vaadin.external.google:android-json:0.0.20131108.vaadin1
±-- org.springframework:spring-core:4.3.13.RELEASE (
)
-– org.springframework:spring-test:4.3.13.RELEASE
-– org.springframework:spring-core:4.3.13.RELEASE (*)

testCompileOnly - Compile only dependencies for source set ‘test’.
No dependencies

testImplementation - Implementation only dependencies for source set ‘test’. (n)
No dependencies

testRuntime - Runtime dependencies for source set ‘test’ (deprecated, use 'testRuntimeOnly ’ instead).
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2 → 2.1
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE ()
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
±-- mysql:mysql-connector-java:5.1.34
-– org.springframework.boot:spring-boot-starter-test: → 1.5.9.RELEASE
±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE
| -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
±-- org.springframework.boot:spring-boot-test-autoconfigure:1.5.9.RELEASE
| ±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE ()
| -– org.springframework.boot:spring-boot-autoconfigure:1.5.9.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.25
±-- junit:junit:4.12 ()
±-- org.assertj:assertj-core:2.6.0
±-- org.mockito:mockito-core:1.10.19
| ±-- org.hamcrest:hamcrest-core:1.1 → 1.3
| -– org.objenesis:objenesis:2.1
±-- org.hamcrest:hamcrest-core:1.3
±-- org.hamcrest:hamcrest-library:1.3
| -– org.hamcrest:hamcrest-core:1.3
±-- org.skyscreamer:jsonassert:1.4.0
| -– com.vaadin.external.google:android-json:0.0.20131108.vaadin1
±-- org.springframework:spring-core:4.3.13.RELEASE (
)
-– org.springframework:spring-test:4.3.13.RELEASE
-– org.springframework:spring-core:4.3.13.RELEASE (*)

testRuntimeClasspath - Runtime classpath of source set ‘test’.
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2 → 2.1
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE ()
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
±-- mysql:mysql-connector-java:5.1.34
-– org.springframework.boot:spring-boot-starter-test: → 1.5.9.RELEASE
±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE
| -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
±-- org.springframework.boot:spring-boot-test-autoconfigure:1.5.9.RELEASE
| ±-- org.springframework.boot:spring-boot-test:1.5.9.RELEASE ()
| -– org.springframework.boot:spring-boot-autoconfigure:1.5.9.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.25
±-- junit:junit:4.12 ()
±-- org.assertj:assertj-core:2.6.0
±-- org.mockito:mockito-core:1.10.19
| ±-- org.hamcrest:hamcrest-core:1.1 → 1.3
| -– org.objenesis:objenesis:2.1
±-- org.hamcrest:hamcrest-core:1.3
±-- org.hamcrest:hamcrest-library:1.3
| -– org.hamcrest:hamcrest-core:1.3
±-- org.skyscreamer:jsonassert:1.4.0
| -– com.vaadin.external.google:android-json:0.0.20131108.vaadin1
±-- org.springframework:spring-core:4.3.13.RELEASE (
)
-– org.springframework:spring-test:4.3.13.RELEASE
-– org.springframework:spring-core:4.3.13.RELEASE (*)

testRuntimeOnly - Runtime only dependencies for source set ‘test’. (n)
No dependencies

vaadin-client - Libraries needed for compiling the widgetset.
Download http://jcenter.bintray.com/com/vaadin/vaadin-client/maven-metadata.xml
Download http://plugins.gradle.org/m2/com/vaadin/vaadin-client/maven-metadata.xml
Download https://plugins.gradle.org/m2/com/vaadin/vaadin-client/maven-metadata.xml
Download http://jcenter.bintray.com/com/vaadin/vaadin-client-compiler/maven-metadata.xml
Download http://plugins.gradle.org/m2/com/vaadin/vaadin-client-compiler/maven-metadata.xml
Download https://plugins.gradle.org/m2/com/vaadin/vaadin-client-compiler/maven-metadata.xml
±-- com.vaadin:vaadin-client:8.1.+ → 8.3.0
| ±-- com.vaadin:vaadin-shared:8.3.0
| ±-- com.vaadin:vaadin-server:8.3.0
| | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | ±-- org.w3c.css:sac:1.3
| | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- org.jsoup:jsoup:1.11.2
| | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| -– com.google.gwt:gwt-elemental:2.8.2
| -– com.google.gwt:gwt-user:2.8.2
| ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| ±-- javax.servlet:javax.servlet-api:3.1.0
| -– org.w3c.css:sac:1.3
±-- com.vaadin:vaadin-client-compiler:8.1.+ → 8.1.7
| ±-- com.vaadin:vaadin-client:8.1.7 → 8.3.0 ()
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 (
)
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 ()
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 (
)
-– javax.validation:validation-api:1.0.0.GA → 1.1.0.Final

vaadin-javadoc - Libraries for compiling JavaDoc for a Vaadin project.
Download http://jcenter.bintray.com/com/vaadin/vaadin-push/maven-metadata.xml
Download http://plugins.gradle.org/m2/com/vaadin/vaadin-push/maven-metadata.xml
Download https://plugins.gradle.org/m2/com/vaadin/vaadin-push/maven-metadata.xml
±-- javax.portlet:portlet-api:2.0
±-- javax.servlet:javax.servlet-api:3.1.0
±-- com.vaadin:vaadin-client-compiler:8.1.+ → 8.1.7
| ±-- com.vaadin:vaadin-client:8.1.7 → 8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0
| | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | ±-- org.w3c.css:sac:1.3
| | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | ±-- org.jsoup:jsoup:1.11.2
| | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 (*)
-– com.vaadin:vaadin-push:8.1.+ → 8.1.7
-– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
-– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1

vaadin-push - Libraries needed for using Vaadin Push features.
No dependencies

vaadin-run-server - Libraries for running the embedded server
No dependencies

vaadin-server - Libraries needed by Vaadin server side applications.
Download http://jcenter.bintray.com/com/vaadin/vaadin-server/maven-metadata.xml
Download http://plugins.gradle.org/m2/com/vaadin/vaadin-server/maven-metadata.xml
Download https://plugins.gradle.org/m2/com/vaadin/vaadin-server/maven-metadata.xml
Download http://jcenter.bintray.com/com/vaadin/vaadin-themes/maven-metadata.xml
Download http://plugins.gradle.org/m2/com/vaadin/vaadin-themes/maven-metadata.xml
Download https://plugins.gradle.org/m2/com/vaadin/vaadin-themes/maven-metadata.xml
±-- com.vaadin:vaadin-server:8.1.+ → 8.1.7
| ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | ±-- org.w3c.css:sac:1.3
| | -– com.vaadin.external.flute:flute:1.3.0.gg2
| ±-- com.vaadin:vaadin-shared:8.1.7 → 8.3.0
| ±-- org.jsoup:jsoup:1.8.3
| -– com.vaadin.external:gentyref:1.2.0.vaadin1
±-- com.vaadin:vaadin-themes:8.1.+ → 8.1.7
-– javax.servlet:javax.servlet-api:3.1.0

vaadin-spring-boot - Libraries needed when running with Spring Boot
±-- com.vaadin:vaadin-spring-boot-starter: → 3.0.0
| ±-- com.vaadin:vaadin-spring-boot:3.0.0
| | ±-- com.vaadin:vaadin-spring:3.0.0
| | | ±-- org.springframework:spring-web:4.3.9.RELEASE → 4.3.13.RELEASE
| | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE
| | | | | | -– org.springframework:spring-core:4.3.13.RELEASE
| | | | | | -– commons-logging:commons-logging:1.2
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | ±-- org.springframework:spring-context:4.3.13.RELEASE
| | | | | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | | | | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | | | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | | | -– org.springframework:spring-expression:4.3.13.RELEASE
| | | | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | | | -– org.springframework:spring-core:4.3.13.RELEASE ()
| | | ±-- com.vaadin:vaadin-server:8.2.0 → 8.3.0
| | | | ±-- com.vaadin:vaadin-sass-compiler:0.9.13
| | | | | ±-- org.w3c.css:sac:1.3
| | | | | -– com.vaadin.external.flute:flute:1.3.0.gg2
| | | | ±-- com.vaadin:vaadin-shared:8.3.0
| | | | ±-- org.jsoup:jsoup:1.11.2
| | | | -– com.vaadin.external:gentyref:1.2.0.vaadin1
| | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | ±-- org.springframework.boot:spring-boot:1.4.7.RELEASE → 1.5.9.RELEASE
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework.boot:spring-boot-autoconfigure:1.4.7.RELEASE → 1.5.9.RELEASE
| | | -– org.springframework.boot:spring-boot:1.5.9.RELEASE (
)
| | -– org.springframework:spring-webmvc:4.3.9.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-aop:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:4.3.13.RELEASE ()
| | -– org.springframework:spring-web:4.3.13.RELEASE (
)
| ±-- org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE → 1.5.9.RELEASE
| | ±-- org.springframework.boot:spring-boot-starter:1.5.9.RELEASE
| | | ±-- org.springframework.boot:spring-boot:1.5.9.RELEASE ()
| | | ±-- org.springframework.boot:spring-boot-autoconfigure:1.5.9.RELEASE (
)
| | | ±-- org.springframework.boot:spring-boot-starter-logging:1.5.9.RELEASE
| | | | ±-- ch.qos.logback:logback-classic:1.1.11
| | | | | ±-- ch.qos.logback:logback-core:1.1.11
| | | | | -– org.slf4j:slf4j-api:1.7.22 → 1.7.25
| | | | ±-- org.slf4j:jul-to-slf4j:1.7.25
| | | | | -– org.slf4j:slf4j-api:1.7.25
| | | | -– org.slf4j:log4j-over-slf4j:1.7.25
| | | | -– org.slf4j:slf4j-api:1.7.25
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE ()
| | | -– org.yaml:snakeyaml:1.17
| | ±-- org.springframework.boot:spring-boot-starter-tomcat:1.5.9.RELEASE
| | | ±-- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
| | | | -– org.apache.tomcat:tomcat-annotations-api:8.5.23
| | | ±-- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
| | | -– org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (
)
| | ±-- org.hibernate:hibernate-validator:5.3.6.Final
| | | ±-- javax.validation:validation-api:1.1.0.Final
| | | ±-- org.jboss.logging:jboss-logging:3.3.0.Final → 3.3.1.Final
| | | -– com.fasterxml:classmate:1.3.1 → 1.3.4
| | ±-- com.fasterxml.jackson.core:jackson-databind:2.8.10
| | | ±-- com.fasterxml.jackson.core:jackson-annotations:2.8.0
| | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | ±-- org.springframework:spring-web:4.3.13.RELEASE ()
| | -– org.springframework:spring-webmvc:4.3.13.RELEASE (
)
| ±-- com.vaadin:vaadin-themes:8.2.0 → 8.3.0
| -– com.vaadin:vaadin-client-compiled:8.2.0 → 8.3.0
±-- org.springframework.boot:spring-boot-starter-web: → 1.5.9.RELEASE ()
±-- com.vaadin:vaadin-push:8.3.0
| -– com.vaadin.external.atmosphere:atmosphere-runtime:2.4.11.vaadin2
| -– com.vaadin.external.slf4j:vaadin-slf4j-jdk14:1.6.1
±-- com.vaadin:vaadin-themes:8.3.0
±-- com.vaadin:vaadin-client-compiler:8.3.0
| ±-- com.vaadin:vaadin-client:8.3.0
| | ±-- com.vaadin:vaadin-shared:8.3.0
| | ±-- com.vaadin:vaadin-server:8.3.0 (
)
| | -– com.google.gwt:gwt-elemental:2.8.2
| | -– com.google.gwt:gwt-user:2.8.2
| | ±-- com.google.jsinterop:jsinterop-annotations:1.0.2
| | ±-- javax.validation:validation-api:1.0.0.GA → 1.1.0.Final
| | ±-- javax.servlet:javax.servlet-api:3.1.0
| | -– org.w3c.css:sac:1.3
| ±-- com.google.gwt:gwt-dev:2.8.2
| | ±-- com.google.code.findbugs:jsr305:1.3.9
| | ±-- com.google.code.gson:gson:2.6.2 → 2.8.2
| | ±-- org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-util:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3
| | | -– org.ow2.asm:asm:5.0.3
| | ±-- org.ow2.asm:asm-commons:5.0.3
| | | -– org.ow2.asm:asm-tree:5.0.3 ()
| | ±-- colt:colt:1.2.0
| | ±-- ant:ant:1.6.5
| | ±-- commons-collections:commons-collections:3.2.2
| | ±-- commons-io:commons-io:2.4
| | ±-- com.ibm.icu:icu4j:50.1.1
| | ±-- tapestry:tapestry:4.0.2
| | -– net.sourceforge.htmlunit:htmlunit:2.19 → 2.21
| | ±-- xalan:xalan:2.7.2
| | | -– xalan:serializer:2.7.2
| | ±-- org.apache.commons:commons-lang3:3.4
| | ±-- org.apache.httpcomponents:httpclient:4.5.2 → 4.5.3
| | | ±-- commons-logging:commons-logging:1.2
| | | -– commons-codec:commons-codec:1.9 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.5.2 → 4.5.3
| | | -– org.apache.httpcomponents:httpclient:4.5.3 (
)
| | ±-- commons-codec:commons-codec:1.10
| | ±-- net.sourceforge.htmlunit:htmlunit-core-js:2.17
| | ±-- net.sourceforge.htmlunit:neko-htmlunit:2.21
| | | -– xerces:xercesImpl:2.11.0
| | | -– xml-apis:xml-apis:1.4.01
| | ±-- net.sourceforge.cssparser:cssparser:0.9.18
| | | -– org.w3c.css:sac:1.3
| | ±-- commons-io:commons-io:2.4
| | -– commons-logging:commons-logging:1.2
| -– com.vaadin:vaadin-sass-compiler:0.9.13 ()
±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-deferred:1.3.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | | -– ch.qos.logback:logback-classic:1.1.7 → 1.1.11 (
)
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.stumbleupon:async:1.4.1
| ±-- com.celertech:celertech-datetime:1.8.0
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.jdom:jdom:2.0.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | -– commons-logging:commons-logging:1.1.1 → 1.2
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-search:1.4.0
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | -– org.elasticsearch:elasticsearch:2.4.0 → 2.4.6
| | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-backward-codecs:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-queries:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-memory:5.5.4
| | | | -– org.apache.lucene:lucene-core:5.5.4
| | | ±-- org.apache.lucene:lucene-highlighter:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-join:5.5.4
| | | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | | -– org.apache.lucene:lucene-grouping:5.5.4
| | | | ±-- org.apache.lucene:lucene-memory:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-queries:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-queryparser:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | -– org.apache.lucene:lucene-sandbox:5.5.4
| | | ±-- org.apache.lucene:lucene-suggest:5.5.4
| | | | ±-- org.apache.lucene:lucene-analyzers-common:5.5.4 ()
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | -– org.apache.lucene:lucene-queries:5.5.4 (
)
| | | ±-- org.apache.lucene:lucene-join:5.5.4 ()
| | | ±-- org.apache.lucene:lucene-spatial:5.5.4
| | | | ±-- org.apache.lucene:lucene-core:5.5.4
| | | | ±-- org.apache.lucene:lucene-misc:5.5.4
| | | | ±-- org.apache.lucene:lucene-queries:5.5.4 (
)
| | | | ±-- org.apache.lucene:lucene-spatial3d:5.5.4
| | | | -– com.spatial4j:spatial4j:0.5
| | | ±-- com.google.guava:guava:18.0 → 19.0
| | | ±-- org.elasticsearch:securesm:1.0
| | | ±-- com.carrotsearch:hppc:0.7.1
| | | ±-- joda-time:joda-time:2.9.5 → 2.9.9
| | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.1 → 2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.1 → 2.8.10
| | | | ±-- com.fasterxml.jackson.core:jackson-core:2.8.10
| | | | -– org.yaml:snakeyaml:1.17
| | | ±-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.8.1 → 2.8.10
| | | | -– com.fasterxml.jackson.core:jackson-core:2.8.10
| | | ±-- org.yaml:snakeyaml:1.15 → 1.17
| | | ±-- io.netty:netty:3.10.6.Final
| | | ±-- com.ning:compress-lzf:1.0.2
| | | ±-- com.tdunning:t-digest:3.0
| | | ±-- org.hdrhistogram:HdrHistogram:2.1.6
| | | ±-- commons-cli:commons-cli:1.3.1
| | | -– com.twitter:jsr166e:1.1.0
| | -– com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | ±-- com.celertech:celertech-tracer:0.3.0
| | | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT (
)
| | | -– com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- io.netty:netty-transport:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final
| | | | -– io.netty:netty-common:4.1.5.Final
| | | -– io.netty:netty-resolver:4.1.5.Final
| | | -– io.netty:netty-common:4.1.5.Final
| | ±-- io.netty:netty-handler:4.1.5.Final
| | | ±-- io.netty:netty-buffer:4.1.5.Final (
)
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | -– io.netty:netty-codec:4.1.5.Final
| | | -– io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-codec:4.1.5.Final ()
| | ±-- io.netty:netty-codec-http:4.1.5.Final
| | | -– io.netty:netty-codec:4.1.5.Final (
)
| | ±-- io.netty:netty-handler-proxy:4.1.5.Final
| | | ±-- io.netty:netty-transport:4.1.5.Final ()
| | | ±-- io.netty:netty-codec-socks:4.1.5.Final
| | | | -– io.netty:netty-codec:4.1.5.Final (
)
| | | -– io.netty:netty-codec-http:4.1.5.Final ()
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-lang:commons-lang:2.6
| | ±-- commons-io:commons-io:2.4
| | -– com.google.guava:guava:19.0
| ±-- com.celertech:celertech-analytics-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- protobuf:protobuf-codec-core:1.2
| | ±-- protobuf:protobuf-codec-text:1.2
| | ±-- protobuf:protobuf-codec-xml:1.2
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.googlecode.json-simple:json-simple:1.1.1
| | | -– junit:junit:4.10 → 4.12
| | | -– org.hamcrest:hamcrest-core:1.3
| | ±-- com.google.code.gson:gson:2.3.1 → 2.8.2
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– org.apache.kafka:kafka_2.10:0.10.1.0
| | ±-- org.apache.kafka:kafka-clients:0.10.1.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.25
| | ±-- net.sf.jopt-simple:jopt-simple:4.9
| | ±-- com.yammer.metrics:metrics-core:2.2.0
| | | -– org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- org.scala-lang:scala-library:2.10.6
| | -– com.101tec:zkclient:0.9
| | ±-- org.slf4j:slf4j-api:1.6.1 → 1.7.25
| | -– log4j:log4j:1.2.15
| | -– javax.mail:mail:1.4 → 1.4.1
| | -– javax.activation:activation:1.1
| ±-- com.celertech:celertech-baseserver-engine:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- commons-logging:commons-logging:1.1.1 → 1.2
| | ±-- com.lmax:disruptor:3.3.6
| | -– cglib:cglib-nodep:2.2
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT
| | -– com.eaio.uuid:uuid:3.2
| ±-- com.celertech:celertech-distributor:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | ±-- com.celertech:celertech-common:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-lang:1.2.0
| | ±-- com.celertech:celertech-monitoring:1.1.0
| | | ±-- com.celertech:celertech-lang:1.2.0
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5
| | | | -– org.slf4j:slf4j-api:1.7.7 → 1.7.25
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-appconfig:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.google.guava:guava:19.0
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-jdbc:3.2.6.RELEASE → 4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | ±-- org.springframework:spring-core:4.3.13.RELEASE (
)
| | | -– org.springframework:spring-tx:4.3.13.RELEASE
| | | ±-- org.springframework:spring-beans:4.3.13.RELEASE ()
| | | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- io.netty:netty-transport:4.1.5.Final (
)
| | ±-- io.netty:netty-handler:4.1.5.Final ()
| | ±-- io.netty:netty-codec:4.1.5.Final (
)
| | ±-- com.lmax:disruptor:3.3.6
| | ±-- javax.inject:javax.inject:1
| | ±-- commons-lang:commons-lang:2.6
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | ±-- org.jolokia:jolokia-jvm:1.2.2 → 1.3.7
| | | ±-- org.jolokia:jolokia-core:1.3.7
| | | | -– com.googlecode.json-simple:json-simple:1.1.1 ()
| | | -– com.googlecode.json-simple:json-simple:1.1.1 (
)
| | ±-- org.apache.commons:commons-dbcp2:2.1 → 2.1.1
| | | ±-- org.apache.commons:commons-pool2:2.4.2 → 2.4.3
| | | -– commons-logging:commons-logging:1.2
| | -– io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 ()
| ±-- com.celertech:celertech-datetime:1.8.0 (
)
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-spring:1.1.0
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- com.celertech:celertech-finance:1.10.0
| | ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| | ±-- com.celertech:celertech-lang:1.0.0 → 1.2.0
| | -– joda-time:joda-time:2.3 → 2.9.9
| ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| ±-- com.celertech:celertech-search:1.4.0 (
)
| ±-- com.celertech:celertech-tracer:0.3.0 ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-tx:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context-support:3.2.6.RELEASE → 4.3.13.RELEASE
| | ±-- org.springframework:spring-beans:4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:4.3.13.RELEASE ()
| | -– org.springframework:spring-core:4.3.13.RELEASE (
)
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | -– org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework.security:spring-security-config:3.2.0.RELEASE
| | ±-- aopalliance:aopalliance:1.0
| | ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| | ±-- org.springframework:spring-aop:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| | ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE ()
| | -– org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.objenesis:objenesis:1.2
| ±-- commons-lang:commons-lang:2.6
| ±-- org.javassist:javassist:3.16.1-GA → 3.21.0-GA
| ±-- com.thoughtworks.xstream:xstream:1.4.7
| | ±-- xmlpull:xmlpull:1.1.3.1
| | -– xpp3:xpp3_min:1.1.4c
| ±-- com.google.guava:guava:19.0
| ±-- com.google.protobuf:protobuf-java:2.5.0
| ±-- org.quartz-scheduler:quartz:2.1.6
| | ±-- c3p0:c3p0:0.9.1.1
| | -– org.slf4j:slf4j-api:1.6.1 → 1.7.25
| ±-- commons-net:commons-net:3.3-SNAP
| ±-- javax.inject:javax.inject:1
| ±-- org.jolokia:jolokia-jvm:1.3.7 ()
| ±-- io.dropwizard.metrics:metrics-core:3.1.0 → 3.1.5 (
)
| ±-- org.elasticsearch:elasticsearch:2.4.0 → 2.4.6 ()
| ±-- com.google.code.gson:gson:2.5 → 2.8.2
| ±-- org.javers:javers-core:1.4.0
| | ±-- org.picocontainer:picocontainer:2.14.3
| | ±-- org.slf4j:slf4j-api:1.7.2 → 1.7.25
| | ±-- joda-time:joda-time:2.3 → 2.9.9
| | -– com.google.code.gson:gson:2.5 → 2.8.2
| ±-- javax.mail:mail:1.4.1 (
)
| -– velocity:velocity:1.5
| ±-- commons-collections:commons-collections:3.1 → 3.2.2
| ±-- commons-lang:commons-lang:2.1 → 2.6
| -– oro:oro:2.0.8
±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
±-- com.celertech:celertech-web-framework:DEVELOP-HEAD-SNAPSHOT
| ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT (
)
| ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.google.protobuf:protobuf-java:2.5.0
| | -– com.celertech:celertech-deferred:1.3.0 ()
| ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-finance:1.10.0 ()
| | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | -– com.google.protobuf:protobuf-java:2.5.0
| ±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT
| | ±-- com.celertech:celertech-baseserver:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-baseserver-communication:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-staticdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | ±-- com.celertech:celertech-search:1.4.0 (
)
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | ±-- com.celertech:celertech-permission:1.6.0
| | | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT (
)
| | | | ±-- com.celertech:celertech-lang:1.2.0
| | | | ±-- com.celertech:celertech-deferred:1.3.0 ()
| | | | ±-- com.celertech:celertech-datetime:1.8.0 (
)
| | | | -– com.google.code.gson:gson:1.7.2 → 2.8.2
| | | ±-- com.celertech:celertech-logger:1.1.0-SNAPSHOT ()
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | ±-- net.objectlab.kit:datecalc-joda:1.4.0
| | | | ±-- net.objectlab.kit:datecalc-common:1.4.0
| | | | -– joda-time:joda-time:1.6 → 2.9.9
| | | -– com.google.guava:guava:19.0
| | ±-- com.celertech:celertech-orderrouting-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-risk-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketdata-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.celertech:celertech-idgen:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketmerchant-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | -– com.celertech:celertech-deferred:1.3.0 ()
| | ±-- com.celertech:celertech-marketwarehouse-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT (
)
| | | ±-- com.google.protobuf:protobuf-java:2.5.0
| | | ±-- com.celertech:celertech-finance:1.10.0 ()
| | | -– com.celertech:celertech-deferred:1.3.0 (
)
| | ±-- com.celertech:celertech-piggybank-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-positionmanager-api:DEVELOP-HEAD-SNAPSHOT (
)
| | ±-- com.celertech:celertech-clearing-api:DEVELOP-HEAD-SNAPSHOT
| | | ±-- com.celertech:celertech-baseserver-api:DEVELOP-HEAD-SNAPSHOT ()
| | | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | | -– com.google.protobuf:protobuf-java:2.5.0
| | ±-- com.celertech:celertech-preference-api:DEVELOP-HEAD-SNAPSHOT ()
| | ±-- com.celertech:celertech-finance:1.10.0 (
)
| | ±-- com.google.gwt:gwt-user:2.8.1 → 2.8.2 ()
| | -– com.google.gwt:gwt-servlet:2.8.1
| ±-- com.celertech:celertech-permission:1.6.0 (
)
| ±-- com.celertech:celertech-finance:1.10.0 ()
| ±-- com.celertech:celertech-lang:1.2.0
| ±-- com.celertech:celertech-monitoring:1.1.0 (
)
| ±-- org.springframework:spring-web:4.0.6.RELEASE → 4.3.13.RELEASE ()
| ±-- com.github.jdramaix:gwtchosen:1.2.0
| | -– com.google.gwt:gwt-user:2.5.0 → 2.8.2 (
)
| ±-- org.slf4j:slf4j-api:1.7.1 → 1.7.25
| ±-- com.google.gwt:gwt-dev:2.8.1 → 2.8.2 ()
| ±-- org.jolokia:jolokia-client-java:1.2.2
| | ±-- com.googlecode.json-simple:json-simple:1.1.1 (
)
| | -– org.apache.httpcomponents:httpclient-osgi:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | ±-- commons-codec:commons-codec:1.6 → 1.10
| | ±-- org.apache.httpcomponents:httpmime:4.3.3 → 4.5.3 (
)
| | ±-- org.apache.httpcomponents:httpclient-cache:4.3.3
| | | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 ()
| | | -– commons-logging:commons-logging:1.1.3 → 1.2
| | -– org.apache.httpcomponents:fluent-hc:4.3.3
| | ±-- org.apache.httpcomponents:httpclient:4.3.3 → 4.5.3 (
)
| | -– commons-logging:commons-logging:1.1.3 → 1.2
| -– org.apache.poi:poi:3.9
| -– commons-codec:commons-codec:1.5 → 1.10
±-- com.celertech:celertech-web-framework-mapping:DEVELOP-HEAD-SNAPSHOT ()
±-- org.springframework.security:spring-security-web:3.2.0.RELEASE
| ±-- aopalliance:aopalliance:1.0
| ±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
| ±-- org.springframework:spring-beans:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-context:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| ±-- org.springframework:spring-core:3.2.6.RELEASE → 4.3.13.RELEASE ()
| ±-- org.springframework:spring-expression:3.2.6.RELEASE → 4.3.13.RELEASE (
)
| -– org.springframework:spring-web:3.2.6.RELEASE → 4.3.13.RELEASE ()
±-- org.springframework.security:spring-security-core:3.2.0.RELEASE (
)
±-- org.springframework.security:spring-security-config:3.2.0.RELEASE ()
±-- commons-dbcp:commons-dbcp:1.4
| -– commons-pool:commons-pool:1.5.4 → 1.6
±-- mysql:mysql-connector-java:5.1.34
-– com.vaadin:vaadin-spring-boot-starter:2.+ → 3.0.0 (
)

vaadin-testbench - Libraries needed by Vaadin Testbench.
No dependencies

vaadin-theme-compiler - Libraries needed for SASS theme compilation
-– com.vaadin:vaadin-sass-compiler:+ → 0.9.13
±-- org.w3c.css:sac:1.3
±-- com.vaadin.external.flute:flute:1.3.0.gg2
-– com.yahoo.platform.yui:yuicompressor:2.4.8
-– rhino:js:1.7R2

vaadinCompile - Extra libraries to be added to the widgetset compile classpath
No dependencies

(*) - dependencies omitted (listed previously)
[/color]
[/font]
[/size]

So looks like ASM is from vaadin.

So removing this

id 'com.devsoap.plugin.vaadin' version '1.3.0'

I can run a clean build fine