- BOMASML-PAX2G8W:roster-service vshansu$ ./gradlew dependencies
- > Task :dependencies
- ------------------------------------------------------------
- Root project
- ------------------------------------------------------------
- annotationProcessor - Annotation processors and their dependencies for source set 'main'.
- No dependencies
- apiElements - API elements for main. (n)
- No dependencies
- archives - Configuration for archive artifacts.
- No dependencies
- bootArchives - Configuration for Spring Boot archive artifacts.
- No dependencies
- checkstyle - The Checkstyle libraries to be used for this project.
- \--- com.puppycrawl.tools:checkstyle:6.0
- +--- antlr:antlr:2.7.7
- +--- org.antlr:antlr4-runtime:4.3
- | +--- org.abego.treelayout:org.abego.treelayout.core:1.0.1
- | \--- org.antlr:antlr4-annotations:4.3
- +--- commons-beanutils:commons-beanutils-core:1.8.3
- +--- commons-cli:commons-cli:1.2
- \--- com.google.guava:guava:18.0
- compile - Dependencies for source set 'main' (deprecated, use 'implementation ' instead).
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- \--- org.apache.httpcomponents:httpcore:4.4.6
- compileClasspath - Compile classpath for source set 'main'.
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- \--- org.apache.httpcomponents:httpcore:4.4.6
- compileOnly - Compile only dependencies for source set 'main'.
- No dependencies
- default - Configuration for default artifacts.
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- \--- org.apache.httpcomponents:httpcore:4.4.6
- findbugs - The FindBugs libraries to be used for this project.
- \--- com.google.code.findbugs:findbugs:3.0.1
- +--- net.jcip:jcip-annotations:1.0
- +--- com.google.code.findbugs:jsr305:2.0.1
- +--- com.google.code.findbugs:bcel-findbugs:6.0
- +--- com.google.code.findbugs:jFormatString:2.0.1
- +--- dom4j:dom4j:1.6.1
- | \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
- +--- org.ow2.asm:asm-debug-all:5.0.2
- +--- org.ow2.asm:asm-commons:5.0.2
- | \--- org.ow2.asm:asm-tree:5.0.2
- | \--- org.ow2.asm:asm:5.0.2
- +--- commons-lang:commons-lang:2.6
- +--- com.apple:AppleJavaExtensions:1.4
- \--- jaxen:jaxen:1.1.6
- findbugsPlugins - The FindBugs plugins to be used for this project.
- No dependencies
- implementation - Implementation only dependencies for source set 'main'. (n)
- No dependencies
- jacocoAgent - The Jacoco agent to use to get coverage data.
- \--- org.jacoco:org.jacoco.agent:0.8.0
- jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
- \--- org.jacoco:org.jacoco.ant:0.8.0
- +--- org.jacoco:org.jacoco.core:0.8.0
- | +--- org.ow2.asm:asm:6.0
- | +--- org.ow2.asm:asm-commons:6.0
- | | \--- org.ow2.asm:asm-tree:6.0
- | | \--- org.ow2.asm:asm:6.0
- | +--- org.ow2.asm:asm-tree:6.0 (*)
- | +--- org.ow2.asm:asm-analysis:6.0
- | | \--- org.ow2.asm:asm-tree:6.0 (*)
- | \--- org.ow2.asm:asm-util:6.0
- | \--- org.ow2.asm:asm-tree:6.0 (*)
- +--- org.jacoco:org.jacoco.report:0.8.0
- | \--- org.jacoco:org.jacoco.core:0.8.0 (*)
- \--- org.jacoco:org.jacoco.agent:0.8.0
- 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).
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- \--- org.apache.httpcomponents:httpcore:4.4.6
- runtimeClasspath - Runtime classpath of source set 'main'.
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- \--- org.apache.httpcomponents:httpcore:4.4.6
- runtimeElements - Elements of runtime for main. (n)
- No dependencies
- runtimeOnly - Runtime only dependencies for source set 'main'. (n)
- No dependencies
- testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
- No dependencies
- testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation ' instead).
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- +--- org.apache.httpcomponents:httpcore:4.4.6
- +--- org.hamcrest:hamcrest-all:1.3
- +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
- | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
- | | \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | +--- com.jayway.jsonpath:json-path:2.4.0 (*)
- | +--- junit:junit:4.12 (*)
- | +--- org.assertj:assertj-core:3.9.1
- | +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
- | | +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
- | | +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
- | | \--- org.objenesis:objenesis:2.5
- | +--- org.hamcrest:hamcrest-core:1.3
- | +--- org.hamcrest:hamcrest-library:1.3
- | | \--- org.hamcrest:hamcrest-core:1.3
- | +--- org.skyscreamer:jsonassert:1.5.0
- | | \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-test:5.0.5.RELEASE
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.xmlunit:xmlunit-core:2.5.1
- +--- org.mockito:mockito-core:2.8.9 (*)
- +--- org.mockito:mockito-all:1.10.19
- \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
- +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- testCompileClasspath - Compile classpath for source set 'test'.
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- +--- org.apache.httpcomponents:httpcore:4.4.6
- +--- org.hamcrest:hamcrest-all:1.3
- +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
- | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
- | | \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | +--- com.jayway.jsonpath:json-path:2.4.0 (*)
- | +--- junit:junit:4.12 (*)
- | +--- org.assertj:assertj-core:3.9.1
- | +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
- | | +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
- | | +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
- | | \--- org.objenesis:objenesis:2.5
- | +--- org.hamcrest:hamcrest-core:1.3
- | +--- org.hamcrest:hamcrest-library:1.3
- | | \--- org.hamcrest:hamcrest-core:1.3
- | +--- org.skyscreamer:jsonassert:1.5.0
- | | \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-test:5.0.5.RELEASE
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.xmlunit:xmlunit-core:2.5.1
- +--- org.mockito:mockito-core:2.8.9 (*)
- +--- org.mockito:mockito-all:1.10.19
- \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
- +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.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).
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- +--- org.apache.httpcomponents:httpcore:4.4.6
- +--- org.hamcrest:hamcrest-all:1.3
- +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
- | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
- | | \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | +--- com.jayway.jsonpath:json-path:2.4.0 (*)
- | +--- junit:junit:4.12 (*)
- | +--- org.assertj:assertj-core:3.9.1
- | +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
- | | +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
- | | +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
- | | \--- org.objenesis:objenesis:2.5
- | +--- org.hamcrest:hamcrest-core:1.3
- | +--- org.hamcrest:hamcrest-library:1.3
- | | \--- org.hamcrest:hamcrest-core:1.3
- | +--- org.skyscreamer:jsonassert:1.5.0
- | | \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-test:5.0.5.RELEASE
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.xmlunit:xmlunit-core:2.5.1
- +--- org.mockito:mockito-core:2.8.9 (*)
- +--- org.mockito:mockito-all:1.10.19
- \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
- +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- testRuntimeClasspath - Runtime classpath of source set 'test'.
- +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
- | \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
- | \--- org.reactivestreams:reactive-streams:1.0.2
- +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE
- | | | | \--- org.springframework:spring-jcl:5.0.5.RELEASE
- | | | \--- org.springframework:spring-context:5.0.5.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
- | | | +--- ch.qos.logback:logback-classic:1.2.3
- | | | | +--- ch.qos.logback:logback-core:1.2.3
- | | | | \--- org.slf4j:slf4j-api:1.7.25
- | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
- | | | | +--- org.slf4j:slf4j-api:1.7.25
- | | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.slf4j:jul-to-slf4j:1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.25
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.yaml:snakeyaml:1.19
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | | +--- org.springframework:spring-web:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
- | | +--- com.fasterxml.jackson.core:jackson-core:2.9.5
- | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
- | | +--- javax.annotation:javax.annotation-api:1.3.2
- | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
- | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
- | | +--- javax.validation:validation-api:2.0.1.Final
- | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
- | | \--- com.fasterxml:classmate:1.3.4
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-webmvc:5.0.5.RELEASE
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
- | | \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
- | | +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
- | | | \--- io.netty:netty-codec:4.1.23.Final
- | | | \--- io.netty:netty-transport:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final
- | | | | \--- io.netty:netty-common:4.1.23.Final
- | | | \--- io.netty:netty-resolver:4.1.23.Final
- | | | \--- io.netty:netty-common:4.1.23.Final
- | | +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-transport:4.1.23.Final (*)
- | | | +--- io.netty:netty-codec-socks:4.1.23.Final
- | | | | \--- io.netty:netty-codec:4.1.23.Final (*)
- | | | \--- io.netty:netty-codec-http:4.1.23.Final (*)
- | | +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
- | | | +--- io.netty:netty-common:4.1.23.Final
- | | | +--- io.netty:netty-buffer:4.1.23.Final (*)
- | | | +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
- | | | | +--- io.netty:netty-common:4.1.23.Final
- | | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | | \--- io.netty:netty-transport:4.1.23.Final (*)
- | | \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
- | +--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webflux:5.0.5.RELEASE
- | | +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- | \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
- | +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- | \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
- | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
- +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
- | | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
- | \--- org.springframework:spring-web:5.0.5.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
- +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
- | | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
- | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
- | \--- io.micrometer:micrometer-core:1.0.3
- | +--- org.hdrhistogram:HdrHistogram:2.1.10
- | \--- org.latencyutils:LatencyUtils:2.0.3
- +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
- | +--- com.nimbusds:oauth2-oidc-sdk:5.57
- | | +--- javax.mail:mail:1.4.7
- | | | \--- javax.activation:activation:1.1
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
- | | | \--- net.minidev:accessors-smart:1.2
- | | | \--- org.ow2.asm:asm:5.0.4 -> 5.1
- | | +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
- | | \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
- | | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
- | | \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
- | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
- | | +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
- | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
- | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
- | +--- commons-codec:commons-codec:1.9 -> 1.11
- | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
- +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
- | +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
- | +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
- | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
- | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
- | | +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
- | | +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
- | | +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
- | | | \--- org.bouncycastle:bcpkix-jdk15on:1.56
- | | | \--- org.bouncycastle:bcprov-jdk15on:1.56
- | | \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- | +--- org.apache.commons:commons-lang3:3.7 -> 3.5
- | +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
- | | +--- net.minidev:json-smart:2.3 (*)
- | | \--- org.slf4j:slf4j-api:1.7.25
- | \--- org.projectlombok:lombok:1.16.20
- +--- com.pearson.roster.common:common-roster-service:1.0.4
- | +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
- | +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
- | | +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-tx:5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
- | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-context:5.0.5.RELEASE (*)
- | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
- | | +--- net.java.dev.rome:rome-fetcher:1.0.0
- | | | +--- jdom:jdom:1.0
- | | | +--- net.java.dev.rome:rome:1.0.0
- | | | | \--- jdom:jdom:1.0
- | | | +--- commons-httpclient:commons-httpclient:3.0.1
- | | | | +--- junit:junit:3.8.1 -> 4.12
- | | | | | \--- org.hamcrest:hamcrest-core:1.3
- | | | | \--- commons-codec:commons-codec:1.2 -> 1.11
- | | | \--- commons-logging:commons-logging-api:1.0.4
- | | +--- cglib:cglib:2.2
- | | | \--- asm:asm:3.1
- | | +--- joda-time:joda-time:2.1 -> 2.9.9
- | | +--- commons-dbcp:commons-dbcp:1.2.2
- | | | \--- commons-pool:commons-pool:1.3 -> 1.6
- | | \--- commons-lang:commons-lang:2.5 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
- | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
- | | | \--- javax.xml.soap:saaj-api:1.3
- | | | \--- activation:activation:1.0.2
- | | | \--- javax.activation:activation:1.0.2 -> 1.1
- | | +--- com.thoughtworks.xstream:xstream:1.3.1
- | | | \--- xpp3:xpp3_min:1.1.4c
- | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
- | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | +--- javax.annotation:jsr250-api:1.0
- | | | +--- com.sun.xml.ws:jaxws-rt:2.1.7
- | | | | +--- javax.xml.ws:jaxws-api:2.1
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.bind:jaxb-impl:2.1.11
- | | | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | | | +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
- | | | | +--- com.sun.xml.stream.buffer:streambuffer:0.9
- | | | | | +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
- | | | | | | \--- javax.activation:activation:1.1
- | | | | | \--- javax.activation:activation:1.1
- | | | | +--- org.codehaus.woodstox:wstx-asl:3.2.3
- | | | | | \--- stax:stax-api:1.0.1
- | | | | +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
- | | | | +--- com.sun.org.apache.xml.internal:resolver:20050927
- | | | | \--- org.jvnet:mimepull:1.3
- | | | \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
- | | | +--- commons-io:commons-io:2.5
- | | | +--- org.apache.commons:commons-math3:3.4.1
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
- | | | | +--- org.apache.httpcomponents:httpcore:4.4.6
- | | | | +--- commons-logging:commons-logging:1.2
- | | | | \--- commons-codec:commons-codec:1.9 -> 1.11
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.noggit:noggit:0.6
- | | | \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-common:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
- | | | +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
- | | | +--- org.apache.lucene:lucene-backward-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-classification:6.6.3
- | | | +--- org.apache.lucene:lucene-codecs:6.6.3
- | | | +--- org.apache.lucene:lucene-core:6.6.3
- | | | +--- org.apache.lucene:lucene-expressions:6.6.3
- | | | +--- org.apache.lucene:lucene-grouping:6.6.3
- | | | +--- org.apache.lucene:lucene-highlighter:6.6.3
- | | | +--- org.apache.lucene:lucene-join:6.6.3
- | | | +--- org.apache.lucene:lucene-memory:6.6.3
- | | | +--- org.apache.lucene:lucene-misc:6.6.3
- | | | +--- org.apache.lucene:lucene-queries:6.6.3
- | | | +--- org.apache.lucene:lucene-queryparser:6.6.3
- | | | +--- org.apache.lucene:lucene-sandbox:6.6.3
- | | | +--- org.apache.lucene:lucene-spatial-extras:6.6.3
- | | | +--- org.apache.lucene:lucene-suggest:6.6.3
- | | | +--- org.apache.solr:solr-solrj:6.6.3 (*)
- | | | +--- com.carrotsearch:hppc:0.7.1
- | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
- | | | +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
- | | | +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
- | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
- | | | +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
- | | | +--- com.google.guava:guava:14.0.1
- | | | +--- com.google.protobuf:protobuf-java:3.1.0
- | | | +--- com.tdunning:t-digest:3.1
- | | | +--- commons-cli:commons-cli:1.2
- | | | +--- commons-codec:commons-codec:1.10 -> 1.11
- | | | +--- commons-collections:commons-collections:3.2.2
- | | | +--- commons-configuration:commons-configuration:1.6
- | | | +--- commons-fileupload:commons-fileupload:1.3.2
- | | | +--- commons-io:commons-io:2.5
- | | | +--- commons-lang:commons-lang:2.6
- | | | +--- dom4j:dom4j:1.6.1
- | | | +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
- | | | +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
- | | | +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
- | | | +--- javax.servlet:javax.servlet-api:3.1.0
- | | | +--- joda-time:joda-time:2.2 -> 2.9.9
- | | | +--- log4j:log4j:1.2.17
- | | | +--- net.hydromatic:eigenbase-properties:1.1.5
- | | | +--- org.antlr:antlr4-runtime:4.5.1-1
- | | | +--- org.apache.calcite:calcite-core:1.11.0
- | | | +--- org.apache.calcite:calcite-linq4j:1.11.0
- | | | +--- org.apache.calcite.avatica:avatica-core:1.9.0
- | | | +--- org.apache.commons:commons-exec:1.3
- | | | +--- org.apache.curator:curator-client:2.8.0
- | | | +--- org.apache.curator:curator-framework:2.8.0
- | | | +--- org.apache.curator:curator-recipes:2.8.0
- | | | +--- org.apache.hadoop:hadoop-annotations:2.7.4
- | | | +--- org.apache.hadoop:hadoop-auth:2.7.4
- | | | +--- org.apache.hadoop:hadoop-common:2.7.4
- | | | +--- org.apache.hadoop:hadoop-hdfs:2.7.4
- | | | +--- org.apache.htrace:htrace-core:3.2.0-incubating
- | | | +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
- | | | +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
- | | | +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
- | | | +--- org.apache.zookeeper:zookeeper:3.4.10
- | | | +--- org.codehaus.jackson:jackson-core-asl:1.9.13
- | | | +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
- | | | +--- org.codehaus.janino:commons-compiler:2.7.6
- | | | +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
- | | | +--- org.codehaus.woodstox:stax2-api:3.1.4
- | | | +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
- | | | +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | | \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
- | | | +--- org.locationtech.spatial4j:spatial4j:0.6
- | | | +--- org.noggit:noggit:0.6
- | | | +--- org.ow2.asm:asm:5.1
- | | | +--- org.ow2.asm:asm-commons:5.1
- | | | +--- org.restlet.jee:org.restlet:2.3.0
- | | | +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
- | | | +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
- | | | \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
- | | +--- com.pearson.ltg.common:common-utils:1.5.4
- | | | +--- commons-lang:commons-lang:2.3 -> 2.6
- | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
- | | | +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
- | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-messaging:5.0.5.RELEASE
- | | | | | +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework:spring-webmvc-portlet:2.5.6
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
- | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
- | | | | \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
- | | | +--- org.opensymphony.quartz:quartz:1.6.1
- | | | +--- org.opensymphony.quartz:quartz-oracle:1.6.1
- | | | +--- org.jdom:jdom:1.1
- | | | +--- jaxen:jaxen:1.1.1 -> 1.1.6
- | | | +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
- | | | | +--- net.sf.json-lib:json-lib:2.2.2
- | | | | | +--- commons-beanutils:commons-beanutils:1.7.0
- | | | | | | \--- commons-logging:commons-logging:1.0.3 -> 1.2
- | | | | | +--- commons-collections:commons-collections:3.2 -> 3.2.2
- | | | | | +--- commons-lang:commons-lang:2.4 -> 2.6
- | | | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
- | | | | | \--- net.sf.ezmorph:ezmorph:1.0.4
- | | | | | \--- commons-lang:commons-lang:2.3 -> 2.6
- | | | | \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
- | | | +--- ognl:ognl:2.7.3
- | | | | \--- jboss:javassist:3.7.ga
- | | | \--- javax.jms:jms:1.1
- | | +--- javax.annotation:jsr250-api:1.0
- | | +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
- | | +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
- | | +--- xalan:xalan:2.7.1
- | | | \--- xalan:serializer:2.7.1
- | | | \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
- | | +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
- | | | \--- org.apache.logging.log4j:log4j-api:2.10.0
- | | +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
- | | +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
- | | | +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
- | | | +--- org.apache.logging.log4j:log4j-api:2.10.0
- | | | \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
- | | +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
- | | \--- commons-lang:commons-lang:2.4 -> 2.6
- | +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
- | +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
- | \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
- +--- org.apache.commons:commons-lang3:3.5
- +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
- +--- org.apache.httpcomponents:httpcore:4.4.6
- +--- org.hamcrest:hamcrest-all:1.3
- +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
- | +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
- | | \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
- | +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
- | | +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
- | | \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
- | +--- com.jayway.jsonpath:json-path:2.4.0 (*)
- | +--- junit:junit:4.12 (*)
- | +--- org.assertj:assertj-core:3.9.1
- | +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
- | | +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
- | | +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
- | | \--- org.objenesis:objenesis:2.5
- | +--- org.hamcrest:hamcrest-core:1.3
- | +--- org.hamcrest:hamcrest-library:1.3
- | | \--- org.hamcrest:hamcrest-core:1.3
- | +--- org.skyscreamer:jsonassert:1.5.0
- | | \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
- | +--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | +--- org.springframework:spring-test:5.0.5.RELEASE
- | | \--- org.springframework:spring-core:5.0.5.RELEASE (*)
- | \--- org.xmlunit:xmlunit-core:2.5.1
- +--- org.mockito:mockito-core:2.8.9 (*)
- +--- org.mockito:mockito-all:1.10.19
- \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
- +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
- +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
- testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
- No dependencies