From Abrupt Pheasant, 6 Years ago, written in Plain Text.
Embed
  1. BOMASML-PAX2G8W:roster-service vshansu$ ./gradlew dependencies
  2.  
  3. > Task :dependencies
  4.  
  5. ------------------------------------------------------------
  6. Root project
  7. ------------------------------------------------------------
  8.  
  9. annotationProcessor - Annotation processors and their dependencies for source set 'main'.
  10. No dependencies
  11.  
  12. apiElements - API elements for main. (n)
  13. No dependencies
  14.  
  15. archives - Configuration for archive artifacts.
  16. No dependencies
  17.  
  18. bootArchives - Configuration for Spring Boot archive artifacts.
  19. No dependencies
  20.  
  21. checkstyle - The Checkstyle libraries to be used for this project.
  22. \--- com.puppycrawl.tools:checkstyle:6.0
  23.      +--- antlr:antlr:2.7.7
  24.      +--- org.antlr:antlr4-runtime:4.3
  25.      |    +--- org.abego.treelayout:org.abego.treelayout.core:1.0.1
  26.      |    \--- org.antlr:antlr4-annotations:4.3
  27.      +--- commons-beanutils:commons-beanutils-core:1.8.3
  28.      +--- commons-cli:commons-cli:1.2
  29.      \--- com.google.guava:guava:18.0
  30.  
  31. compile - Dependencies for source set 'main' (deprecated, use 'implementation ' instead).
  32. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  33. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  34. |         \--- org.reactivestreams:reactive-streams:1.0.2
  35. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  36. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  37. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  38. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  39. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  40. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  41. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  42. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  43. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  44. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  45. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  46. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  47. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  48. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  49. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  50. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  51. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  52. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  53. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  54. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  55. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  56. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  57. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  58. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  59. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  60. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  61. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  62. |    |    \--- org.yaml:snakeyaml:1.19
  63. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  64. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  65. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  66. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  67. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  68. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  69. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  70. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  71. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  72. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  73. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  74. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  75. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  76. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  77. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  78. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  79. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  80. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  81. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  82. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  83. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  84. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  85. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  86. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  87. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  88. |    |    +--- javax.validation:validation-api:2.0.1.Final
  89. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  90. |    |    \--- com.fasterxml:classmate:1.3.4
  91. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  92. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  93. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  94. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  95. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  96. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  97. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  98. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  99. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  100. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  101. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  102. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  103. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  104. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  105. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  106. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  107. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  108. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  109. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  110. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  111. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  112. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  113. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  114. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  115. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  116. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  117. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  118. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  119. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  120. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  121. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  122. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  123. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  124. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  125. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  126. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  127. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  128. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  129. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  130. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  131. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  132. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  133. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  134. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  135. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  136. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  137. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  138. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  139. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  140. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  141. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  142. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  143. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  144. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  145. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  146. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  147. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  148. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  149. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  150. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  151. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  152. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  153. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  154. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  155. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  156. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  157. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  158. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  159. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  160. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  161. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  162. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  163. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  164. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  165. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  166. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  167. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  168. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  169. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  170. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  171. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  172. |    \--- io.micrometer:micrometer-core:1.0.3
  173. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  174. |         \--- org.latencyutils:LatencyUtils:2.0.3
  175. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  176. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  177. |    |    +--- javax.mail:mail:1.4.7
  178. |    |    |    \--- javax.activation:activation:1.1
  179. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  180. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  181. |    |    |    \--- net.minidev:accessors-smart:1.2
  182. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  183. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  184. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  185. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  186. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  187. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  188. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  189. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  190. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  191. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  192. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  193. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  194. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  195. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  196. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  197. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  198. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  199. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  200. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  201. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  202. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  203. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  204. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  205. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  206. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  207. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  208. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  209. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  210. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  211. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  212. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  213. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  214. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  215. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  216. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  217. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  218. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  219. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  220. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  221. |    |    +--- net.minidev:json-smart:2.3 (*)
  222. |    |    \--- org.slf4j:slf4j-api:1.7.25
  223. |    \--- org.projectlombok:lombok:1.16.20
  224. +--- com.pearson.roster.common:common-roster-service:1.0.4
  225. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  226. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  227. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  228. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  229. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  230. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  231. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  232. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  233. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  234. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  235. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  236. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  237. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  238. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  239. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  240. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  241. |    |    |    +--- jdom:jdom:1.0
  242. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  243. |    |    |    |    \--- jdom:jdom:1.0
  244. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  245. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  246. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  247. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  248. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  249. |    |    +--- cglib:cglib:2.2
  250. |    |    |    \--- asm:asm:3.1
  251. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  252. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  253. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  254. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  255. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  256. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  257. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  258. |    |    |         \--- activation:activation:1.0.2
  259. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  260. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  261. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  262. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  263. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  264. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  265. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  266. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  267. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  268. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  269. |    |    |    +--- javax.annotation:jsr250-api:1.0
  270. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  271. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  272. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  273. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  274. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  275. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  276. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  277. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  278. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  279. |    |    |    |    |    \--- javax.activation:activation:1.1
  280. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  281. |    |    |    |    |    \--- stax:stax-api:1.0.1
  282. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  283. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  284. |    |    |    |    \--- org.jvnet:mimepull:1.3
  285. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  286. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  287. |    |    |    +--- commons-io:commons-io:2.5
  288. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  289. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  290. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  291. |    |    |    |    +--- commons-logging:commons-logging:1.2
  292. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  293. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  294. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  295. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  296. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  297. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  298. |    |    |    +--- org.noggit:noggit:0.6
  299. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  300. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  301. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  302. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  303. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  304. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  305. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  306. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  307. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  308. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  309. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  310. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  311. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  312. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  313. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  314. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  315. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  316. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  317. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  318. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  319. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  320. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  321. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  322. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  323. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  324. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  325. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  326. |    |    |    +--- com.google.guava:guava:14.0.1
  327. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  328. |    |    |    +--- com.tdunning:t-digest:3.1
  329. |    |    |    +--- commons-cli:commons-cli:1.2
  330. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  331. |    |    |    +--- commons-collections:commons-collections:3.2.2
  332. |    |    |    +--- commons-configuration:commons-configuration:1.6
  333. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  334. |    |    |    +--- commons-io:commons-io:2.5
  335. |    |    |    +--- commons-lang:commons-lang:2.6
  336. |    |    |    +--- dom4j:dom4j:1.6.1
  337. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  338. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  339. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  340. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  341. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  342. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  343. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  344. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  345. |    |    |    +--- log4j:log4j:1.2.17
  346. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  347. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  348. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  349. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  350. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  351. |    |    |    +--- org.apache.commons:commons-exec:1.3
  352. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  353. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  354. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  355. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  356. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  357. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  358. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  359. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  360. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  361. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  362. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  363. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  364. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  365. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  366. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  367. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  368. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  369. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  370. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  371. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  372. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  373. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  374. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  375. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  376. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  377. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  378. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  379. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  380. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  381. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  382. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  383. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  384. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  385. |    |    |    +--- org.noggit:noggit:0.6
  386. |    |    |    +--- org.ow2.asm:asm:5.1
  387. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  388. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  389. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  390. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  391. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  392. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  393. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  394. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  395. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  396. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  397. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  398. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  399. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  400. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  401. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  402. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  403. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  404. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  405. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  406. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  407. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  408. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  409. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  410. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  411. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  412. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  413. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  414. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  415. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  416. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  417. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  418. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  419. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  420. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  421. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  422. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  423. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  424. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  425. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  426. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  427. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  428. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  429. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  430. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  431. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  432. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  433. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  434. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  435. |    |    |    +--- org.jdom:jdom:1.1
  436. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  437. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  438. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  439. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  440. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  441. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  442. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  443. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  444. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  445. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  446. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  447. |    |    |    +--- ognl:ognl:2.7.3
  448. |    |    |    |    \--- jboss:javassist:3.7.ga
  449. |    |    |    \--- javax.jms:jms:1.1
  450. |    |    +--- javax.annotation:jsr250-api:1.0
  451. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  452. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  453. |    |    +--- xalan:xalan:2.7.1
  454. |    |    |    \--- xalan:serializer:2.7.1
  455. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  456. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  457. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  458. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  459. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  460. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  461. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  462. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  463. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  464. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  465. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  466. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  467. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  468. +--- org.apache.commons:commons-lang3:3.5
  469. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  470. \--- org.apache.httpcomponents:httpcore:4.4.6
  471.  
  472. compileClasspath - Compile classpath for source set 'main'.
  473. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  474. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  475. |         \--- org.reactivestreams:reactive-streams:1.0.2
  476. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  477. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  478. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  479. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  480. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  481. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  482. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  483. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  484. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  485. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  486. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  487. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  488. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  489. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  490. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  491. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  492. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  493. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  494. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  495. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  496. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  497. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  498. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  499. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  500. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  501. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  502. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  503. |    |    \--- org.yaml:snakeyaml:1.19
  504. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  505. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  506. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  507. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  508. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  509. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  510. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  511. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  512. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  513. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  514. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  515. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  516. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  517. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  518. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  519. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  520. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  521. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  522. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  523. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  524. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  525. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  526. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  527. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  528. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  529. |    |    +--- javax.validation:validation-api:2.0.1.Final
  530. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  531. |    |    \--- com.fasterxml:classmate:1.3.4
  532. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  533. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  534. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  535. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  536. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  537. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  538. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  539. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  540. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  541. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  542. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  543. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  544. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  545. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  546. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  547. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  548. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  549. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  550. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  551. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  552. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  553. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  554. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  555. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  556. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  557. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  558. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  559. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  560. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  561. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  562. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  563. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  564. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  565. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  566. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  567. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  568. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  569. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  570. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  571. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  572. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  573. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  574. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  575. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  576. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  577. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  578. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  579. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  580. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  581. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  582. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  583. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  584. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  585. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  586. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  587. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  588. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  589. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  590. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  591. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  592. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  593. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  594. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  595. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  596. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  597. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  598. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  599. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  600. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  601. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  602. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  603. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  604. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  605. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  606. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  607. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  608. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  609. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  610. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  611. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  612. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  613. |    \--- io.micrometer:micrometer-core:1.0.3
  614. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  615. |         \--- org.latencyutils:LatencyUtils:2.0.3
  616. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  617. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  618. |    |    +--- javax.mail:mail:1.4.7
  619. |    |    |    \--- javax.activation:activation:1.1
  620. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  621. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  622. |    |    |    \--- net.minidev:accessors-smart:1.2
  623. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  624. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  625. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  626. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  627. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  628. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  629. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  630. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  631. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  632. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  633. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  634. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  635. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  636. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  637. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  638. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  639. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  640. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  641. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  642. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  643. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  644. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  645. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  646. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  647. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  648. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  649. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  650. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  651. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  652. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  653. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  654. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  655. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  656. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  657. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  658. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  659. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  660. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  661. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  662. |    |    +--- net.minidev:json-smart:2.3 (*)
  663. |    |    \--- org.slf4j:slf4j-api:1.7.25
  664. |    \--- org.projectlombok:lombok:1.16.20
  665. +--- com.pearson.roster.common:common-roster-service:1.0.4
  666. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  667. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  668. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  669. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  670. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  671. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  672. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  673. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  674. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  675. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  676. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  677. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  678. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  679. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  680. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  681. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  682. |    |    |    +--- jdom:jdom:1.0
  683. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  684. |    |    |    |    \--- jdom:jdom:1.0
  685. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  686. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  687. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  688. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  689. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  690. |    |    +--- cglib:cglib:2.2
  691. |    |    |    \--- asm:asm:3.1
  692. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  693. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  694. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  695. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  696. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  697. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  698. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  699. |    |    |         \--- activation:activation:1.0.2
  700. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  701. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  702. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  703. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  704. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  705. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  706. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  707. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  708. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  709. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  710. |    |    |    +--- javax.annotation:jsr250-api:1.0
  711. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  712. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  713. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  714. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  715. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  716. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  717. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  718. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  719. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  720. |    |    |    |    |    \--- javax.activation:activation:1.1
  721. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  722. |    |    |    |    |    \--- stax:stax-api:1.0.1
  723. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  724. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  725. |    |    |    |    \--- org.jvnet:mimepull:1.3
  726. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  727. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  728. |    |    |    +--- commons-io:commons-io:2.5
  729. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  730. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  731. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  732. |    |    |    |    +--- commons-logging:commons-logging:1.2
  733. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  734. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  735. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  736. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  737. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  738. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  739. |    |    |    +--- org.noggit:noggit:0.6
  740. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  741. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  742. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  743. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  744. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  745. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  746. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  747. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  748. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  749. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  750. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  751. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  752. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  753. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  754. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  755. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  756. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  757. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  758. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  759. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  760. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  761. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  762. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  763. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  764. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  765. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  766. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  767. |    |    |    +--- com.google.guava:guava:14.0.1
  768. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  769. |    |    |    +--- com.tdunning:t-digest:3.1
  770. |    |    |    +--- commons-cli:commons-cli:1.2
  771. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  772. |    |    |    +--- commons-collections:commons-collections:3.2.2
  773. |    |    |    +--- commons-configuration:commons-configuration:1.6
  774. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  775. |    |    |    +--- commons-io:commons-io:2.5
  776. |    |    |    +--- commons-lang:commons-lang:2.6
  777. |    |    |    +--- dom4j:dom4j:1.6.1
  778. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  779. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  780. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  781. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  782. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  783. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  784. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  785. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  786. |    |    |    +--- log4j:log4j:1.2.17
  787. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  788. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  789. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  790. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  791. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  792. |    |    |    +--- org.apache.commons:commons-exec:1.3
  793. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  794. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  795. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  796. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  797. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  798. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  799. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  800. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  801. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  802. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  803. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  804. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  805. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  806. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  807. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  808. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  809. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  810. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  811. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  812. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  813. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  814. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  815. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  816. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  817. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  818. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  819. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  820. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  821. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  822. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  823. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  824. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  825. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  826. |    |    |    +--- org.noggit:noggit:0.6
  827. |    |    |    +--- org.ow2.asm:asm:5.1
  828. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  829. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  830. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  831. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  832. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  833. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  834. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  835. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  836. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  837. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  838. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  839. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  840. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  841. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  842. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  843. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  844. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  845. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  846. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  847. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  848. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  849. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  850. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  851. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  852. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  853. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  854. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  855. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  856. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  857. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  858. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  859. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  860. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  861. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  862. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  863. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  864. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  865. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  866. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  867. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  868. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  869. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  870. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  871. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  872. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  873. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  874. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  875. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  876. |    |    |    +--- org.jdom:jdom:1.1
  877. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  878. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  879. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  880. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  881. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  882. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  883. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  884. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  885. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  886. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  887. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  888. |    |    |    +--- ognl:ognl:2.7.3
  889. |    |    |    |    \--- jboss:javassist:3.7.ga
  890. |    |    |    \--- javax.jms:jms:1.1
  891. |    |    +--- javax.annotation:jsr250-api:1.0
  892. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  893. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  894. |    |    +--- xalan:xalan:2.7.1
  895. |    |    |    \--- xalan:serializer:2.7.1
  896. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  897. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  898. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  899. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  900. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  901. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  902. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  903. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  904. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  905. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  906. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  907. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  908. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  909. +--- org.apache.commons:commons-lang3:3.5
  910. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  911. \--- org.apache.httpcomponents:httpcore:4.4.6
  912.  
  913. compileOnly - Compile only dependencies for source set 'main'.
  914. No dependencies
  915.  
  916. default - Configuration for default artifacts.
  917. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  918. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  919. |         \--- org.reactivestreams:reactive-streams:1.0.2
  920. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  921. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  922. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  923. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  924. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  925. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  926. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  927. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  928. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  929. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  930. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  931. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  932. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  933. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  934. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  935. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  936. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  937. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  938. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  939. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  940. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  941. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  942. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  943. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  944. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  945. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  946. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  947. |    |    \--- org.yaml:snakeyaml:1.19
  948. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  949. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  950. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  951. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  952. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  953. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  954. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  955. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  956. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  957. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  958. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  959. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  960. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  961. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  962. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  963. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  964. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  965. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  966. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  967. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  968. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  969. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  970. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  971. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  972. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  973. |    |    +--- javax.validation:validation-api:2.0.1.Final
  974. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  975. |    |    \--- com.fasterxml:classmate:1.3.4
  976. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  977. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  978. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  979. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  980. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  981. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  982. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  983. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  984. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  985. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  986. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  987. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  988. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  989. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  990. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  991. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  992. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  993. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  994. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  995. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  996. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  997. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  998. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  999. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  1000. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  1001. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  1002. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  1003. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  1004. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  1005. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  1006. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  1007. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  1008. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  1009. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  1010. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  1011. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  1012. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  1013. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  1014. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1015. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  1016. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  1017. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1018. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1019. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1020. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  1021. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  1022. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  1023. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  1024. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  1025. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1026. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1027. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  1028. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  1029. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1030. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1031. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1032. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1033. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1034. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1035. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1036. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1037. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1038. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  1039. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1040. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1041. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1042. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1043. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1044. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1045. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1046. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  1047. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  1048. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1049. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  1050. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  1051. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  1052. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  1053. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1054. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1055. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1056. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  1057. |    \--- io.micrometer:micrometer-core:1.0.3
  1058. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  1059. |         \--- org.latencyutils:LatencyUtils:2.0.3
  1060. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  1061. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  1062. |    |    +--- javax.mail:mail:1.4.7
  1063. |    |    |    \--- javax.activation:activation:1.1
  1064. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  1065. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  1066. |    |    |    \--- net.minidev:accessors-smart:1.2
  1067. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  1068. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  1069. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  1070. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  1071. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  1072. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1073. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  1074. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1075. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1076. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  1077. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1078. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  1079. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1080. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1081. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1082. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1083. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  1084. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  1085. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  1086. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  1087. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  1088. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  1089. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  1090. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  1091. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  1092. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  1093. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  1094. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  1095. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  1096. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  1097. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  1098. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  1099. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  1100. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  1101. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  1102. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  1103. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  1104. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  1105. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  1106. |    |    +--- net.minidev:json-smart:2.3 (*)
  1107. |    |    \--- org.slf4j:slf4j-api:1.7.25
  1108. |    \--- org.projectlombok:lombok:1.16.20
  1109. +--- com.pearson.roster.common:common-roster-service:1.0.4
  1110. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  1111. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  1112. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  1113. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1114. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1115. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  1116. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1117. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1118. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  1119. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  1120. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  1121. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1122. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1123. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1124. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  1125. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  1126. |    |    |    +--- jdom:jdom:1.0
  1127. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  1128. |    |    |    |    \--- jdom:jdom:1.0
  1129. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  1130. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  1131. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  1132. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  1133. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  1134. |    |    +--- cglib:cglib:2.2
  1135. |    |    |    \--- asm:asm:3.1
  1136. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  1137. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  1138. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  1139. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  1140. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  1141. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  1142. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  1143. |    |    |         \--- activation:activation:1.0.2
  1144. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  1145. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  1146. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  1147. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1148. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  1149. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1150. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  1151. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  1152. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  1153. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  1154. |    |    |    +--- javax.annotation:jsr250-api:1.0
  1155. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  1156. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  1157. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1158. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  1159. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1160. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  1161. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  1162. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  1163. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  1164. |    |    |    |    |    \--- javax.activation:activation:1.1
  1165. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  1166. |    |    |    |    |    \--- stax:stax-api:1.0.1
  1167. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  1168. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  1169. |    |    |    |    \--- org.jvnet:mimepull:1.3
  1170. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1171. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  1172. |    |    |    +--- commons-io:commons-io:2.5
  1173. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  1174. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  1175. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  1176. |    |    |    |    +--- commons-logging:commons-logging:1.2
  1177. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  1178. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  1179. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  1180. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  1181. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  1182. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  1183. |    |    |    +--- org.noggit:noggit:0.6
  1184. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  1185. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  1186. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  1187. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  1188. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  1189. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  1190. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  1191. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  1192. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  1193. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  1194. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  1195. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  1196. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  1197. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  1198. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  1199. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  1200. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  1201. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  1202. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  1203. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  1204. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  1205. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  1206. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  1207. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  1208. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  1209. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  1210. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  1211. |    |    |    +--- com.google.guava:guava:14.0.1
  1212. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  1213. |    |    |    +--- com.tdunning:t-digest:3.1
  1214. |    |    |    +--- commons-cli:commons-cli:1.2
  1215. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  1216. |    |    |    +--- commons-collections:commons-collections:3.2.2
  1217. |    |    |    +--- commons-configuration:commons-configuration:1.6
  1218. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  1219. |    |    |    +--- commons-io:commons-io:2.5
  1220. |    |    |    +--- commons-lang:commons-lang:2.6
  1221. |    |    |    +--- dom4j:dom4j:1.6.1
  1222. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  1223. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  1224. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  1225. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  1226. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  1227. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  1228. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  1229. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  1230. |    |    |    +--- log4j:log4j:1.2.17
  1231. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  1232. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  1233. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  1234. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  1235. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  1236. |    |    |    +--- org.apache.commons:commons-exec:1.3
  1237. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  1238. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  1239. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  1240. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  1241. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  1242. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  1243. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  1244. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  1245. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  1246. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  1247. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  1248. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  1249. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  1250. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  1251. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  1252. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  1253. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  1254. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  1255. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  1256. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  1257. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  1258. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  1259. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  1260. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  1261. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  1262. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  1263. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  1264. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  1265. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  1266. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  1267. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  1268. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  1269. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  1270. |    |    |    +--- org.noggit:noggit:0.6
  1271. |    |    |    +--- org.ow2.asm:asm:5.1
  1272. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  1273. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  1274. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  1275. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  1276. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  1277. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  1278. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  1279. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  1280. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1281. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  1282. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  1283. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1284. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1285. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  1286. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  1287. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1288. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1289. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  1290. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1291. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1292. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  1293. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  1294. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  1295. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1296. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1297. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1298. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1299. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  1300. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  1301. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  1302. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1303. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1304. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1305. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1306. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  1307. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  1308. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  1309. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1310. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1311. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1312. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1313. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  1314. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1315. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1316. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1317. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1318. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  1319. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  1320. |    |    |    +--- org.jdom:jdom:1.1
  1321. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  1322. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  1323. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  1324. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  1325. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  1326. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  1327. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  1328. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1329. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  1330. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  1331. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  1332. |    |    |    +--- ognl:ognl:2.7.3
  1333. |    |    |    |    \--- jboss:javassist:3.7.ga
  1334. |    |    |    \--- javax.jms:jms:1.1
  1335. |    |    +--- javax.annotation:jsr250-api:1.0
  1336. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  1337. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1338. |    |    +--- xalan:xalan:2.7.1
  1339. |    |    |    \--- xalan:serializer:2.7.1
  1340. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  1341. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  1342. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  1343. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  1344. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  1345. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  1346. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  1347. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  1348. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  1349. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  1350. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  1351. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  1352. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  1353. +--- org.apache.commons:commons-lang3:3.5
  1354. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  1355. \--- org.apache.httpcomponents:httpcore:4.4.6
  1356.  
  1357. findbugs - The FindBugs libraries to be used for this project.
  1358. \--- com.google.code.findbugs:findbugs:3.0.1
  1359.      +--- net.jcip:jcip-annotations:1.0
  1360.      +--- com.google.code.findbugs:jsr305:2.0.1
  1361.      +--- com.google.code.findbugs:bcel-findbugs:6.0
  1362.      +--- com.google.code.findbugs:jFormatString:2.0.1
  1363.      +--- dom4j:dom4j:1.6.1
  1364.      |    \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
  1365.      +--- org.ow2.asm:asm-debug-all:5.0.2
  1366.      +--- org.ow2.asm:asm-commons:5.0.2
  1367.      |    \--- org.ow2.asm:asm-tree:5.0.2
  1368.      |         \--- org.ow2.asm:asm:5.0.2
  1369.      +--- commons-lang:commons-lang:2.6
  1370.      +--- com.apple:AppleJavaExtensions:1.4
  1371.      \--- jaxen:jaxen:1.1.6
  1372.  
  1373. findbugsPlugins - The FindBugs plugins to be used for this project.
  1374. No dependencies
  1375.  
  1376. implementation - Implementation only dependencies for source set 'main'. (n)
  1377. No dependencies
  1378.  
  1379. jacocoAgent - The Jacoco agent to use to get coverage data.
  1380. \--- org.jacoco:org.jacoco.agent:0.8.0
  1381.  
  1382. jacocoAnt - The Jacoco ant tasks to use to get execute Gradle tasks.
  1383. \--- org.jacoco:org.jacoco.ant:0.8.0
  1384.      +--- org.jacoco:org.jacoco.core:0.8.0
  1385.      |    +--- org.ow2.asm:asm:6.0
  1386.      |    +--- org.ow2.asm:asm-commons:6.0
  1387.      |    |    \--- org.ow2.asm:asm-tree:6.0
  1388.      |    |         \--- org.ow2.asm:asm:6.0
  1389.      |    +--- org.ow2.asm:asm-tree:6.0 (*)
  1390.      |    +--- org.ow2.asm:asm-analysis:6.0
  1391.      |    |    \--- org.ow2.asm:asm-tree:6.0 (*)
  1392.      |    \--- org.ow2.asm:asm-util:6.0
  1393.      |         \--- org.ow2.asm:asm-tree:6.0 (*)
  1394.      +--- org.jacoco:org.jacoco.report:0.8.0
  1395.      |    \--- org.jacoco:org.jacoco.core:0.8.0 (*)
  1396.      \--- org.jacoco:org.jacoco.agent:0.8.0
  1397.  
  1398. providedCompile - Additional compile classpath for libraries that should not be part of the WAR archive.
  1399. No dependencies
  1400.  
  1401. providedRuntime - Additional runtime classpath for libraries that should not be part of the WAR archive.
  1402. No dependencies
  1403.  
  1404. runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly ' instead).
  1405. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  1406. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  1407. |         \--- org.reactivestreams:reactive-streams:1.0.2
  1408. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  1409. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  1410. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  1411. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  1412. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  1413. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  1414. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  1415. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  1416. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1417. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1418. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1419. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1420. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  1421. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1422. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  1423. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  1424. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  1425. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  1426. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  1427. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  1428. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  1429. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  1430. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  1431. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  1432. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  1433. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  1434. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1435. |    |    \--- org.yaml:snakeyaml:1.19
  1436. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  1437. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1438. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  1439. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1440. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1441. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  1442. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  1443. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1444. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  1445. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1446. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1447. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  1448. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  1449. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1450. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1451. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  1452. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1453. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1454. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  1455. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  1456. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  1457. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  1458. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  1459. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  1460. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  1461. |    |    +--- javax.validation:validation-api:2.0.1.Final
  1462. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  1463. |    |    \--- com.fasterxml:classmate:1.3.4
  1464. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1465. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  1466. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1467. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1468. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1469. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1470. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1471. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1472. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  1473. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1474. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  1475. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  1476. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  1477. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  1478. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  1479. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  1480. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  1481. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  1482. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  1483. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  1484. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  1485. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  1486. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  1487. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  1488. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  1489. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  1490. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  1491. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  1492. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  1493. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  1494. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  1495. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  1496. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  1497. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  1498. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  1499. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  1500. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  1501. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  1502. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1503. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  1504. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  1505. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1506. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1507. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1508. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  1509. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  1510. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  1511. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  1512. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  1513. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1514. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1515. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  1516. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  1517. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1518. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1519. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1520. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1521. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1522. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1523. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1524. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1525. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1526. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  1527. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1528. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1529. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1530. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1531. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1532. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1533. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1534. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  1535. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  1536. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1537. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  1538. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  1539. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  1540. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  1541. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1542. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1543. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1544. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  1545. |    \--- io.micrometer:micrometer-core:1.0.3
  1546. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  1547. |         \--- org.latencyutils:LatencyUtils:2.0.3
  1548. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  1549. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  1550. |    |    +--- javax.mail:mail:1.4.7
  1551. |    |    |    \--- javax.activation:activation:1.1
  1552. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  1553. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  1554. |    |    |    \--- net.minidev:accessors-smart:1.2
  1555. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  1556. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  1557. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  1558. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  1559. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  1560. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1561. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  1562. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1563. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1564. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  1565. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1566. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  1567. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1568. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1569. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1570. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  1571. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  1572. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  1573. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  1574. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  1575. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  1576. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  1577. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  1578. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  1579. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  1580. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  1581. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  1582. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  1583. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  1584. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  1585. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  1586. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  1587. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  1588. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  1589. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  1590. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  1591. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  1592. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  1593. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  1594. |    |    +--- net.minidev:json-smart:2.3 (*)
  1595. |    |    \--- org.slf4j:slf4j-api:1.7.25
  1596. |    \--- org.projectlombok:lombok:1.16.20
  1597. +--- com.pearson.roster.common:common-roster-service:1.0.4
  1598. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  1599. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  1600. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  1601. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1602. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1603. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  1604. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1605. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1606. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  1607. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  1608. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  1609. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1610. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1611. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1612. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  1613. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  1614. |    |    |    +--- jdom:jdom:1.0
  1615. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  1616. |    |    |    |    \--- jdom:jdom:1.0
  1617. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  1618. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  1619. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  1620. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  1621. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  1622. |    |    +--- cglib:cglib:2.2
  1623. |    |    |    \--- asm:asm:3.1
  1624. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  1625. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  1626. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  1627. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  1628. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  1629. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  1630. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  1631. |    |    |         \--- activation:activation:1.0.2
  1632. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  1633. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  1634. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  1635. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1636. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  1637. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1638. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  1639. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  1640. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  1641. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  1642. |    |    |    +--- javax.annotation:jsr250-api:1.0
  1643. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  1644. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  1645. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1646. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  1647. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1648. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  1649. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  1650. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  1651. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  1652. |    |    |    |    |    \--- javax.activation:activation:1.1
  1653. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  1654. |    |    |    |    |    \--- stax:stax-api:1.0.1
  1655. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  1656. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  1657. |    |    |    |    \--- org.jvnet:mimepull:1.3
  1658. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1659. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  1660. |    |    |    +--- commons-io:commons-io:2.5
  1661. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  1662. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  1663. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  1664. |    |    |    |    +--- commons-logging:commons-logging:1.2
  1665. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  1666. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  1667. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  1668. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  1669. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  1670. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  1671. |    |    |    +--- org.noggit:noggit:0.6
  1672. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  1673. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  1674. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  1675. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  1676. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  1677. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  1678. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  1679. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  1680. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  1681. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  1682. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  1683. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  1684. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  1685. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  1686. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  1687. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  1688. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  1689. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  1690. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  1691. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  1692. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  1693. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  1694. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  1695. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  1696. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  1697. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  1698. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  1699. |    |    |    +--- com.google.guava:guava:14.0.1
  1700. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  1701. |    |    |    +--- com.tdunning:t-digest:3.1
  1702. |    |    |    +--- commons-cli:commons-cli:1.2
  1703. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  1704. |    |    |    +--- commons-collections:commons-collections:3.2.2
  1705. |    |    |    +--- commons-configuration:commons-configuration:1.6
  1706. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  1707. |    |    |    +--- commons-io:commons-io:2.5
  1708. |    |    |    +--- commons-lang:commons-lang:2.6
  1709. |    |    |    +--- dom4j:dom4j:1.6.1
  1710. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  1711. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  1712. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  1713. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  1714. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  1715. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  1716. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  1717. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  1718. |    |    |    +--- log4j:log4j:1.2.17
  1719. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  1720. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  1721. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  1722. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  1723. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  1724. |    |    |    +--- org.apache.commons:commons-exec:1.3
  1725. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  1726. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  1727. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  1728. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  1729. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  1730. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  1731. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  1732. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  1733. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  1734. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  1735. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  1736. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  1737. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  1738. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  1739. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  1740. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  1741. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  1742. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  1743. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  1744. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  1745. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  1746. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  1747. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  1748. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  1749. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  1750. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  1751. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  1752. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  1753. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  1754. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  1755. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  1756. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  1757. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  1758. |    |    |    +--- org.noggit:noggit:0.6
  1759. |    |    |    +--- org.ow2.asm:asm:5.1
  1760. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  1761. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  1762. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  1763. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  1764. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  1765. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  1766. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  1767. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  1768. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1769. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  1770. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  1771. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1772. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1773. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  1774. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  1775. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1776. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1777. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  1778. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1779. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1780. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  1781. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  1782. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  1783. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1784. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1785. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1786. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1787. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  1788. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  1789. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  1790. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1791. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1792. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1793. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1794. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  1795. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  1796. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  1797. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1798. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1799. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1800. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1801. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  1802. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1803. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  1804. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  1805. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  1806. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  1807. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  1808. |    |    |    +--- org.jdom:jdom:1.1
  1809. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  1810. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  1811. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  1812. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  1813. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  1814. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  1815. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  1816. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1817. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  1818. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  1819. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  1820. |    |    |    +--- ognl:ognl:2.7.3
  1821. |    |    |    |    \--- jboss:javassist:3.7.ga
  1822. |    |    |    \--- javax.jms:jms:1.1
  1823. |    |    +--- javax.annotation:jsr250-api:1.0
  1824. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  1825. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  1826. |    |    +--- xalan:xalan:2.7.1
  1827. |    |    |    \--- xalan:serializer:2.7.1
  1828. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  1829. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  1830. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  1831. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  1832. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  1833. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  1834. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  1835. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  1836. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  1837. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  1838. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  1839. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  1840. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  1841. +--- org.apache.commons:commons-lang3:3.5
  1842. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  1843. \--- org.apache.httpcomponents:httpcore:4.4.6
  1844.  
  1845. runtimeClasspath - Runtime classpath of source set 'main'.
  1846. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  1847. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  1848. |         \--- org.reactivestreams:reactive-streams:1.0.2
  1849. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  1850. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  1851. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  1852. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  1853. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  1854. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  1855. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  1856. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  1857. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1858. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1859. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1860. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1861. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  1862. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1863. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  1864. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  1865. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  1866. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  1867. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  1868. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  1869. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  1870. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  1871. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  1872. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  1873. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  1874. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  1875. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1876. |    |    \--- org.yaml:snakeyaml:1.19
  1877. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  1878. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1879. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  1880. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1881. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1882. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  1883. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  1884. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1885. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  1886. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1887. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1888. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  1889. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  1890. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1891. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1892. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  1893. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  1894. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1895. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  1896. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  1897. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  1898. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  1899. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  1900. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  1901. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  1902. |    |    +--- javax.validation:validation-api:2.0.1.Final
  1903. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  1904. |    |    \--- com.fasterxml:classmate:1.3.4
  1905. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1906. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  1907. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1908. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1909. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1910. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1911. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1912. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1913. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  1914. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1915. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  1916. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  1917. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  1918. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  1919. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  1920. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  1921. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  1922. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  1923. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  1924. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  1925. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  1926. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  1927. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  1928. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  1929. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  1930. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  1931. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  1932. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  1933. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  1934. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  1935. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  1936. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  1937. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  1938. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  1939. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  1940. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  1941. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  1942. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  1943. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1944. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  1945. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  1946. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1947. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1948. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1949. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  1950. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  1951. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  1952. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  1953. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  1954. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1955. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1956. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  1957. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  1958. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1959. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1960. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1961. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1962. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1963. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1964. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1965. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1966. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1967. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  1968. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  1969. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  1970. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  1971. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1972. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1973. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  1974. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  1975. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  1976. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  1977. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  1978. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  1979. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  1980. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  1981. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  1982. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  1983. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  1984. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  1985. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  1986. |    \--- io.micrometer:micrometer-core:1.0.3
  1987. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  1988. |         \--- org.latencyutils:LatencyUtils:2.0.3
  1989. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  1990. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  1991. |    |    +--- javax.mail:mail:1.4.7
  1992. |    |    |    \--- javax.activation:activation:1.1
  1993. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  1994. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  1995. |    |    |    \--- net.minidev:accessors-smart:1.2
  1996. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  1997. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  1998. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  1999. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  2000. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  2001. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2002. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  2003. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2004. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2005. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  2006. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2007. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  2008. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2009. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2010. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2011. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2012. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2013. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2014. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2015. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  2016. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  2017. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  2018. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  2019. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  2020. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  2021. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  2022. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  2023. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  2024. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2025. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  2026. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  2027. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  2028. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  2029. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  2030. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  2031. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  2032. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  2033. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  2034. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  2035. |    |    +--- net.minidev:json-smart:2.3 (*)
  2036. |    |    \--- org.slf4j:slf4j-api:1.7.25
  2037. |    \--- org.projectlombok:lombok:1.16.20
  2038. +--- com.pearson.roster.common:common-roster-service:1.0.4
  2039. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  2040. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  2041. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  2042. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2043. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2044. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  2045. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2046. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2047. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2048. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2049. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  2050. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2051. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2052. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2053. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2054. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  2055. |    |    |    +--- jdom:jdom:1.0
  2056. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  2057. |    |    |    |    \--- jdom:jdom:1.0
  2058. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  2059. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  2060. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  2061. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  2062. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  2063. |    |    +--- cglib:cglib:2.2
  2064. |    |    |    \--- asm:asm:3.1
  2065. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  2066. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  2067. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  2068. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  2069. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  2070. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  2071. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  2072. |    |    |         \--- activation:activation:1.0.2
  2073. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  2074. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  2075. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  2076. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2077. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  2078. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2079. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  2080. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  2081. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  2082. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  2083. |    |    |    +--- javax.annotation:jsr250-api:1.0
  2084. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  2085. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  2086. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2087. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  2088. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2089. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  2090. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  2091. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  2092. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  2093. |    |    |    |    |    \--- javax.activation:activation:1.1
  2094. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  2095. |    |    |    |    |    \--- stax:stax-api:1.0.1
  2096. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  2097. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  2098. |    |    |    |    \--- org.jvnet:mimepull:1.3
  2099. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2100. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  2101. |    |    |    +--- commons-io:commons-io:2.5
  2102. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  2103. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  2104. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  2105. |    |    |    |    +--- commons-logging:commons-logging:1.2
  2106. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  2107. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  2108. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  2109. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  2110. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  2111. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  2112. |    |    |    +--- org.noggit:noggit:0.6
  2113. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  2114. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  2115. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  2116. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  2117. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  2118. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  2119. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  2120. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  2121. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  2122. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  2123. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  2124. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  2125. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  2126. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  2127. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  2128. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  2129. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  2130. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  2131. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  2132. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  2133. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  2134. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  2135. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  2136. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  2137. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  2138. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  2139. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  2140. |    |    |    +--- com.google.guava:guava:14.0.1
  2141. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  2142. |    |    |    +--- com.tdunning:t-digest:3.1
  2143. |    |    |    +--- commons-cli:commons-cli:1.2
  2144. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  2145. |    |    |    +--- commons-collections:commons-collections:3.2.2
  2146. |    |    |    +--- commons-configuration:commons-configuration:1.6
  2147. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  2148. |    |    |    +--- commons-io:commons-io:2.5
  2149. |    |    |    +--- commons-lang:commons-lang:2.6
  2150. |    |    |    +--- dom4j:dom4j:1.6.1
  2151. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  2152. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  2153. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  2154. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  2155. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  2156. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  2157. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  2158. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  2159. |    |    |    +--- log4j:log4j:1.2.17
  2160. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  2161. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  2162. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  2163. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  2164. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  2165. |    |    |    +--- org.apache.commons:commons-exec:1.3
  2166. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  2167. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  2168. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  2169. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  2170. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  2171. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  2172. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  2173. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  2174. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  2175. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  2176. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  2177. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  2178. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  2179. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  2180. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  2181. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  2182. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  2183. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  2184. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  2185. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  2186. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  2187. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  2188. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  2189. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  2190. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  2191. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  2192. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  2193. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  2194. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  2195. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  2196. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  2197. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  2198. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  2199. |    |    |    +--- org.noggit:noggit:0.6
  2200. |    |    |    +--- org.ow2.asm:asm:5.1
  2201. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  2202. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  2203. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  2204. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  2205. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  2206. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  2207. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  2208. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  2209. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2210. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  2211. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  2212. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2213. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2214. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  2215. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  2216. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2217. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2218. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  2219. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2220. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2221. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  2222. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  2223. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  2224. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2225. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2226. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2227. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2228. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  2229. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  2230. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  2231. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2232. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2233. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2234. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2235. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  2236. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  2237. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  2238. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2239. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2240. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2241. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2242. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  2243. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2244. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2245. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2246. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2247. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  2248. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  2249. |    |    |    +--- org.jdom:jdom:1.1
  2250. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  2251. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  2252. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  2253. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  2254. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  2255. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  2256. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  2257. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2258. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  2259. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  2260. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  2261. |    |    |    +--- ognl:ognl:2.7.3
  2262. |    |    |    |    \--- jboss:javassist:3.7.ga
  2263. |    |    |    \--- javax.jms:jms:1.1
  2264. |    |    +--- javax.annotation:jsr250-api:1.0
  2265. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  2266. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2267. |    |    +--- xalan:xalan:2.7.1
  2268. |    |    |    \--- xalan:serializer:2.7.1
  2269. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  2270. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  2271. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  2272. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  2273. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  2274. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  2275. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  2276. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  2277. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  2278. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  2279. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  2280. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  2281. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  2282. +--- org.apache.commons:commons-lang3:3.5
  2283. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  2284. \--- org.apache.httpcomponents:httpcore:4.4.6
  2285.  
  2286. runtimeElements - Elements of runtime for main. (n)
  2287. No dependencies
  2288.  
  2289. runtimeOnly - Runtime only dependencies for source set 'main'. (n)
  2290. No dependencies
  2291.  
  2292. testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
  2293. No dependencies
  2294.  
  2295. testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation ' instead).
  2296. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  2297. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  2298. |         \--- org.reactivestreams:reactive-streams:1.0.2
  2299. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  2300. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  2301. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  2302. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  2303. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  2304. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  2305. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  2306. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  2307. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2308. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2309. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2310. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2311. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  2312. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2313. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  2314. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  2315. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  2316. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  2317. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  2318. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  2319. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  2320. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  2321. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  2322. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  2323. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  2324. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  2325. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2326. |    |    \--- org.yaml:snakeyaml:1.19
  2327. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  2328. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2329. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  2330. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2331. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2332. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  2333. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2334. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2335. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  2336. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2337. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2338. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  2339. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2340. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2341. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2342. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  2343. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2344. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2345. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  2346. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  2347. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  2348. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  2349. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  2350. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  2351. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  2352. |    |    +--- javax.validation:validation-api:2.0.1.Final
  2353. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  2354. |    |    \--- com.fasterxml:classmate:1.3.4
  2355. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2356. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  2357. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2358. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2359. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2360. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2361. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  2362. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2363. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  2364. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2365. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  2366. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  2367. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  2368. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  2369. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  2370. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  2371. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  2372. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  2373. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  2374. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  2375. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  2376. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  2377. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  2378. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  2379. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  2380. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  2381. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  2382. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  2383. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  2384. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  2385. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  2386. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  2387. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  2388. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  2389. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  2390. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  2391. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  2392. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  2393. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2394. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  2395. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  2396. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2397. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2398. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2399. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  2400. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  2401. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  2402. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  2403. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  2404. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2405. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2406. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  2407. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  2408. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2409. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2410. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2411. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2412. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  2413. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2414. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2415. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2416. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2417. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  2418. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2419. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2420. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2421. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2422. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2423. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  2424. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2425. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  2426. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  2427. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2428. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  2429. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  2430. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  2431. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  2432. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2433. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2434. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2435. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  2436. |    \--- io.micrometer:micrometer-core:1.0.3
  2437. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  2438. |         \--- org.latencyutils:LatencyUtils:2.0.3
  2439. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  2440. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  2441. |    |    +--- javax.mail:mail:1.4.7
  2442. |    |    |    \--- javax.activation:activation:1.1
  2443. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  2444. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  2445. |    |    |    \--- net.minidev:accessors-smart:1.2
  2446. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  2447. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  2448. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  2449. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  2450. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  2451. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2452. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  2453. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2454. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2455. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  2456. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2457. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  2458. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2459. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2460. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2461. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2462. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2463. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2464. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2465. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  2466. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  2467. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  2468. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  2469. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  2470. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  2471. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  2472. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  2473. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  2474. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2475. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  2476. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  2477. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  2478. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  2479. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  2480. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  2481. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  2482. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  2483. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  2484. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  2485. |    |    +--- net.minidev:json-smart:2.3 (*)
  2486. |    |    \--- org.slf4j:slf4j-api:1.7.25
  2487. |    \--- org.projectlombok:lombok:1.16.20
  2488. +--- com.pearson.roster.common:common-roster-service:1.0.4
  2489. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  2490. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  2491. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  2492. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2493. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2494. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  2495. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2496. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2497. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2498. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2499. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  2500. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2501. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2502. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2503. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2504. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  2505. |    |    |    +--- jdom:jdom:1.0
  2506. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  2507. |    |    |    |    \--- jdom:jdom:1.0
  2508. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  2509. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  2510. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  2511. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  2512. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  2513. |    |    +--- cglib:cglib:2.2
  2514. |    |    |    \--- asm:asm:3.1
  2515. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  2516. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  2517. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  2518. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  2519. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  2520. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  2521. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  2522. |    |    |         \--- activation:activation:1.0.2
  2523. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  2524. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  2525. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  2526. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2527. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  2528. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2529. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  2530. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  2531. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  2532. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  2533. |    |    |    +--- javax.annotation:jsr250-api:1.0
  2534. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  2535. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  2536. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2537. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  2538. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2539. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  2540. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  2541. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  2542. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  2543. |    |    |    |    |    \--- javax.activation:activation:1.1
  2544. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  2545. |    |    |    |    |    \--- stax:stax-api:1.0.1
  2546. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  2547. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  2548. |    |    |    |    \--- org.jvnet:mimepull:1.3
  2549. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2550. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  2551. |    |    |    +--- commons-io:commons-io:2.5
  2552. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  2553. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  2554. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  2555. |    |    |    |    +--- commons-logging:commons-logging:1.2
  2556. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  2557. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  2558. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  2559. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  2560. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  2561. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  2562. |    |    |    +--- org.noggit:noggit:0.6
  2563. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  2564. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  2565. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  2566. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  2567. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  2568. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  2569. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  2570. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  2571. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  2572. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  2573. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  2574. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  2575. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  2576. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  2577. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  2578. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  2579. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  2580. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  2581. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  2582. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  2583. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  2584. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  2585. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  2586. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  2587. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  2588. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  2589. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  2590. |    |    |    +--- com.google.guava:guava:14.0.1
  2591. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  2592. |    |    |    +--- com.tdunning:t-digest:3.1
  2593. |    |    |    +--- commons-cli:commons-cli:1.2
  2594. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  2595. |    |    |    +--- commons-collections:commons-collections:3.2.2
  2596. |    |    |    +--- commons-configuration:commons-configuration:1.6
  2597. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  2598. |    |    |    +--- commons-io:commons-io:2.5
  2599. |    |    |    +--- commons-lang:commons-lang:2.6
  2600. |    |    |    +--- dom4j:dom4j:1.6.1
  2601. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  2602. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  2603. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  2604. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  2605. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  2606. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  2607. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  2608. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  2609. |    |    |    +--- log4j:log4j:1.2.17
  2610. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  2611. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  2612. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  2613. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  2614. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  2615. |    |    |    +--- org.apache.commons:commons-exec:1.3
  2616. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  2617. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  2618. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  2619. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  2620. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  2621. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  2622. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  2623. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  2624. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  2625. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  2626. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  2627. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  2628. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  2629. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  2630. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  2631. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  2632. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  2633. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  2634. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  2635. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  2636. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  2637. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  2638. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  2639. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  2640. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  2641. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  2642. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  2643. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  2644. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  2645. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  2646. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  2647. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  2648. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  2649. |    |    |    +--- org.noggit:noggit:0.6
  2650. |    |    |    +--- org.ow2.asm:asm:5.1
  2651. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  2652. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  2653. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  2654. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  2655. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  2656. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  2657. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  2658. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  2659. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2660. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  2661. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  2662. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2663. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2664. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  2665. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  2666. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2667. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2668. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  2669. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2670. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2671. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  2672. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  2673. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  2674. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2675. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2676. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2677. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2678. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  2679. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  2680. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  2681. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2682. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2683. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2684. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2685. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  2686. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  2687. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  2688. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2689. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2690. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2691. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2692. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  2693. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2694. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  2695. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  2696. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2697. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  2698. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  2699. |    |    |    +--- org.jdom:jdom:1.1
  2700. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  2701. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  2702. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  2703. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  2704. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  2705. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  2706. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  2707. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2708. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  2709. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  2710. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  2711. |    |    |    +--- ognl:ognl:2.7.3
  2712. |    |    |    |    \--- jboss:javassist:3.7.ga
  2713. |    |    |    \--- javax.jms:jms:1.1
  2714. |    |    +--- javax.annotation:jsr250-api:1.0
  2715. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  2716. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  2717. |    |    +--- xalan:xalan:2.7.1
  2718. |    |    |    \--- xalan:serializer:2.7.1
  2719. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  2720. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  2721. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  2722. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  2723. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  2724. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  2725. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  2726. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  2727. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  2728. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  2729. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  2730. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  2731. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  2732. +--- org.apache.commons:commons-lang3:3.5
  2733. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  2734. +--- org.apache.httpcomponents:httpcore:4.4.6
  2735. +--- org.hamcrest:hamcrest-all:1.3
  2736. +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
  2737. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2738. |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
  2739. |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  2740. |    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
  2741. |    |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
  2742. |    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  2743. |    +--- com.jayway.jsonpath:json-path:2.4.0 (*)
  2744. |    +--- junit:junit:4.12 (*)
  2745. |    +--- org.assertj:assertj-core:3.9.1
  2746. |    +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
  2747. |    |    +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
  2748. |    |    +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
  2749. |    |    \--- org.objenesis:objenesis:2.5
  2750. |    +--- org.hamcrest:hamcrest-core:1.3
  2751. |    +--- org.hamcrest:hamcrest-library:1.3
  2752. |    |    \--- org.hamcrest:hamcrest-core:1.3
  2753. |    +--- org.skyscreamer:jsonassert:1.5.0
  2754. |    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
  2755. |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2756. |    +--- org.springframework:spring-test:5.0.5.RELEASE
  2757. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2758. |    \--- org.xmlunit:xmlunit-core:2.5.1
  2759. +--- org.mockito:mockito-core:2.8.9 (*)
  2760. +--- org.mockito:mockito-all:1.10.19
  2761. \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
  2762.      +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  2763.      +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  2764.      +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  2765.      \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  2766.  
  2767. testCompileClasspath - Compile classpath for source set 'test'.
  2768. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  2769. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  2770. |         \--- org.reactivestreams:reactive-streams:1.0.2
  2771. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  2772. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  2773. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  2774. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  2775. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  2776. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  2777. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  2778. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  2779. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2780. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2781. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2782. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2783. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  2784. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2785. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  2786. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  2787. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  2788. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  2789. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  2790. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  2791. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  2792. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  2793. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  2794. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  2795. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  2796. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  2797. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2798. |    |    \--- org.yaml:snakeyaml:1.19
  2799. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  2800. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2801. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  2802. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2803. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2804. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  2805. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2806. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2807. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  2808. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2809. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2810. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  2811. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2812. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2813. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2814. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  2815. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  2816. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2817. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  2818. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  2819. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  2820. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  2821. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  2822. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  2823. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  2824. |    |    +--- javax.validation:validation-api:2.0.1.Final
  2825. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  2826. |    |    \--- com.fasterxml:classmate:1.3.4
  2827. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2828. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  2829. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2830. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2831. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2832. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2833. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  2834. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2835. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  2836. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2837. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  2838. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  2839. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  2840. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  2841. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  2842. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  2843. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  2844. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  2845. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  2846. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  2847. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  2848. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  2849. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  2850. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  2851. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  2852. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  2853. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  2854. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  2855. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  2856. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  2857. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  2858. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  2859. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  2860. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  2861. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  2862. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  2863. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  2864. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  2865. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2866. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  2867. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  2868. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2869. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2870. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2871. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  2872. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  2873. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  2874. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  2875. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  2876. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2877. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2878. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  2879. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  2880. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2881. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2882. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2883. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2884. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  2885. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2886. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2887. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2888. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2889. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  2890. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2891. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  2892. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2893. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2894. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2895. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  2896. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  2897. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  2898. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  2899. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  2900. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  2901. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  2902. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  2903. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  2904. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  2905. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2906. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2907. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  2908. |    \--- io.micrometer:micrometer-core:1.0.3
  2909. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  2910. |         \--- org.latencyutils:LatencyUtils:2.0.3
  2911. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  2912. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  2913. |    |    +--- javax.mail:mail:1.4.7
  2914. |    |    |    \--- javax.activation:activation:1.1
  2915. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  2916. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  2917. |    |    |    \--- net.minidev:accessors-smart:1.2
  2918. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  2919. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  2920. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  2921. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  2922. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  2923. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2924. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  2925. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  2926. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2927. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  2928. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2929. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  2930. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2931. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2932. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2933. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  2934. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2935. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2936. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  2937. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  2938. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  2939. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  2940. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  2941. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  2942. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  2943. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  2944. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  2945. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  2946. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  2947. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  2948. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  2949. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  2950. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  2951. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  2952. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  2953. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  2954. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  2955. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  2956. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  2957. |    |    +--- net.minidev:json-smart:2.3 (*)
  2958. |    |    \--- org.slf4j:slf4j-api:1.7.25
  2959. |    \--- org.projectlombok:lombok:1.16.20
  2960. +--- com.pearson.roster.common:common-roster-service:1.0.4
  2961. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  2962. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  2963. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  2964. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2965. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2966. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  2967. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2968. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2969. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2970. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2971. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  2972. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  2973. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  2974. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  2975. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  2976. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  2977. |    |    |    +--- jdom:jdom:1.0
  2978. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  2979. |    |    |    |    \--- jdom:jdom:1.0
  2980. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  2981. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  2982. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  2983. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  2984. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  2985. |    |    +--- cglib:cglib:2.2
  2986. |    |    |    \--- asm:asm:3.1
  2987. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  2988. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  2989. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  2990. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  2991. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  2992. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  2993. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  2994. |    |    |         \--- activation:activation:1.0.2
  2995. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  2996. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  2997. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  2998. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  2999. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  3000. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3001. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  3002. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  3003. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  3004. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  3005. |    |    |    +--- javax.annotation:jsr250-api:1.0
  3006. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  3007. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  3008. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3009. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  3010. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3011. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  3012. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  3013. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  3014. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  3015. |    |    |    |    |    \--- javax.activation:activation:1.1
  3016. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  3017. |    |    |    |    |    \--- stax:stax-api:1.0.1
  3018. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  3019. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  3020. |    |    |    |    \--- org.jvnet:mimepull:1.3
  3021. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3022. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  3023. |    |    |    +--- commons-io:commons-io:2.5
  3024. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  3025. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  3026. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  3027. |    |    |    |    +--- commons-logging:commons-logging:1.2
  3028. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  3029. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  3030. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  3031. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  3032. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  3033. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  3034. |    |    |    +--- org.noggit:noggit:0.6
  3035. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  3036. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  3037. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  3038. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  3039. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  3040. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  3041. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  3042. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  3043. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  3044. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  3045. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  3046. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  3047. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  3048. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  3049. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  3050. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  3051. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  3052. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  3053. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  3054. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  3055. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  3056. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  3057. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  3058. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  3059. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  3060. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  3061. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  3062. |    |    |    +--- com.google.guava:guava:14.0.1
  3063. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  3064. |    |    |    +--- com.tdunning:t-digest:3.1
  3065. |    |    |    +--- commons-cli:commons-cli:1.2
  3066. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  3067. |    |    |    +--- commons-collections:commons-collections:3.2.2
  3068. |    |    |    +--- commons-configuration:commons-configuration:1.6
  3069. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  3070. |    |    |    +--- commons-io:commons-io:2.5
  3071. |    |    |    +--- commons-lang:commons-lang:2.6
  3072. |    |    |    +--- dom4j:dom4j:1.6.1
  3073. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  3074. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  3075. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  3076. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  3077. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  3078. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  3079. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  3080. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  3081. |    |    |    +--- log4j:log4j:1.2.17
  3082. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  3083. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  3084. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  3085. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  3086. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  3087. |    |    |    +--- org.apache.commons:commons-exec:1.3
  3088. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  3089. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  3090. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  3091. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  3092. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  3093. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  3094. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  3095. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  3096. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  3097. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  3098. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  3099. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  3100. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  3101. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  3102. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  3103. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  3104. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  3105. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  3106. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  3107. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  3108. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  3109. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  3110. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  3111. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  3112. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  3113. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  3114. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  3115. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  3116. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  3117. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  3118. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  3119. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  3120. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  3121. |    |    |    +--- org.noggit:noggit:0.6
  3122. |    |    |    +--- org.ow2.asm:asm:5.1
  3123. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  3124. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  3125. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  3126. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  3127. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  3128. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  3129. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  3130. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  3131. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3132. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  3133. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  3134. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3135. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3136. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  3137. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  3138. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3139. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3140. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  3141. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3142. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3143. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  3144. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  3145. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  3146. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3147. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3148. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3149. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3150. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  3151. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  3152. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  3153. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3154. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3155. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3156. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3157. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  3158. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  3159. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  3160. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3161. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3162. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3163. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3164. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  3165. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3166. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3167. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3168. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3169. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  3170. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  3171. |    |    |    +--- org.jdom:jdom:1.1
  3172. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  3173. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  3174. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  3175. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  3176. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  3177. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  3178. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  3179. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3180. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  3181. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  3182. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  3183. |    |    |    +--- ognl:ognl:2.7.3
  3184. |    |    |    |    \--- jboss:javassist:3.7.ga
  3185. |    |    |    \--- javax.jms:jms:1.1
  3186. |    |    +--- javax.annotation:jsr250-api:1.0
  3187. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  3188. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3189. |    |    +--- xalan:xalan:2.7.1
  3190. |    |    |    \--- xalan:serializer:2.7.1
  3191. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  3192. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  3193. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  3194. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  3195. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  3196. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  3197. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  3198. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  3199. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  3200. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  3201. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  3202. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  3203. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  3204. +--- org.apache.commons:commons-lang3:3.5
  3205. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  3206. +--- org.apache.httpcomponents:httpcore:4.4.6
  3207. +--- org.hamcrest:hamcrest-all:1.3
  3208. +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
  3209. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3210. |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
  3211. |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  3212. |    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
  3213. |    |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
  3214. |    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  3215. |    +--- com.jayway.jsonpath:json-path:2.4.0 (*)
  3216. |    +--- junit:junit:4.12 (*)
  3217. |    +--- org.assertj:assertj-core:3.9.1
  3218. |    +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
  3219. |    |    +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
  3220. |    |    +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
  3221. |    |    \--- org.objenesis:objenesis:2.5
  3222. |    +--- org.hamcrest:hamcrest-core:1.3
  3223. |    +--- org.hamcrest:hamcrest-library:1.3
  3224. |    |    \--- org.hamcrest:hamcrest-core:1.3
  3225. |    +--- org.skyscreamer:jsonassert:1.5.0
  3226. |    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
  3227. |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3228. |    +--- org.springframework:spring-test:5.0.5.RELEASE
  3229. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3230. |    \--- org.xmlunit:xmlunit-core:2.5.1
  3231. +--- org.mockito:mockito-core:2.8.9 (*)
  3232. +--- org.mockito:mockito-all:1.10.19
  3233. \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
  3234.      +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  3235.      +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  3236.      +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  3237.      \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  3238.  
  3239. testCompileOnly - Compile only dependencies for source set 'test'.
  3240. No dependencies
  3241.  
  3242. testImplementation - Implementation only dependencies for source set 'test'. (n)
  3243. No dependencies
  3244.  
  3245. testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testRuntimeOnly ' instead).
  3246. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  3247. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  3248. |         \--- org.reactivestreams:reactive-streams:1.0.2
  3249. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  3250. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  3251. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  3252. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  3253. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  3254. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  3255. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  3256. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  3257. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3258. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3259. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3260. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3261. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  3262. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3263. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  3264. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  3265. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  3266. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  3267. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  3268. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  3269. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  3270. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  3271. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  3272. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  3273. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  3274. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  3275. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3276. |    |    \--- org.yaml:snakeyaml:1.19
  3277. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  3278. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3279. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  3280. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3281. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3282. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  3283. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  3284. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3285. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  3286. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3287. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3288. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  3289. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  3290. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3291. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3292. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  3293. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3294. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3295. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  3296. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  3297. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  3298. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  3299. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  3300. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  3301. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  3302. |    |    +--- javax.validation:validation-api:2.0.1.Final
  3303. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  3304. |    |    \--- com.fasterxml:classmate:1.3.4
  3305. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3306. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  3307. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3308. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3309. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3310. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3311. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  3312. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3313. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  3314. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3315. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  3316. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  3317. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  3318. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  3319. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  3320. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  3321. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  3322. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  3323. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  3324. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  3325. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  3326. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  3327. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  3328. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  3329. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  3330. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  3331. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  3332. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  3333. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  3334. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  3335. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  3336. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  3337. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  3338. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  3339. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  3340. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  3341. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  3342. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  3343. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3344. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  3345. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  3346. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3347. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3348. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3349. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  3350. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  3351. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  3352. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  3353. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  3354. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3355. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3356. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  3357. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  3358. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3359. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3360. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3361. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3362. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  3363. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3364. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3365. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3366. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3367. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  3368. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  3369. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3370. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3371. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3372. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3373. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  3374. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3375. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  3376. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  3377. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3378. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  3379. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  3380. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  3381. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  3382. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3383. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3384. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3385. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  3386. |    \--- io.micrometer:micrometer-core:1.0.3
  3387. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  3388. |         \--- org.latencyutils:LatencyUtils:2.0.3
  3389. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  3390. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  3391. |    |    +--- javax.mail:mail:1.4.7
  3392. |    |    |    \--- javax.activation:activation:1.1
  3393. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  3394. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  3395. |    |    |    \--- net.minidev:accessors-smart:1.2
  3396. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  3397. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  3398. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  3399. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  3400. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  3401. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  3402. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  3403. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  3404. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3405. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  3406. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3407. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  3408. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3409. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3410. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3411. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3412. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  3413. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  3414. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  3415. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  3416. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  3417. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  3418. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  3419. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  3420. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  3421. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  3422. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  3423. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  3424. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  3425. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  3426. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  3427. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  3428. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  3429. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  3430. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  3431. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  3432. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  3433. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  3434. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  3435. |    |    +--- net.minidev:json-smart:2.3 (*)
  3436. |    |    \--- org.slf4j:slf4j-api:1.7.25
  3437. |    \--- org.projectlombok:lombok:1.16.20
  3438. +--- com.pearson.roster.common:common-roster-service:1.0.4
  3439. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  3440. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  3441. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  3442. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3443. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3444. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  3445. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3446. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3447. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  3448. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  3449. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  3450. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3451. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3452. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3453. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  3454. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  3455. |    |    |    +--- jdom:jdom:1.0
  3456. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  3457. |    |    |    |    \--- jdom:jdom:1.0
  3458. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  3459. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  3460. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  3461. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  3462. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  3463. |    |    +--- cglib:cglib:2.2
  3464. |    |    |    \--- asm:asm:3.1
  3465. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  3466. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  3467. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  3468. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  3469. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  3470. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  3471. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  3472. |    |    |         \--- activation:activation:1.0.2
  3473. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  3474. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  3475. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  3476. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3477. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  3478. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3479. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  3480. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  3481. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  3482. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  3483. |    |    |    +--- javax.annotation:jsr250-api:1.0
  3484. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  3485. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  3486. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3487. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  3488. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3489. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  3490. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  3491. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  3492. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  3493. |    |    |    |    |    \--- javax.activation:activation:1.1
  3494. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  3495. |    |    |    |    |    \--- stax:stax-api:1.0.1
  3496. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  3497. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  3498. |    |    |    |    \--- org.jvnet:mimepull:1.3
  3499. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3500. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  3501. |    |    |    +--- commons-io:commons-io:2.5
  3502. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  3503. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  3504. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  3505. |    |    |    |    +--- commons-logging:commons-logging:1.2
  3506. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  3507. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  3508. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  3509. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  3510. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  3511. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  3512. |    |    |    +--- org.noggit:noggit:0.6
  3513. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  3514. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  3515. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  3516. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  3517. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  3518. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  3519. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  3520. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  3521. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  3522. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  3523. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  3524. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  3525. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  3526. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  3527. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  3528. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  3529. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  3530. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  3531. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  3532. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  3533. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  3534. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  3535. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  3536. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  3537. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  3538. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  3539. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  3540. |    |    |    +--- com.google.guava:guava:14.0.1
  3541. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  3542. |    |    |    +--- com.tdunning:t-digest:3.1
  3543. |    |    |    +--- commons-cli:commons-cli:1.2
  3544. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  3545. |    |    |    +--- commons-collections:commons-collections:3.2.2
  3546. |    |    |    +--- commons-configuration:commons-configuration:1.6
  3547. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  3548. |    |    |    +--- commons-io:commons-io:2.5
  3549. |    |    |    +--- commons-lang:commons-lang:2.6
  3550. |    |    |    +--- dom4j:dom4j:1.6.1
  3551. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  3552. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  3553. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  3554. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  3555. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  3556. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  3557. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  3558. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  3559. |    |    |    +--- log4j:log4j:1.2.17
  3560. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  3561. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  3562. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  3563. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  3564. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  3565. |    |    |    +--- org.apache.commons:commons-exec:1.3
  3566. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  3567. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  3568. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  3569. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  3570. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  3571. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  3572. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  3573. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  3574. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  3575. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  3576. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  3577. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  3578. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  3579. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  3580. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  3581. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  3582. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  3583. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  3584. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  3585. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  3586. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  3587. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  3588. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  3589. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  3590. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  3591. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  3592. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  3593. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  3594. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  3595. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  3596. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  3597. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  3598. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  3599. |    |    |    +--- org.noggit:noggit:0.6
  3600. |    |    |    +--- org.ow2.asm:asm:5.1
  3601. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  3602. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  3603. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  3604. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  3605. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  3606. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  3607. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  3608. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  3609. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3610. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  3611. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  3612. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3613. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3614. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  3615. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  3616. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3617. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3618. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  3619. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3620. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3621. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  3622. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  3623. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  3624. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3625. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3626. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3627. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3628. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  3629. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  3630. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  3631. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3632. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3633. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3634. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3635. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  3636. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  3637. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  3638. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3639. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3640. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3641. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3642. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  3643. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3644. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3645. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  3646. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3647. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  3648. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  3649. |    |    |    +--- org.jdom:jdom:1.1
  3650. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  3651. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  3652. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  3653. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  3654. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  3655. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  3656. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  3657. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  3658. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  3659. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  3660. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  3661. |    |    |    +--- ognl:ognl:2.7.3
  3662. |    |    |    |    \--- jboss:javassist:3.7.ga
  3663. |    |    |    \--- javax.jms:jms:1.1
  3664. |    |    +--- javax.annotation:jsr250-api:1.0
  3665. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  3666. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3667. |    |    +--- xalan:xalan:2.7.1
  3668. |    |    |    \--- xalan:serializer:2.7.1
  3669. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  3670. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  3671. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  3672. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  3673. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  3674. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  3675. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  3676. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  3677. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  3678. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  3679. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  3680. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  3681. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  3682. +--- org.apache.commons:commons-lang3:3.5
  3683. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  3684. +--- org.apache.httpcomponents:httpcore:4.4.6
  3685. +--- org.hamcrest:hamcrest-all:1.3
  3686. +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
  3687. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3688. |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
  3689. |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  3690. |    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
  3691. |    |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
  3692. |    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  3693. |    +--- com.jayway.jsonpath:json-path:2.4.0 (*)
  3694. |    +--- junit:junit:4.12 (*)
  3695. |    +--- org.assertj:assertj-core:3.9.1
  3696. |    +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
  3697. |    |    +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
  3698. |    |    +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
  3699. |    |    \--- org.objenesis:objenesis:2.5
  3700. |    +--- org.hamcrest:hamcrest-core:1.3
  3701. |    +--- org.hamcrest:hamcrest-library:1.3
  3702. |    |    \--- org.hamcrest:hamcrest-core:1.3
  3703. |    +--- org.skyscreamer:jsonassert:1.5.0
  3704. |    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
  3705. |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3706. |    +--- org.springframework:spring-test:5.0.5.RELEASE
  3707. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3708. |    \--- org.xmlunit:xmlunit-core:2.5.1
  3709. +--- org.mockito:mockito-core:2.8.9 (*)
  3710. +--- org.mockito:mockito-all:1.10.19
  3711. \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
  3712.      +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  3713.      +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  3714.      +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  3715.      \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  3716.  
  3717. testRuntimeClasspath - Runtime classpath of source set 'test'.
  3718. +--- io.projectreactor.addons:reactor-extra:3.1.6.RELEASE
  3719. |    \--- io.projectreactor:reactor-core:3.1.5.RELEASE -> 3.1.6.RELEASE
  3720. |         \--- org.reactivestreams:reactive-streams:1.0.2
  3721. +--- org.springframework.boot:spring-boot-starter-web -> 2.0.1.RELEASE
  3722. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE
  3723. |    |    +--- org.springframework.boot:spring-boot:2.0.1.RELEASE
  3724. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE
  3725. |    |    |    |    \--- org.springframework:spring-jcl:5.0.5.RELEASE
  3726. |    |    |    \--- org.springframework:spring-context:5.0.5.RELEASE
  3727. |    |    |         +--- org.springframework:spring-aop:5.0.5.RELEASE
  3728. |    |    |         |    +--- org.springframework:spring-beans:5.0.5.RELEASE
  3729. |    |    |         |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3730. |    |    |         |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3731. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3732. |    |    |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3733. |    |    |         \--- org.springframework:spring-expression:5.0.5.RELEASE
  3734. |    |    |              \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3735. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE
  3736. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  3737. |    |    +--- org.springframework.boot:spring-boot-starter-logging:2.0.1.RELEASE
  3738. |    |    |    +--- ch.qos.logback:logback-classic:1.2.3
  3739. |    |    |    |    +--- ch.qos.logback:logback-core:1.2.3
  3740. |    |    |    |    \--- org.slf4j:slf4j-api:1.7.25
  3741. |    |    |    +--- org.apache.logging.log4j:log4j-to-slf4j:2.10.0
  3742. |    |    |    |    +--- org.slf4j:slf4j-api:1.7.25
  3743. |    |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  3744. |    |    |    \--- org.slf4j:jul-to-slf4j:1.7.25
  3745. |    |    |         \--- org.slf4j:slf4j-api:1.7.25
  3746. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  3747. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3748. |    |    \--- org.yaml:snakeyaml:1.19
  3749. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE
  3750. |    |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3751. |    |    +--- org.springframework:spring-web:5.0.5.RELEASE
  3752. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3753. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3754. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5
  3755. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  3756. |    |    |    \--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3757. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.5
  3758. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3759. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3760. |    |    +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5
  3761. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  3762. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3763. |    |    |    \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3764. |    |    \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.5
  3765. |    |         +--- com.fasterxml.jackson.core:jackson-core:2.9.5
  3766. |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3767. |    +--- org.springframework.boot:spring-boot-starter-tomcat:2.0.1.RELEASE
  3768. |    |    +--- javax.annotation:javax.annotation-api:1.3.2
  3769. |    |    +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  3770. |    |    +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.29
  3771. |    |    \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.29
  3772. |    |         \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.29
  3773. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final
  3774. |    |    +--- javax.validation:validation-api:2.0.1.Final
  3775. |    |    +--- org.jboss.logging:jboss-logging:3.3.2.Final
  3776. |    |    \--- com.fasterxml:classmate:1.3.4
  3777. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3778. |    \--- org.springframework:spring-webmvc:5.0.5.RELEASE
  3779. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3780. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3781. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3782. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3783. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  3784. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3785. +--- org.springframework.boot:spring-boot-starter-webflux -> 2.0.1.RELEASE
  3786. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3787. |    +--- org.springframework.boot:spring-boot-starter-json:2.0.1.RELEASE (*)
  3788. |    +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.1.RELEASE
  3789. |    |    \--- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
  3790. |    |         +--- io.netty:netty-codec-http:4.1.22.Final -> 4.1.23.Final
  3791. |    |         |    \--- io.netty:netty-codec:4.1.23.Final
  3792. |    |         |         \--- io.netty:netty-transport:4.1.23.Final
  3793. |    |         |              +--- io.netty:netty-buffer:4.1.23.Final
  3794. |    |         |              |    \--- io.netty:netty-common:4.1.23.Final
  3795. |    |         |              \--- io.netty:netty-resolver:4.1.23.Final
  3796. |    |         |                   \--- io.netty:netty-common:4.1.23.Final
  3797. |    |         +--- io.netty:netty-handler:4.1.22.Final -> 4.1.23.Final
  3798. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  3799. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  3800. |    |         |    \--- io.netty:netty-codec:4.1.23.Final (*)
  3801. |    |         +--- io.netty:netty-handler-proxy:4.1.22.Final -> 4.1.23.Final
  3802. |    |         |    +--- io.netty:netty-transport:4.1.23.Final (*)
  3803. |    |         |    +--- io.netty:netty-codec-socks:4.1.23.Final
  3804. |    |         |    |    \--- io.netty:netty-codec:4.1.23.Final (*)
  3805. |    |         |    \--- io.netty:netty-codec-http:4.1.23.Final (*)
  3806. |    |         +--- io.netty:netty-transport-native-epoll:4.1.22.Final -> 4.1.23.Final
  3807. |    |         |    +--- io.netty:netty-common:4.1.23.Final
  3808. |    |         |    +--- io.netty:netty-buffer:4.1.23.Final (*)
  3809. |    |         |    +--- io.netty:netty-transport-native-unix-common:4.1.23.Final
  3810. |    |         |    |    +--- io.netty:netty-common:4.1.23.Final
  3811. |    |         |    |    \--- io.netty:netty-transport:4.1.23.Final (*)
  3812. |    |         |    \--- io.netty:netty-transport:4.1.23.Final (*)
  3813. |    |         \--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  3814. |    +--- org.hibernate.validator:hibernate-validator:6.0.9.Final (*)
  3815. |    +--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3816. |    +--- org.springframework:spring-webflux:5.0.5.RELEASE
  3817. |    |    +--- io.projectreactor:reactor-core:3.1.6.RELEASE (*)
  3818. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3819. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3820. |    |    \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3821. |    \--- org.synchronoss.cloud:nio-multipart-parser:1.1.0
  3822. |         +--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  3823. |         \--- org.synchronoss.cloud:nio-stream-storage:1.1.3
  3824. |              \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.25
  3825. +--- org.springframework.boot:spring-boot-starter-security -> 2.0.1.RELEASE
  3826. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3827. |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3828. |    +--- org.springframework.security:spring-security-config:5.0.4.RELEASE
  3829. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE
  3830. |    |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3831. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3832. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3833. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3834. |    |    |    \--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  3835. |    |    +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3836. |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3837. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3838. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3839. |    \--- org.springframework.security:spring-security-web:5.0.4.RELEASE
  3840. |         +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  3841. |         +--- org.springframework:spring-aop:5.0.5.RELEASE (*)
  3842. |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3843. |         +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3844. |         +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3845. |         +--- org.springframework:spring-expression:5.0.5.RELEASE (*)
  3846. |         \--- org.springframework:spring-web:5.0.5.RELEASE (*)
  3847. +--- org.springframework.boot:spring-boot-starter-tomcat -> 2.0.1.RELEASE (*)
  3848. +--- org.springframework.boot:spring-boot-starter-actuator -> 2.0.1.RELEASE
  3849. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  3850. |    +--- org.springframework.boot:spring-boot-actuator-autoconfigure:2.0.1.RELEASE
  3851. |    |    +--- org.springframework.boot:spring-boot-actuator:2.0.1.RELEASE
  3852. |    |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  3853. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  3854. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.5 (*)
  3855. |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3856. |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3857. |    |    \--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5 (*)
  3858. |    \--- io.micrometer:micrometer-core:1.0.3
  3859. |         +--- org.hdrhistogram:HdrHistogram:2.1.10
  3860. |         \--- org.latencyutils:LatencyUtils:2.0.3
  3861. +--- org.springframework.security:spring-security-oauth2-client -> 5.0.4.RELEASE
  3862. |    +--- com.nimbusds:oauth2-oidc-sdk:5.57
  3863. |    |    +--- javax.mail:mail:1.4.7
  3864. |    |    |    \--- javax.activation:activation:1.1
  3865. |    |    +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  3866. |    |    +--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3
  3867. |    |    |    \--- net.minidev:accessors-smart:1.2
  3868. |    |    |         \--- org.ow2.asm:asm:5.0.4 -> 5.1
  3869. |    |    +--- com.nimbusds:lang-tag:[1.4.3,) -> 1.4.4
  3870. |    |    \--- com.nimbusds:nimbus-jose-jwt:[5.5,) -> 6.2
  3871. |    |         +--- com.github.stephenc.jcip:jcip-annotations:1.0-1
  3872. |    |         \--- net.minidev:json-smart:[1.3.1,2.3] -> 2.3 (*)
  3873. |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  3874. |    +--- org.springframework.security:spring-security-oauth2-core:5.0.4.RELEASE
  3875. |    |    +--- org.springframework.security:spring-security-core:5.0.4.RELEASE (*)
  3876. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3877. |    +--- org.springframework.security:spring-security-web:5.0.4.RELEASE (*)
  3878. |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3879. +--- org.springframework.security.oauth:spring-security-oauth2:2.3.0.RELEASE
  3880. |    +--- org.springframework:spring-beans:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3881. |    +--- org.springframework:spring-core:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3882. |    +--- org.springframework:spring-context:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3883. |    +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 5.0.5.RELEASE (*)
  3884. |    +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  3885. |    +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  3886. |    +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 5.0.4.RELEASE (*)
  3887. |    +--- commons-codec:commons-codec:1.9 -> 1.11
  3888. |    \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  3889. |         \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  3890. +--- com.pearson.ltg.rbs:rbs-common-auth-client-webflux:1.1.0-SNAPSHOT
  3891. |    +--- org.springframework.boot:spring-boot-starter-web:2.0.1.RELEASE (*)
  3892. |    +--- org.springframework.boot:spring-boot-starter-webflux:2.0.1.RELEASE (*)
  3893. |    +--- org.springframework.boot:spring-boot-starter-actuator:2.0.1.RELEASE (*)
  3894. |    +--- org.springframework.boot:spring-boot-starter-security:2.0.1.RELEASE (*)
  3895. |    +--- org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.0.0.RELEASE
  3896. |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  3897. |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.4 -> 2.9.5 (*)
  3898. |    |    +--- org.springframework.boot:spring-boot:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  3899. |    |    +--- org.springframework.boot:spring-boot-autoconfigure:2.0.0.RELEASE -> 2.0.1.RELEASE (*)
  3900. |    |    +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE -> 2.3.0.RELEASE (*)
  3901. |    |    +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  3902. |    |    |    \--- org.bouncycastle:bcpkix-jdk15on:1.56
  3903. |    |    |         \--- org.bouncycastle:bcprov-jdk15on:1.56
  3904. |    |    \--- org.springframework:spring-web:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  3905. |    +--- org.apache.commons:commons-lang3:3.7 -> 3.5
  3906. |    +--- com.jayway.jsonpath:json-path:2.3.0 -> 2.4.0
  3907. |    |    +--- net.minidev:json-smart:2.3 (*)
  3908. |    |    \--- org.slf4j:slf4j-api:1.7.25
  3909. |    \--- org.projectlombok:lombok:1.16.20
  3910. +--- com.pearson.roster.common:common-roster-service:1.0.4
  3911. |    +--- ch.qos.logback:logback-classic:1.1.7 -> 1.2.3 (*)
  3912. |    +--- com.pearson.ltg.shared-services:common-rumba-course-services-core:1.10.0-SNAPSHOT
  3913. |    |    +--- org.springframework:spring-jdbc:3.0.3.RELEASE -> 5.0.5.RELEASE
  3914. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3915. |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3916. |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE
  3917. |    |    |         +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3918. |    |    |         \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3919. |    |    +--- org.springframework:spring-beans:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  3920. |    |    +--- org.springframework:spring-context:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  3921. |    |    +--- org.springframework:spring-context-support:3.0.3.RELEASE -> 5.0.5.RELEASE
  3922. |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  3923. |    |    |    +--- org.springframework:spring-context:5.0.5.RELEASE (*)
  3924. |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  3925. |    |    +--- org.springframework:spring-core:3.0.3.RELEASE -> 5.0.5.RELEASE (*)
  3926. |    |    +--- net.java.dev.rome:rome-fetcher:1.0.0
  3927. |    |    |    +--- jdom:jdom:1.0
  3928. |    |    |    +--- net.java.dev.rome:rome:1.0.0
  3929. |    |    |    |    \--- jdom:jdom:1.0
  3930. |    |    |    +--- commons-httpclient:commons-httpclient:3.0.1
  3931. |    |    |    |    +--- junit:junit:3.8.1 -> 4.12
  3932. |    |    |    |    |    \--- org.hamcrest:hamcrest-core:1.3
  3933. |    |    |    |    \--- commons-codec:commons-codec:1.2 -> 1.11
  3934. |    |    |    \--- commons-logging:commons-logging-api:1.0.4
  3935. |    |    +--- cglib:cglib:2.2
  3936. |    |    |    \--- asm:asm:3.1
  3937. |    |    +--- joda-time:joda-time:2.1 -> 2.9.9
  3938. |    |    +--- commons-dbcp:commons-dbcp:1.2.2
  3939. |    |    |    \--- commons-pool:commons-pool:1.3 -> 1.6
  3940. |    |    \--- commons-lang:commons-lang:2.5 -> 2.6
  3941. |    +--- com.pearson.ltg.common:realize-rumba-client-coresvcs:1.12.0-SNAPSHOT
  3942. |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3 -> 1.3.3
  3943. |    |    |    \--- javax.xml.soap:saaj-api:1.3
  3944. |    |    |         \--- activation:activation:1.0.2
  3945. |    |    |              \--- javax.activation:activation:1.0.2 -> 1.1
  3946. |    |    +--- com.thoughtworks.xstream:xstream:1.3.1
  3947. |    |    |    \--- xpp3:xpp3_min:1.1.4c
  3948. |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  3949. |    |    +--- org.springframework:spring-context-support:2.5.6 -> 5.0.5.RELEASE (*)
  3950. |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  3951. |    |    +--- net.sf.ehcache:ehcache:1.3.0 -> 2.10.4
  3952. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  3953. |    |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT
  3954. |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  3955. |    |    |    +--- javax.annotation:jsr250-api:1.0
  3956. |    |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7
  3957. |    |    |    |    +--- javax.xml.ws:jaxws-api:2.1
  3958. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3959. |    |    |    |    +--- com.sun.xml.bind:jaxb-impl:2.1.11
  3960. |    |    |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3961. |    |    |    |    +--- com.sun.xml.messaging.saaj:saaj-impl:1.3.3 (*)
  3962. |    |    |    |    +--- com.sun.xml.stream.buffer:streambuffer:0.9
  3963. |    |    |    |    |    +--- org.jvnet.staxex:stax-ex:latest.release -> 1.8
  3964. |    |    |    |    |    |    \--- javax.activation:activation:1.1
  3965. |    |    |    |    |    \--- javax.activation:activation:1.1
  3966. |    |    |    |    +--- org.codehaus.woodstox:wstx-asl:3.2.3
  3967. |    |    |    |    |    \--- stax:stax-api:1.0.1
  3968. |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.2 -> 1.8 (*)
  3969. |    |    |    |    +--- com.sun.org.apache.xml.internal:resolver:20050927
  3970. |    |    |    |    \--- org.jvnet:mimepull:1.3
  3971. |    |    |    \--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  3972. |    |    +--- org.apache.solr:solr-solrj:1.4.0 -> 6.6.3
  3973. |    |    |    +--- commons-io:commons-io:2.5
  3974. |    |    |    +--- org.apache.commons:commons-math3:3.4.1
  3975. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3
  3976. |    |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.6
  3977. |    |    |    |    +--- commons-logging:commons-logging:1.2
  3978. |    |    |    |    \--- commons-codec:commons-codec:1.9 -> 1.11
  3979. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  3980. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  3981. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  3982. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  3983. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  3984. |    |    |    +--- org.noggit:noggit:0.6
  3985. |    |    |    \--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  3986. |    |    +--- org.apache.solr:solr-core:1.4.0 -> 6.6.3
  3987. |    |    |    +--- org.apache.lucene:lucene-analyzers-common:6.6.3
  3988. |    |    |    +--- org.apache.lucene:lucene-analyzers-kuromoji:6.6.3
  3989. |    |    |    +--- org.apache.lucene:lucene-analyzers-phonetic:6.6.3
  3990. |    |    |    +--- org.apache.lucene:lucene-backward-codecs:6.6.3
  3991. |    |    |    +--- org.apache.lucene:lucene-classification:6.6.3
  3992. |    |    |    +--- org.apache.lucene:lucene-codecs:6.6.3
  3993. |    |    |    +--- org.apache.lucene:lucene-core:6.6.3
  3994. |    |    |    +--- org.apache.lucene:lucene-expressions:6.6.3
  3995. |    |    |    +--- org.apache.lucene:lucene-grouping:6.6.3
  3996. |    |    |    +--- org.apache.lucene:lucene-highlighter:6.6.3
  3997. |    |    |    +--- org.apache.lucene:lucene-join:6.6.3
  3998. |    |    |    +--- org.apache.lucene:lucene-memory:6.6.3
  3999. |    |    |    +--- org.apache.lucene:lucene-misc:6.6.3
  4000. |    |    |    +--- org.apache.lucene:lucene-queries:6.6.3
  4001. |    |    |    +--- org.apache.lucene:lucene-queryparser:6.6.3
  4002. |    |    |    +--- org.apache.lucene:lucene-sandbox:6.6.3
  4003. |    |    |    +--- org.apache.lucene:lucene-spatial-extras:6.6.3
  4004. |    |    |    +--- org.apache.lucene:lucene-suggest:6.6.3
  4005. |    |    |    +--- org.apache.solr:solr-solrj:6.6.3 (*)
  4006. |    |    |    +--- com.carrotsearch:hppc:0.7.1
  4007. |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.5.4 -> 2.9.0
  4008. |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.5.4 -> 2.9.5
  4009. |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.5.4 -> 2.9.5 (*)
  4010. |    |    |    +--- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 -> 2.9.5
  4011. |    |    |    +--- com.github.ben-manes.caffeine:caffeine:2.4.0 -> 2.6.2
  4012. |    |    |    +--- com.google.guava:guava:14.0.1
  4013. |    |    |    +--- com.google.protobuf:protobuf-java:3.1.0
  4014. |    |    |    +--- com.tdunning:t-digest:3.1
  4015. |    |    |    +--- commons-cli:commons-cli:1.2
  4016. |    |    |    +--- commons-codec:commons-codec:1.10 -> 1.11
  4017. |    |    |    +--- commons-collections:commons-collections:3.2.2
  4018. |    |    |    +--- commons-configuration:commons-configuration:1.6
  4019. |    |    |    +--- commons-fileupload:commons-fileupload:1.3.2
  4020. |    |    |    +--- commons-io:commons-io:2.5
  4021. |    |    |    +--- commons-lang:commons-lang:2.6
  4022. |    |    |    +--- dom4j:dom4j:1.6.1
  4023. |    |    |    +--- info.ganglia.gmetric4j:gmetric4j:1.0.7
  4024. |    |    |    +--- io.dropwizard.metrics:metrics-core:3.2.2 -> 3.2.6
  4025. |    |    |    +--- io.dropwizard.metrics:metrics-ganglia:3.2.2 -> 3.2.6
  4026. |    |    |    +--- io.dropwizard.metrics:metrics-graphite:3.2.2 -> 3.2.6
  4027. |    |    |    +--- io.dropwizard.metrics:metrics-jetty9:3.2.2 -> 3.2.6
  4028. |    |    |    +--- io.dropwizard.metrics:metrics-jvm:3.2.2 -> 3.2.6
  4029. |    |    |    +--- javax.servlet:javax.servlet-api:3.1.0
  4030. |    |    |    +--- joda-time:joda-time:2.2 -> 2.9.9
  4031. |    |    |    +--- log4j:log4j:1.2.17
  4032. |    |    |    +--- net.hydromatic:eigenbase-properties:1.1.5
  4033. |    |    |    +--- org.antlr:antlr4-runtime:4.5.1-1
  4034. |    |    |    +--- org.apache.calcite:calcite-core:1.11.0
  4035. |    |    |    +--- org.apache.calcite:calcite-linq4j:1.11.0
  4036. |    |    |    +--- org.apache.calcite.avatica:avatica-core:1.9.0
  4037. |    |    |    +--- org.apache.commons:commons-exec:1.3
  4038. |    |    |    +--- org.apache.curator:curator-client:2.8.0
  4039. |    |    |    +--- org.apache.curator:curator-framework:2.8.0
  4040. |    |    |    +--- org.apache.curator:curator-recipes:2.8.0
  4041. |    |    |    +--- org.apache.hadoop:hadoop-annotations:2.7.4
  4042. |    |    |    +--- org.apache.hadoop:hadoop-auth:2.7.4
  4043. |    |    |    +--- org.apache.hadoop:hadoop-common:2.7.4
  4044. |    |    |    +--- org.apache.hadoop:hadoop-hdfs:2.7.4
  4045. |    |    |    +--- org.apache.htrace:htrace-core:3.2.0-incubating
  4046. |    |    |    +--- org.apache.httpcomponents:httpclient:4.4.1 -> 4.5.3 (*)
  4047. |    |    |    +--- org.apache.httpcomponents:httpcore:4.4.1 -> 4.4.6
  4048. |    |    |    +--- org.apache.httpcomponents:httpmime:4.4.1 -> 4.5.5
  4049. |    |    |    +--- org.apache.zookeeper:zookeeper:3.4.10
  4050. |    |    |    +--- org.codehaus.jackson:jackson-core-asl:1.9.13
  4051. |    |    |    +--- org.codehaus.jackson:jackson-mapper-asl:1.9.13 (*)
  4052. |    |    |    +--- org.codehaus.janino:commons-compiler:2.7.6
  4053. |    |    |    +--- org.codehaus.janino:janino:2.7.6 -> 3.0.8
  4054. |    |    |    +--- org.codehaus.woodstox:stax2-api:3.1.4
  4055. |    |    |    +--- org.codehaus.woodstox:woodstox-core-asl:4.4.1
  4056. |    |    |    +--- org.eclipse.jetty:jetty-continuation:9.3.14.v20161028 -> 9.4.9.v20180320
  4057. |    |    |    +--- org.eclipse.jetty:jetty-deploy:9.3.14.v20161028 -> 9.4.9.v20180320
  4058. |    |    |    +--- org.eclipse.jetty:jetty-http:9.3.14.v20161028 -> 9.4.9.v20180320
  4059. |    |    |    |    \--- org.eclipse.jetty:jetty-io:9.4.9.v20180320
  4060. |    |    |    +--- org.eclipse.jetty:jetty-io:9.3.14.v20161028 -> 9.4.9.v20180320
  4061. |    |    |    +--- org.eclipse.jetty:jetty-jmx:9.3.14.v20161028 -> 9.4.9.v20180320
  4062. |    |    |    +--- org.eclipse.jetty:jetty-rewrite:9.3.14.v20161028 -> 9.4.9.v20180320
  4063. |    |    |    +--- org.eclipse.jetty:jetty-security:9.3.14.v20161028 -> 9.4.9.v20180320
  4064. |    |    |    +--- org.eclipse.jetty:jetty-server:9.3.14.v20161028 -> 9.4.9.v20180320
  4065. |    |    |    +--- org.eclipse.jetty:jetty-servlet:9.3.14.v20161028 -> 9.4.9.v20180320
  4066. |    |    |    +--- org.eclipse.jetty:jetty-servlets:9.3.14.v20161028 -> 9.4.9.v20180320
  4067. |    |    |    +--- org.eclipse.jetty:jetty-util:9.3.14.v20161028 -> 9.4.9.v20180320
  4068. |    |    |    +--- org.eclipse.jetty:jetty-webapp:9.3.14.v20161028 -> 9.4.9.v20180320
  4069. |    |    |    +--- org.eclipse.jetty:jetty-xml:9.3.14.v20161028 -> 9.4.9.v20180320
  4070. |    |    |    +--- org.locationtech.spatial4j:spatial4j:0.6
  4071. |    |    |    +--- org.noggit:noggit:0.6
  4072. |    |    |    +--- org.ow2.asm:asm:5.1
  4073. |    |    |    +--- org.ow2.asm:asm-commons:5.1
  4074. |    |    |    +--- org.restlet.jee:org.restlet:2.3.0
  4075. |    |    |    +--- org.restlet.jee:org.restlet.ext.servlet:2.3.0
  4076. |    |    |    +--- org.slf4j:jcl-over-slf4j:1.7.7 -> 1.7.25
  4077. |    |    |    \--- org.slf4j:slf4j-api:1.7.7 -> 1.7.25
  4078. |    |    +--- com.pearson.ltg.common:common-utils:1.5.4
  4079. |    |    |    +--- commons-lang:commons-lang:2.3 -> 2.6
  4080. |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  4081. |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  4082. |    |    |    +--- net.sf.ehcache:ehcache:1.6.0 -> 2.10.4 (*)
  4083. |    |    |    +--- org.springframework:spring-aop:2.5.6 -> 5.0.5.RELEASE (*)
  4084. |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  4085. |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  4086. |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  4087. |    |    |    +--- org.springframework:spring-jms:2.5.6 -> 5.0.5.RELEASE
  4088. |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  4089. |    |    |    |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  4090. |    |    |    |    +--- org.springframework:spring-messaging:5.0.5.RELEASE
  4091. |    |    |    |    |    +--- org.springframework:spring-beans:5.0.5.RELEASE (*)
  4092. |    |    |    |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  4093. |    |    |    |    \--- org.springframework:spring-tx:5.0.5.RELEASE (*)
  4094. |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  4095. |    |    |    +--- org.springframework:spring-webmvc-portlet:2.5.6
  4096. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  4097. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  4098. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  4099. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  4100. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  4101. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  4102. |    |    |    +--- org.springframework.webflow:org.springframework.webflow:2.0.5.RELEASE
  4103. |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  4104. |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  4105. |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  4106. |    |    |    |    +--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  4107. |    |    |    |    +--- org.springframework:spring-web:2.5.6 -> 5.0.5.RELEASE (*)
  4108. |    |    |    |    +--- org.springframework:spring-webmvc:2.5.6 -> 5.0.5.RELEASE (*)
  4109. |    |    |    |    +--- org.springframework.webflow:org.springframework.binding:2.0.5.RELEASE
  4110. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  4111. |    |    |    |    |    +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  4112. |    |    |    |    |    +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  4113. |    |    |    |    |    \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  4114. |    |    |    |    \--- org.springframework.webflow:org.springframework.js:2.0.5.RELEASE
  4115. |    |    |    |         +--- commons-logging:commons-logging:1.1.1 -> 1.2
  4116. |    |    |    |         +--- org.springframework:spring-beans:2.5.6 -> 5.0.5.RELEASE (*)
  4117. |    |    |    |         +--- org.springframework:spring-context:2.5.6 -> 5.0.5.RELEASE (*)
  4118. |    |    |    |         \--- org.springframework:spring-core:2.5.6 -> 5.0.5.RELEASE (*)
  4119. |    |    |    +--- org.opensymphony.quartz:quartz:1.6.1
  4120. |    |    |    +--- org.opensymphony.quartz:quartz-oracle:1.6.1
  4121. |    |    |    +--- org.jdom:jdom:1.1
  4122. |    |    |    +--- jaxen:jaxen:1.1.1 -> 1.1.6
  4123. |    |    |    +--- net.sf.json-lib:json-lib-ext-spring:1.0.2
  4124. |    |    |    |    +--- net.sf.json-lib:json-lib:2.2.2
  4125. |    |    |    |    |    +--- commons-beanutils:commons-beanutils:1.7.0
  4126. |    |    |    |    |    |    \--- commons-logging:commons-logging:1.0.3 -> 1.2
  4127. |    |    |    |    |    +--- commons-collections:commons-collections:3.2 -> 3.2.2
  4128. |    |    |    |    |    +--- commons-lang:commons-lang:2.4 -> 2.6
  4129. |    |    |    |    |    +--- commons-logging:commons-logging:1.1.1 -> 1.2
  4130. |    |    |    |    |    \--- net.sf.ezmorph:ezmorph:1.0.4
  4131. |    |    |    |    |         \--- commons-lang:commons-lang:2.3 -> 2.6
  4132. |    |    |    |    \--- org.springframework:spring-webmvc:2.5.4 -> 5.0.5.RELEASE (*)
  4133. |    |    |    +--- ognl:ognl:2.7.3
  4134. |    |    |    |    \--- jboss:javassist:3.7.ga
  4135. |    |    |    \--- javax.jms:jms:1.1
  4136. |    |    +--- javax.annotation:jsr250-api:1.0
  4137. |    |    +--- com.sun.xml.ws:jaxws-rt:2.1.7 (*)
  4138. |    |    +--- javax.xml.bind:jaxb-api:2.1 -> 2.3.0
  4139. |    |    +--- xalan:xalan:2.7.1
  4140. |    |    |    \--- xalan:serializer:2.7.1
  4141. |    |    |         \--- xml-apis:xml-apis:1.3.04 -> 1.4.01
  4142. |    |    +--- org.apache.logging.log4j:log4j-core:2.0-rc1 -> 2.10.0
  4143. |    |    |    \--- org.apache.logging.log4j:log4j-api:2.10.0
  4144. |    |    +--- org.apache.logging.log4j:log4j-api:2.0-rc1 -> 2.10.0
  4145. |    |    +--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-rc1 -> 2.10.0
  4146. |    |    |    +--- org.slf4j:slf4j-api:1.8.0-alpha2 -> 1.7.25
  4147. |    |    |    +--- org.apache.logging.log4j:log4j-api:2.10.0
  4148. |    |    |    \--- org.apache.logging.log4j:log4j-core:2.10.0 (*)
  4149. |    |    +--- org.slf4j:slf4j-api:1.7.6 -> 1.7.25
  4150. |    |    \--- commons-lang:commons-lang:2.4 -> 2.6
  4151. |    +--- com.pearson.ltg.common:realize-rumba-client-autogen:1.12.0-SNAPSHOT (*)
  4152. |    +--- com.fasterxml.jackson.core:jackson-databind:2.9.6 -> 2.9.5 (*)
  4153. |    \--- org.projectlombok:lombok:1.16.22 -> 1.16.20
  4154. +--- org.apache.commons:commons-lang3:3.5
  4155. +--- org.apache.httpcomponents:httpclient:4.5.3 (*)
  4156. +--- org.apache.httpcomponents:httpcore:4.4.6
  4157. +--- org.hamcrest:hamcrest-all:1.3
  4158. +--- org.springframework.boot:spring-boot-starter-test -> 2.0.1.RELEASE
  4159. |    +--- org.springframework.boot:spring-boot-starter:2.0.1.RELEASE (*)
  4160. |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE
  4161. |    |    \--- org.springframework.boot:spring-boot:2.0.1.RELEASE (*)
  4162. |    +--- org.springframework.boot:spring-boot-test-autoconfigure:2.0.1.RELEASE
  4163. |    |    +--- org.springframework.boot:spring-boot-test:2.0.1.RELEASE (*)
  4164. |    |    \--- org.springframework.boot:spring-boot-autoconfigure:2.0.1.RELEASE (*)
  4165. |    +--- com.jayway.jsonpath:json-path:2.4.0 (*)
  4166. |    +--- junit:junit:4.12 (*)
  4167. |    +--- org.assertj:assertj-core:3.9.1
  4168. |    +--- org.mockito:mockito-core:2.15.0 -> 2.8.9
  4169. |    |    +--- net.bytebuddy:byte-buddy:1.6.14 -> 1.7.11
  4170. |    |    +--- net.bytebuddy:byte-buddy-agent:1.6.14 -> 1.7.11
  4171. |    |    \--- org.objenesis:objenesis:2.5
  4172. |    +--- org.hamcrest:hamcrest-core:1.3
  4173. |    +--- org.hamcrest:hamcrest-library:1.3
  4174. |    |    \--- org.hamcrest:hamcrest-core:1.3
  4175. |    +--- org.skyscreamer:jsonassert:1.5.0
  4176. |    |    \--- com.vaadin.external.google:android-json:0.0.20131108.vaadin1
  4177. |    +--- org.springframework:spring-core:5.0.5.RELEASE (*)
  4178. |    +--- org.springframework:spring-test:5.0.5.RELEASE
  4179. |    |    \--- org.springframework:spring-core:5.0.5.RELEASE (*)
  4180. |    \--- org.xmlunit:xmlunit-core:2.5.1
  4181. +--- org.mockito:mockito-core:2.8.9 (*)
  4182. +--- org.mockito:mockito-all:1.10.19
  4183. \--- org.springframework.security:spring-security-test:5.0.3.RELEASE
  4184.      +--- org.springframework.security:spring-security-core:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  4185.      +--- org.springframework.security:spring-security-web:5.0.3.RELEASE -> 5.0.4.RELEASE (*)
  4186.      +--- org.springframework:spring-core:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  4187.      \--- org.springframework:spring-test:5.0.4.RELEASE -> 5.0.5.RELEASE (*)
  4188.  
  4189. testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
  4190. No dependencies