Advertisement
Guest User

Untitled

a guest
Apr 10th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.36 KB | None | 0 0
  1. 11:12:14 AM: Executing task 'dependencies'...
  2.  
  3. [buildinfo] Not using buildInfo properties file for this build.
  4. :dependencies
  5.  
  6. ------------------------------------------------------------
  7. Root project
  8. ------------------------------------------------------------
  9.  
  10. archives - Configuration for archive artifacts.
  11. No dependencies
  12.  
  13. checkstyle - The Checkstyle libraries to be used for this project.
  14. \--- com.puppycrawl.tools:checkstyle:6.10.1
  15. +--- org.apache.commons:commons-lang3:3.4
  16. +--- antlr:antlr:2.7.7
  17. +--- org.antlr:antlr4-runtime:4.5.1-1
  18. +--- commons-beanutils:commons-beanutils:1.9.2
  19. | \--- commons-collections:commons-collections:3.2.1
  20. +--- commons-cli:commons-cli:1.3.1
  21. \--- com.google.guava:guava:18.0
  22.  
  23. compile - Compile classpath for source set 'main'.
  24. +--- project :domain
  25. | +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE
  26. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE
  27. | | | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE
  28. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE
  29. | | | | | \--- commons-logging:commons-logging:1.2
  30. | | | | \--- org.springframework:spring-context:4.2.3.RELEASE
  31. | | | | +--- org.springframework:spring-aop:4.2.3.RELEASE
  32. | | | | | +--- aopalliance:aopalliance:1.0
  33. | | | | | +--- org.springframework:spring-beans:4.2.3.RELEASE
  34. | | | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  35. | | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  36. | | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  37. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  38. | | | | \--- org.springframework:spring-expression:4.2.3.RELEASE
  39. | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  40. | | | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE
  41. | | | | \--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  42. | | | +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE
  43. | | | | +--- ch.qos.logback:logback-classic:1.1.3 -> 1.1.7
  44. | | | | | +--- ch.qos.logback:logback-core:1.1.7
  45. | | | | | \--- org.slf4j:slf4j-api:1.7.20 -> 1.7.21
  46. | | | | +--- org.slf4j:jcl-over-slf4j:1.7.13
  47. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  48. | | | | +--- org.slf4j:jul-to-slf4j:1.7.13
  49. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  50. | | | | \--- org.slf4j:log4j-over-slf4j:1.7.13
  51. | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  52. | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  53. | | | \--- org.yaml:snakeyaml:1.16 -> 1.21-SNAPSHOT
  54. | | +--- org.springframework.boot:spring-boot-starter-aop:1.3.0.RELEASE
  55. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  56. | | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  57. | | | \--- org.aspectj:aspectjweaver:1.8.7
  58. | | +--- org.springframework.boot:spring-boot-starter-jdbc:1.3.0.RELEASE
  59. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  60. | | | +--- org.apache.tomcat:tomcat-jdbc:8.0.28
  61. | | | | \--- org.apache.tomcat:tomcat-juli:8.0.28
  62. | | | \--- org.springframework:spring-jdbc:4.2.3.RELEASE
  63. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  64. | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  65. | | | \--- org.springframework:spring-tx:4.2.3.RELEASE
  66. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  67. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  68. | | +--- org.hibernate:hibernate-entitymanager:4.3.11.Final
  69. | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  70. | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  71. | | | +--- org.hibernate:hibernate-core:4.3.11.Final
  72. | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  73. | | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  74. | | | | +--- dom4j:dom4j:1.6.1
  75. | | | | | \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
  76. | | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final
  77. | | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  78. | | | | | \--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  79. | | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  80. | | | | +--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  81. | | | | +--- antlr:antlr:2.7.7
  82. | | | | \--- org.jboss:jandex:1.1.0.Final
  83. | | | +--- dom4j:dom4j:1.6.1 (*)
  84. | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final (*)
  85. | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  86. | | | \--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  87. | | +--- javax.transaction:javax.transaction-api:1.2
  88. | | +--- org.springframework.data:spring-data-jpa:1.9.1.RELEASE
  89. | | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE
  90. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  91. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  92. | | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  93. | | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  94. | | | +--- org.springframework:spring-orm:4.1.8.RELEASE
  95. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  96. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  97. | | | | +--- org.springframework:spring-jdbc:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  98. | | | | \--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  99. | | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  100. | | | +--- org.springframework:spring-aop:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  101. | | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  102. | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  103. | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  104. | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  105. | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  106. | | \--- org.springframework:spring-aspects:4.2.3.RELEASE
  107. | | \--- org.aspectj:aspectjweaver:1.8.7
  108. | +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE
  109. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  110. | | \--- org.springframework.data:spring-data-elasticsearch:1.3.1.RELEASE
  111. | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  112. | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  113. | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE (*)
  114. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  115. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  116. | | +--- joda-time:joda-time:2.8.2
  117. | | +--- org.elasticsearch:elasticsearch:1.5.2
  118. | | | +--- org.apache.lucene:lucene-core:4.10.4
  119. | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4
  120. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  121. | | | +--- org.apache.lucene:lucene-queries:4.10.4
  122. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  123. | | | +--- org.apache.lucene:lucene-memory:4.10.4
  124. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  125. | | | +--- org.apache.lucene:lucene-highlighter:4.10.4
  126. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  127. | | | | +--- org.apache.lucene:lucene-memory:4.10.4 (*)
  128. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  129. | | | +--- org.apache.lucene:lucene-queryparser:4.10.4
  130. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  131. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  132. | | | | \--- org.apache.lucene:lucene-sandbox:4.10.4
  133. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  134. | | | +--- org.apache.lucene:lucene-sandbox:4.10.4 (*)
  135. | | | +--- org.apache.lucene:lucene-suggest:4.10.4
  136. | | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4 (*)
  137. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  138. | | | | +--- org.apache.lucene:lucene-misc:4.10.4
  139. | | | | | \--- org.apache.lucene:lucene-core:4.10.4
  140. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  141. | | | +--- org.apache.lucene:lucene-misc:4.10.4 (*)
  142. | | | +--- org.apache.lucene:lucene-join:4.10.4
  143. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  144. | | | | \--- org.apache.lucene:lucene-grouping:4.10.4
  145. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  146. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  147. | | | +--- org.apache.lucene:lucene-grouping:4.10.4 (*)
  148. | | | +--- org.apache.lucene:lucene-spatial:4.10.4
  149. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  150. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  151. | | | | \--- com.spatial4j:spatial4j:0.4.1
  152. | | | +--- org.antlr:antlr-runtime:3.5
  153. | | | +--- org.ow2.asm:asm:4.1
  154. | | | \--- org.ow2.asm:asm-commons:4.1
  155. | | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  156. | | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6
  157. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.7.0
  158. | | | \--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  159. | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  160. | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  161. | +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE
  162. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  163. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  164. | | +--- org.springframework.security:spring-security-config:4.0.3.RELEASE
  165. | | | +--- aopalliance:aopalliance:1.0
  166. | | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE
  167. | | | | +--- aopalliance:aopalliance:1.0
  168. | | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  169. | | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  170. | | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  171. | | | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  172. | | | | \--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  173. | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  174. | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  175. | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  176. | | | \--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  177. | | \--- org.springframework.security:spring-security-web:4.0.3.RELEASE
  178. | | +--- aopalliance:aopalliance:1.0
  179. | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE (*)
  180. | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  181. | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  182. | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  183. | | +--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  184. | | \--- org.springframework:spring-web:4.2.2.RELEASE -> 4.2.3.RELEASE
  185. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  186. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  187. | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  188. | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  189. | +--- org.springframework.security:spring-security-acl:4.0.2.RELEASE
  190. | | +--- aopalliance:aopalliance:1.0
  191. | | +--- org.springframework.security:spring-security-core:4.0.2.RELEASE -> 4.0.3.RELEASE (*)
  192. | | +--- org.springframework:spring-aop:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  193. | | +--- org.springframework:spring-context:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  194. | | +--- org.springframework:spring-core:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  195. | | +--- org.springframework:spring-jdbc:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  196. | | \--- org.springframework:spring-tx:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  197. | +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT
  198. | | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  199. | | +--- org.reflections:reflections:0.9.9
  200. | | | +--- com.google.guava:guava:15.0 -> 18.0
  201. | | | +--- org.javassist:javassist:3.18.2-GA -> 3.19.0-GA
  202. | | | \--- com.google.code.findbugs:annotations:2.0.1
  203. | | +--- javax.validation:validation-api:1.1.0.Final
  204. | | +--- com.fasterxml.jackson.core:jackson-databind:2.4.0 -> 2.7.6 (*)
  205. | | +--- com.google.guava:guava:17.0 -> 18.0
  206. | | +--- org.apache.commons:commons-lang3:3.3.2
  207. | | +--- commons-cli:commons-cli:1.2
  208. | | +--- commons-io:commons-io:2.4
  209. | | +--- org.hibernate:hibernate-validator:5.1.1.Final -> 5.2.2.Final
  210. | | | +--- javax.validation:validation-api:1.1.0.Final
  211. | | | +--- org.jboss.logging:jboss-logging:3.2.1.Final
  212. | | | \--- com.fasterxml:classmate:1.1.0 -> 1.3.1
  213. | | +--- javax.el:javax.el-api:2.2.4
  214. | | \--- org.glassfish.web:javax.el:2.2.4
  215. | | \--- javax.el:javax.el-api:2.2.4
  216. | +--- joda-time:joda-time:2.8.2
  217. | +--- org.hibernate:hibernate-envers:4.3.11.Final
  218. | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  219. | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  220. | | \--- org.hibernate:hibernate-entitymanager:4.3.11.Final (*)
  221. | +--- commons-lang:commons-lang:2.3
  222. | +--- org.flywaydb:flyway-core:4.0.3
  223. | +--- org.apache.tika:tika-core:1.11
  224. | +--- org.apache.commons:commons-lang3:3.3.2
  225. | +--- org.projectlombok:lombok:1.16.8
  226. | +--- com.google.code.gson:gson:2.2.4
  227. | +--- org.springframework.data:spring-data-redis:1.4.1.RELEASE
  228. | | +--- org.springframework:spring-tx:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  229. | | +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  230. | | +--- org.springframework:spring-aop:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  231. | | +--- org.springframework:spring-context-support:4.0.7.RELEASE -> 4.2.3.RELEASE
  232. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  233. | | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  234. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  235. | | +--- org.springframework:spring-core:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  236. | | \--- org.springframework:spring-context:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  237. | +--- redis.clients:jedis:2.6.1
  238. | | \--- org.apache.commons:commons-pool2:2.0
  239. | +--- com.github.debop:hibernate-redis:2.3.0
  240. | | +--- org.redisson:redisson:2.3.0
  241. | | | +--- io.netty:netty-common:4.0.40.Final
  242. | | | +--- io.netty:netty-codec:4.0.40.Final
  243. | | | | \--- io.netty:netty-transport:4.0.40.Final
  244. | | | | \--- io.netty:netty-buffer:4.0.40.Final
  245. | | | | \--- io.netty:netty-common:4.0.40.Final
  246. | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  247. | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  248. | | | +--- io.netty:netty-handler:4.0.40.Final
  249. | | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  250. | | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  251. | | | | \--- io.netty:netty-codec:4.0.40.Final (*)
  252. | | | +--- io.projectreactor:reactor-stream:2.0.8.RELEASE
  253. | | | | \--- io.projectreactor:reactor-core:2.0.8.RELEASE
  254. | | | | +--- org.reactivestreams:reactive-streams:1.0.0
  255. | | | | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  256. | | | +--- org.slf4j:slf4j-api:1.7.21
  257. | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.6
  258. | | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  259. | | | | \--- org.yaml:snakeyaml:1.15 -> 1.21-SNAPSHOT
  260. | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  261. | | | +--- com.fasterxml.jackson.core:jackson-databind:2.7.6 (*)
  262. | | | +--- net.openhft:zero-allocation-hashing:0.5
  263. | | | +--- net.bytebuddy:byte-buddy:1.3.19
  264. | | | \--- org.jodd:jodd-bean:3.7.1
  265. | | | \--- org.jodd:jodd-core:3.7.1
  266. | | +--- de.ruedigermoeller:fst:2.48
  267. | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.1
  268. | | | +--- org.javassist:javassist:3.19.0-GA
  269. | | | +--- org.objenesis:objenesis:2.4
  270. | | | \--- com.cedarsoftware:java-util:1.9.0
  271. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  272. | | | \--- com.cedarsoftware:json-io:2.5.1
  273. | | +--- org.xerial.snappy:snappy-java:1.1.2.6
  274. | | +--- org.slf4j:slf4j-api:1.7.21
  275. | | +--- ch.qos.logback:logback-classic:1.1.7 (*)
  276. | | +--- org.projectlombok:lombok:1.16.8
  277. | | \--- org.assertj:assertj-core:3.5.1
  278. | \--- com.zaxxer:HikariCP:2.5.1
  279. | \--- org.slf4j:slf4j-api:1.7.21
  280. +--- project :hh
  281. | +--- io.springfox:springfox-swagger2:2.5.0
  282. | | +--- io.swagger:swagger-annotations:1.5.9
  283. | | +--- io.swagger:swagger-models:1.5.9
  284. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.4.5 -> 2.7.0
  285. | | | +--- org.slf4j:slf4j-api:1.6.3 -> 1.7.21
  286. | | | \--- io.swagger:swagger-annotations:1.5.9
  287. | | +--- io.springfox:springfox-spi:2.5.0
  288. | | | \--- io.springfox:springfox-core:2.5.0
  289. | | | +--- com.google.guava:guava:18.0
  290. | | | +--- com.fasterxml:classmate:1.3.1
  291. | | | +--- org.slf4j:slf4j-api:1.7.21
  292. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
  293. | | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  294. | | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  295. | | | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  296. | | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  297. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
  298. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  299. | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  300. | | +--- io.springfox:springfox-schema:2.5.0
  301. | | | +--- io.springfox:springfox-core:2.5.0 (*)
  302. | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  303. | | +--- io.springfox:springfox-swagger-common:2.5.0
  304. | | | +--- io.swagger:swagger-annotations:1.5.9
  305. | | | +--- io.swagger:swagger-models:1.5.9 (*)
  306. | | | +--- io.springfox:springfox-spi:2.5.0 (*)
  307. | | | +--- io.springfox:springfox-schema:2.5.0 (*)
  308. | | | +--- io.springfox:springfox-spring-web:2.5.0
  309. | | | | +--- com.google.guava:guava:18.0
  310. | | | | +--- com.fasterxml:classmate:1.3.1
  311. | | | | +--- org.slf4j:slf4j-api:1.7.21
  312. | | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  313. | | | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  314. | | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  315. | | | +--- com.google.guava:guava:18.0
  316. | | | +--- com.fasterxml:classmate:1.3.1
  317. | | | +--- org.slf4j:slf4j-api:1.7.21
  318. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  319. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  320. | | +--- io.springfox:springfox-spring-web:2.5.0 (*)
  321. | | +--- com.google.guava:guava:18.0
  322. | | +--- com.fasterxml:classmate:1.3.1
  323. | | +--- org.slf4j:slf4j-api:1.7.21
  324. | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  325. | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  326. | | \--- org.mapstruct:mapstruct:1.0.0.Final
  327. | +--- org.apache.httpcomponents:httpclient:4.5.2
  328. | | +--- org.apache.httpcomponents:httpcore:4.4.4
  329. | | +--- commons-logging:commons-logging:1.2
  330. | | \--- commons-codec:commons-codec:1.9
  331. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  332. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  333. | \--- org.codehaus.groovy:groovy-all:2.4.7
  334. +--- project :superjob
  335. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  336. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  337. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  338. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  339. | \--- org.codehaus.groovy:groovy-all:2.4.7
  340. +--- project :abbyy
  341. | +--- org.codehaus.groovy:groovy-all:2.3.11 -> 2.4.7
  342. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  343. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  344. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  345. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  346. | \--- org.codehaus.groovy:groovy-all:2.4.7
  347. +--- org.codehaus.groovy:groovy-all:2.4.7
  348. +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE
  349. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  350. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE
  351. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  352. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  353. | | +--- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.28
  354. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.0.28
  355. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  356. | +--- org.springframework.boot:spring-boot-starter-validation:1.3.0.RELEASE
  357. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  358. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  359. | | \--- org.hibernate:hibernate-validator:5.2.2.Final (*)
  360. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  361. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  362. | \--- org.springframework:spring-webmvc:4.2.3.RELEASE
  363. | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  364. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  365. | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  366. | +--- org.springframework:spring-expression:4.2.3.RELEASE (*)
  367. | \--- org.springframework:spring-web:4.2.3.RELEASE (*)
  368. +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE (*)
  369. +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE (*)
  370. +--- org.springframework.boot:spring-boot-starter-mail:1.3.0.RELEASE
  371. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  372. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  373. | +--- org.springframework:spring-context-support:4.2.3.RELEASE (*)
  374. | \--- com.sun.mail:javax.mail:1.5.4
  375. | \--- javax.activation:activation:1.1
  376. +--- org.springframework.boot:spring-boot-starter-ws:1.3.0.RELEASE
  377. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  378. | +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE (*)
  379. | +--- org.springframework:spring-jms:4.2.3.RELEASE
  380. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  381. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  382. | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  383. | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  384. | | +--- org.springframework:spring-messaging:4.2.3.RELEASE
  385. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  386. | | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  387. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  388. | | \--- org.springframework:spring-tx:4.2.3.RELEASE (*)
  389. | +--- org.springframework:spring-oxm:4.2.3.RELEASE
  390. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  391. | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  392. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE
  393. | | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE
  394. | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  395. | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  396. | | | \--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  397. | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  398. | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  399. | | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  400. | | +--- org.springframework:spring-oxm:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  401. | | +--- org.springframework:spring-web:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  402. | | \--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  403. | \--- org.springframework.ws:spring-ws-support:2.2.3.RELEASE
  404. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE (*)
  405. | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE (*)
  406. | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  407. | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  408. | \--- org.springframework:spring-jms:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  409. +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE (*)
  410. +--- org.springframework.boot:spring-boot-starter-actuator:1.3.0.RELEASE
  411. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  412. | \--- org.springframework.boot:spring-boot-actuator:1.3.0.RELEASE
  413. | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  414. | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  415. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  416. | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  417. | \--- org.springframework:spring-context:4.2.3.RELEASE (*)
  418. +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  419. +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE (*)
  420. +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE (*)
  421. +--- io.springfox:springfox-swagger2:2.5.0 (*)
  422. +--- io.springfox:springfox-swagger-ui:2.5.0
  423. | \--- io.springfox:springfox-spring-web:2.5.0 (*)
  424. +--- com.lowagie:itext:2.1.7
  425. | +--- bouncycastle:bcmail-jdk14:138
  426. | +--- bouncycastle:bcprov-jdk14:138
  427. | \--- bouncycastle:bctsp-jdk14:138
  428. | \--- org.bouncycastle:bctsp-jdk14:1.38
  429. | +--- org.bouncycastle:bcprov-jdk14:1.38
  430. | \--- org.bouncycastle:bcmail-jdk14:1.38
  431. | \--- org.bouncycastle:bcprov-jdk14:1.38
  432. +--- org.olap4j:olap4j:1.2.0
  433. | \--- xerces:xercesImpl:2.11.0
  434. | \--- xml-apis:xml-apis:1.4.01
  435. +--- net.sf.jasperreports:jasperreports:6.2.1
  436. | +--- commons-beanutils:commons-beanutils:1.9.0
  437. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  438. | | \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  439. | +--- commons-collections:commons-collections:3.2.2
  440. | +--- commons-digester:commons-digester:2.1
  441. | | +--- commons-beanutils:commons-beanutils:1.8.3 -> 1.9.0 (*)
  442. | | \--- commons-logging:commons-logging:1.1.1 -> 1.2
  443. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  444. | +--- com.lowagie:itext:2.1.7.js5-SNAPSHOT -> 2.1.7 (*)
  445. | +--- org.jfree:jcommon:1.0.23
  446. | +--- org.jfree:jfreechart:1.0.19
  447. | | \--- org.jfree:jcommon:1.0.23
  448. | +--- org.eclipse.jdt.core.compiler:ecj:4.3.1
  449. | +--- org.codehaus.castor:castor-xml:1.3.3
  450. | | +--- org.codehaus.castor:castor-core:1.3.3
  451. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  452. | | | \--- commons-lang:commons-lang:2.6 -> 2.3
  453. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  454. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  455. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  456. | | +--- javax.inject:javax.inject:1
  457. | | +--- stax:stax:1.2.0
  458. | | | \--- stax:stax-api:1.0.1
  459. | | +--- javax.xml.stream:stax-api:1.0-2
  460. | | \--- org.springframework:spring-context:3.0.6.RELEASE -> 4.2.3.RELEASE (*)
  461. | +--- com.fasterxml.jackson.core:jackson-core:2.1.4 -> 2.8.1
  462. | +--- com.fasterxml.jackson.core:jackson-databind:2.1.4 -> 2.7.6 (*)
  463. | +--- com.fasterxml.jackson.core:jackson-annotations:2.1.4 -> 2.7.0
  464. | +--- org.apache.lucene:lucene-core:4.5.1 -> 4.10.4
  465. | +--- org.apache.lucene:lucene-analyzers-common:4.5.1 -> 4.10.4 (*)
  466. | +--- org.apache.lucene:lucene-queryparser:4.5.1 -> 4.10.4 (*)
  467. | +--- org.olap4j:olap4j:0.9.7.309-JS-3 -> 1.2.0 (*)
  468. | \--- com.google.zxing:core:2.3.0
  469. +--- net.sf.jasperreports:jasperreports-fonts:6.0.0
  470. +--- io.airbrake:airbrake-java:2.2.8
  471. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  472. | \--- log4j:log4j:1.2.14
  473. +--- net.anthavio:airbrake-logback:1.0.1
  474. | +--- ch.qos.logback:logback-classic:1.1.1 -> 1.1.7 (*)
  475. | \--- io.airbrake:airbrake-java:2.2.8 (*)
  476. +--- org.postgresql:postgresql:9.4-1200-jdbc41
  477. | \--- com.github.dblock.waffle:waffle-jna:1.7
  478. | +--- net.java.dev.jna:jna:4.1.0
  479. | +--- net.java.dev.jna:jna-platform:4.1.0
  480. | | \--- net.java.dev.jna:jna:4.1.0
  481. | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  482. | \--- com.google.guava:guava:18.0
  483. +--- commons-lang:commons-lang:2.3
  484. +--- joda-time:joda-time:2.8.2
  485. +--- com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3
  486. | +--- com.fasterxml.jackson.core:jackson-annotations:2.6.0 -> 2.7.0
  487. | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  488. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  489. | \--- joda-time:joda-time:2.2 -> 2.8.2
  490. +--- javax.mail:mail:1.4.1
  491. | \--- javax.activation:activation:1.1
  492. +--- org.hibernate:hibernate-envers:4.3.11.Final (*)
  493. +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT (*)
  494. +--- cz.jirutka.spring:spring-rest-exception-handler:1.1.1
  495. | +--- com.fasterxml.jackson.core:jackson-annotations:2.3.2 -> 2.7.0
  496. | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  497. +--- net.coobird:thumbnailator:0.4.8
  498. +--- org.projectlombok:lombok:1.16.8
  499. +--- com.sendgrid:sendgrid-java:2.2.1
  500. | +--- org.apache.httpcomponents:httpcore:4.3.2 -> 4.4.4
  501. | +--- org.apache.httpcomponents:httpmime:4.3.4
  502. | | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  503. | +--- org.json:json:20140107
  504. | +--- com.sendgrid:smtpapi-java:1.2.0
  505. | | \--- org.json:json:20140107
  506. | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  507. +--- com.pusher:pusher-http-java:1.0.0
  508. | +--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  509. | \--- com.google.code.gson:gson:2.2.4
  510. +--- com.atlassian.commonmark:commonmark:0.7.0
  511. +--- org.jfairy:jfairy:0.2.5
  512. | +--- org.yaml:snakeyaml:[1.0,2.0) -> 1.21-SNAPSHOT
  513. | +--- joda-time:joda-time:2.3 -> 2.8.2
  514. | +--- com.google.inject:guice:3.0
  515. | | +--- javax.inject:javax.inject:1
  516. | | +--- aopalliance:aopalliance:1.0
  517. | | \--- org.sonatype.sisu.inject:cglib:2.2.1-v20090111
  518. | | \--- asm:asm:3.1
  519. | +--- org.apache.commons:commons-lang3:3.1 -> 3.3.2
  520. | +--- com.google.guava:guava:15.0 -> 18.0
  521. | \--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  522. \--- net.logstash.logback:logstash-logback-encoder:4.8
  523. +--- ch.qos.logback:logback-core:1.1.6 -> 1.1.7
  524. \--- com.fasterxml.jackson.core:jackson-databind:2.6.5 -> 2.7.6 (*)
  525.  
  526. default - Configuration for default artifacts.
  527. +--- project :domain
  528. | +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE
  529. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE
  530. | | | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE
  531. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE
  532. | | | | | \--- commons-logging:commons-logging:1.2
  533. | | | | \--- org.springframework:spring-context:4.2.3.RELEASE
  534. | | | | +--- org.springframework:spring-aop:4.2.3.RELEASE
  535. | | | | | +--- aopalliance:aopalliance:1.0
  536. | | | | | +--- org.springframework:spring-beans:4.2.3.RELEASE
  537. | | | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  538. | | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  539. | | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  540. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  541. | | | | \--- org.springframework:spring-expression:4.2.3.RELEASE
  542. | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  543. | | | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE
  544. | | | | \--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  545. | | | +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE
  546. | | | | +--- ch.qos.logback:logback-classic:1.1.3 -> 1.1.7
  547. | | | | | +--- ch.qos.logback:logback-core:1.1.7
  548. | | | | | \--- org.slf4j:slf4j-api:1.7.20 -> 1.7.21
  549. | | | | +--- org.slf4j:jcl-over-slf4j:1.7.13
  550. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  551. | | | | +--- org.slf4j:jul-to-slf4j:1.7.13
  552. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  553. | | | | \--- org.slf4j:log4j-over-slf4j:1.7.13
  554. | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  555. | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  556. | | | \--- org.yaml:snakeyaml:1.16 -> 1.21-SNAPSHOT
  557. | | +--- org.springframework.boot:spring-boot-starter-aop:1.3.0.RELEASE
  558. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  559. | | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  560. | | | \--- org.aspectj:aspectjweaver:1.8.7
  561. | | +--- org.springframework.boot:spring-boot-starter-jdbc:1.3.0.RELEASE
  562. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  563. | | | +--- org.apache.tomcat:tomcat-jdbc:8.0.28
  564. | | | | \--- org.apache.tomcat:tomcat-juli:8.0.28
  565. | | | \--- org.springframework:spring-jdbc:4.2.3.RELEASE
  566. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  567. | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  568. | | | \--- org.springframework:spring-tx:4.2.3.RELEASE
  569. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  570. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  571. | | +--- org.hibernate:hibernate-entitymanager:4.3.11.Final
  572. | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  573. | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  574. | | | +--- org.hibernate:hibernate-core:4.3.11.Final
  575. | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  576. | | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  577. | | | | +--- dom4j:dom4j:1.6.1
  578. | | | | | \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
  579. | | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final
  580. | | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  581. | | | | | \--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  582. | | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  583. | | | | +--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  584. | | | | +--- antlr:antlr:2.7.7
  585. | | | | \--- org.jboss:jandex:1.1.0.Final
  586. | | | +--- dom4j:dom4j:1.6.1 (*)
  587. | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final (*)
  588. | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  589. | | | \--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  590. | | +--- javax.transaction:javax.transaction-api:1.2
  591. | | +--- org.springframework.data:spring-data-jpa:1.9.1.RELEASE
  592. | | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE
  593. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  594. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  595. | | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  596. | | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  597. | | | +--- org.springframework:spring-orm:4.1.8.RELEASE
  598. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  599. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  600. | | | | +--- org.springframework:spring-jdbc:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  601. | | | | \--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  602. | | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  603. | | | +--- org.springframework:spring-aop:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  604. | | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  605. | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  606. | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  607. | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  608. | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  609. | | \--- org.springframework:spring-aspects:4.2.3.RELEASE
  610. | | \--- org.aspectj:aspectjweaver:1.8.7
  611. | +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE
  612. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  613. | | \--- org.springframework.data:spring-data-elasticsearch:1.3.1.RELEASE
  614. | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  615. | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  616. | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE (*)
  617. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  618. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  619. | | +--- joda-time:joda-time:2.8.2
  620. | | +--- org.elasticsearch:elasticsearch:1.5.2
  621. | | | +--- org.apache.lucene:lucene-core:4.10.4
  622. | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4
  623. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  624. | | | +--- org.apache.lucene:lucene-queries:4.10.4
  625. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  626. | | | +--- org.apache.lucene:lucene-memory:4.10.4
  627. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  628. | | | +--- org.apache.lucene:lucene-highlighter:4.10.4
  629. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  630. | | | | +--- org.apache.lucene:lucene-memory:4.10.4 (*)
  631. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  632. | | | +--- org.apache.lucene:lucene-queryparser:4.10.4
  633. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  634. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  635. | | | | \--- org.apache.lucene:lucene-sandbox:4.10.4
  636. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  637. | | | +--- org.apache.lucene:lucene-sandbox:4.10.4 (*)
  638. | | | +--- org.apache.lucene:lucene-suggest:4.10.4
  639. | | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4 (*)
  640. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  641. | | | | +--- org.apache.lucene:lucene-misc:4.10.4
  642. | | | | | \--- org.apache.lucene:lucene-core:4.10.4
  643. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  644. | | | +--- org.apache.lucene:lucene-misc:4.10.4 (*)
  645. | | | +--- org.apache.lucene:lucene-join:4.10.4
  646. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  647. | | | | \--- org.apache.lucene:lucene-grouping:4.10.4
  648. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  649. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  650. | | | +--- org.apache.lucene:lucene-grouping:4.10.4 (*)
  651. | | | +--- org.apache.lucene:lucene-spatial:4.10.4
  652. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  653. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  654. | | | | \--- com.spatial4j:spatial4j:0.4.1
  655. | | | +--- org.antlr:antlr-runtime:3.5
  656. | | | +--- org.ow2.asm:asm:4.1
  657. | | | \--- org.ow2.asm:asm-commons:4.1
  658. | | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  659. | | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6
  660. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.7.0
  661. | | | \--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  662. | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  663. | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  664. | +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE
  665. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  666. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  667. | | +--- org.springframework.security:spring-security-config:4.0.3.RELEASE
  668. | | | +--- aopalliance:aopalliance:1.0
  669. | | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE
  670. | | | | +--- aopalliance:aopalliance:1.0
  671. | | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  672. | | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  673. | | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  674. | | | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  675. | | | | \--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  676. | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  677. | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  678. | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  679. | | | \--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  680. | | \--- org.springframework.security:spring-security-web:4.0.3.RELEASE
  681. | | +--- aopalliance:aopalliance:1.0
  682. | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE (*)
  683. | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  684. | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  685. | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  686. | | +--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  687. | | \--- org.springframework:spring-web:4.2.2.RELEASE -> 4.2.3.RELEASE
  688. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  689. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  690. | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  691. | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  692. | +--- org.springframework.security:spring-security-acl:4.0.2.RELEASE
  693. | | +--- aopalliance:aopalliance:1.0
  694. | | +--- org.springframework.security:spring-security-core:4.0.2.RELEASE -> 4.0.3.RELEASE (*)
  695. | | +--- org.springframework:spring-aop:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  696. | | +--- org.springframework:spring-context:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  697. | | +--- org.springframework:spring-core:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  698. | | +--- org.springframework:spring-jdbc:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  699. | | \--- org.springframework:spring-tx:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  700. | +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT
  701. | | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  702. | | +--- org.reflections:reflections:0.9.9
  703. | | | +--- com.google.guava:guava:15.0 -> 18.0
  704. | | | +--- org.javassist:javassist:3.18.2-GA -> 3.19.0-GA
  705. | | | \--- com.google.code.findbugs:annotations:2.0.1
  706. | | +--- javax.validation:validation-api:1.1.0.Final
  707. | | +--- com.fasterxml.jackson.core:jackson-databind:2.4.0 -> 2.7.6 (*)
  708. | | +--- com.google.guava:guava:17.0 -> 18.0
  709. | | +--- org.apache.commons:commons-lang3:3.3.2
  710. | | +--- commons-cli:commons-cli:1.2
  711. | | +--- commons-io:commons-io:2.4
  712. | | +--- org.hibernate:hibernate-validator:5.1.1.Final -> 5.2.2.Final
  713. | | | +--- javax.validation:validation-api:1.1.0.Final
  714. | | | +--- org.jboss.logging:jboss-logging:3.2.1.Final
  715. | | | \--- com.fasterxml:classmate:1.1.0 -> 1.3.1
  716. | | +--- javax.el:javax.el-api:2.2.4
  717. | | \--- org.glassfish.web:javax.el:2.2.4
  718. | | \--- javax.el:javax.el-api:2.2.4
  719. | +--- joda-time:joda-time:2.8.2
  720. | +--- org.hibernate:hibernate-envers:4.3.11.Final
  721. | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  722. | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  723. | | \--- org.hibernate:hibernate-entitymanager:4.3.11.Final (*)
  724. | +--- commons-lang:commons-lang:2.3
  725. | +--- org.flywaydb:flyway-core:4.0.3
  726. | +--- org.apache.tika:tika-core:1.11
  727. | +--- org.apache.commons:commons-lang3:3.3.2
  728. | +--- org.projectlombok:lombok:1.16.8
  729. | +--- com.google.code.gson:gson:2.2.4
  730. | +--- org.springframework.data:spring-data-redis:1.4.1.RELEASE
  731. | | +--- org.springframework:spring-tx:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  732. | | +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  733. | | +--- org.springframework:spring-aop:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  734. | | +--- org.springframework:spring-context-support:4.0.7.RELEASE -> 4.2.3.RELEASE
  735. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  736. | | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  737. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  738. | | +--- org.springframework:spring-core:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  739. | | \--- org.springframework:spring-context:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  740. | +--- redis.clients:jedis:2.6.1
  741. | | \--- org.apache.commons:commons-pool2:2.0
  742. | +--- com.github.debop:hibernate-redis:2.3.0
  743. | | +--- org.redisson:redisson:2.3.0
  744. | | | +--- io.netty:netty-common:4.0.40.Final
  745. | | | +--- io.netty:netty-codec:4.0.40.Final
  746. | | | | \--- io.netty:netty-transport:4.0.40.Final
  747. | | | | \--- io.netty:netty-buffer:4.0.40.Final
  748. | | | | \--- io.netty:netty-common:4.0.40.Final
  749. | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  750. | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  751. | | | +--- io.netty:netty-handler:4.0.40.Final
  752. | | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  753. | | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  754. | | | | \--- io.netty:netty-codec:4.0.40.Final (*)
  755. | | | +--- io.projectreactor:reactor-stream:2.0.8.RELEASE
  756. | | | | \--- io.projectreactor:reactor-core:2.0.8.RELEASE
  757. | | | | +--- org.reactivestreams:reactive-streams:1.0.0
  758. | | | | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  759. | | | +--- org.slf4j:slf4j-api:1.7.21
  760. | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.6
  761. | | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  762. | | | | \--- org.yaml:snakeyaml:1.15 -> 1.21-SNAPSHOT
  763. | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  764. | | | +--- com.fasterxml.jackson.core:jackson-databind:2.7.6 (*)
  765. | | | +--- net.openhft:zero-allocation-hashing:0.5
  766. | | | +--- net.bytebuddy:byte-buddy:1.3.19
  767. | | | \--- org.jodd:jodd-bean:3.7.1
  768. | | | \--- org.jodd:jodd-core:3.7.1
  769. | | +--- de.ruedigermoeller:fst:2.48
  770. | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.1
  771. | | | +--- org.javassist:javassist:3.19.0-GA
  772. | | | +--- org.objenesis:objenesis:2.4
  773. | | | \--- com.cedarsoftware:java-util:1.9.0
  774. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  775. | | | \--- com.cedarsoftware:json-io:2.5.1
  776. | | +--- org.xerial.snappy:snappy-java:1.1.2.6
  777. | | +--- org.slf4j:slf4j-api:1.7.21
  778. | | +--- ch.qos.logback:logback-classic:1.1.7 (*)
  779. | | +--- org.projectlombok:lombok:1.16.8
  780. | | \--- org.assertj:assertj-core:3.5.1
  781. | \--- com.zaxxer:HikariCP:2.5.1
  782. | \--- org.slf4j:slf4j-api:1.7.21
  783. +--- project :hh
  784. | +--- io.springfox:springfox-swagger2:2.5.0
  785. | | +--- io.swagger:swagger-annotations:1.5.9
  786. | | +--- io.swagger:swagger-models:1.5.9
  787. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.4.5 -> 2.7.0
  788. | | | +--- org.slf4j:slf4j-api:1.6.3 -> 1.7.21
  789. | | | \--- io.swagger:swagger-annotations:1.5.9
  790. | | +--- io.springfox:springfox-spi:2.5.0
  791. | | | \--- io.springfox:springfox-core:2.5.0
  792. | | | +--- com.google.guava:guava:18.0
  793. | | | +--- com.fasterxml:classmate:1.3.1
  794. | | | +--- org.slf4j:slf4j-api:1.7.21
  795. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
  796. | | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  797. | | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  798. | | | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  799. | | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  800. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
  801. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  802. | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  803. | | +--- io.springfox:springfox-schema:2.5.0
  804. | | | +--- io.springfox:springfox-core:2.5.0 (*)
  805. | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  806. | | +--- io.springfox:springfox-swagger-common:2.5.0
  807. | | | +--- io.swagger:swagger-annotations:1.5.9
  808. | | | +--- io.swagger:swagger-models:1.5.9 (*)
  809. | | | +--- io.springfox:springfox-spi:2.5.0 (*)
  810. | | | +--- io.springfox:springfox-schema:2.5.0 (*)
  811. | | | +--- io.springfox:springfox-spring-web:2.5.0
  812. | | | | +--- com.google.guava:guava:18.0
  813. | | | | +--- com.fasterxml:classmate:1.3.1
  814. | | | | +--- org.slf4j:slf4j-api:1.7.21
  815. | | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  816. | | | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  817. | | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  818. | | | +--- com.google.guava:guava:18.0
  819. | | | +--- com.fasterxml:classmate:1.3.1
  820. | | | +--- org.slf4j:slf4j-api:1.7.21
  821. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  822. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  823. | | +--- io.springfox:springfox-spring-web:2.5.0 (*)
  824. | | +--- com.google.guava:guava:18.0
  825. | | +--- com.fasterxml:classmate:1.3.1
  826. | | +--- org.slf4j:slf4j-api:1.7.21
  827. | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  828. | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  829. | | \--- org.mapstruct:mapstruct:1.0.0.Final
  830. | +--- org.apache.httpcomponents:httpclient:4.5.2
  831. | | +--- org.apache.httpcomponents:httpcore:4.4.4
  832. | | +--- commons-logging:commons-logging:1.2
  833. | | \--- commons-codec:commons-codec:1.9
  834. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  835. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  836. | \--- org.codehaus.groovy:groovy-all:2.4.7
  837. +--- project :superjob
  838. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  839. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  840. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  841. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  842. | \--- org.codehaus.groovy:groovy-all:2.4.7
  843. +--- project :abbyy
  844. | +--- org.codehaus.groovy:groovy-all:2.3.11 -> 2.4.7
  845. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  846. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  847. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  848. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  849. | \--- org.codehaus.groovy:groovy-all:2.4.7
  850. +--- org.codehaus.groovy:groovy-all:2.4.7
  851. +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE
  852. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  853. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE
  854. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  855. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  856. | | +--- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.28
  857. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.0.28
  858. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  859. | +--- org.springframework.boot:spring-boot-starter-validation:1.3.0.RELEASE
  860. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  861. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  862. | | \--- org.hibernate:hibernate-validator:5.2.2.Final (*)
  863. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  864. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  865. | \--- org.springframework:spring-webmvc:4.2.3.RELEASE
  866. | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  867. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  868. | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  869. | +--- org.springframework:spring-expression:4.2.3.RELEASE (*)
  870. | \--- org.springframework:spring-web:4.2.3.RELEASE (*)
  871. +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE (*)
  872. +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE (*)
  873. +--- org.springframework.boot:spring-boot-starter-mail:1.3.0.RELEASE
  874. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  875. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  876. | +--- org.springframework:spring-context-support:4.2.3.RELEASE (*)
  877. | \--- com.sun.mail:javax.mail:1.5.4
  878. | \--- javax.activation:activation:1.1
  879. +--- org.springframework.boot:spring-boot-starter-ws:1.3.0.RELEASE
  880. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  881. | +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE (*)
  882. | +--- org.springframework:spring-jms:4.2.3.RELEASE
  883. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  884. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  885. | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  886. | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  887. | | +--- org.springframework:spring-messaging:4.2.3.RELEASE
  888. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  889. | | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  890. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  891. | | \--- org.springframework:spring-tx:4.2.3.RELEASE (*)
  892. | +--- org.springframework:spring-oxm:4.2.3.RELEASE
  893. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  894. | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  895. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE
  896. | | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE
  897. | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  898. | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  899. | | | \--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  900. | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  901. | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  902. | | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  903. | | +--- org.springframework:spring-oxm:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  904. | | +--- org.springframework:spring-web:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  905. | | \--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  906. | \--- org.springframework.ws:spring-ws-support:2.2.3.RELEASE
  907. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE (*)
  908. | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE (*)
  909. | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  910. | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  911. | \--- org.springframework:spring-jms:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  912. +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE (*)
  913. +--- org.springframework.boot:spring-boot-starter-actuator:1.3.0.RELEASE
  914. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  915. | \--- org.springframework.boot:spring-boot-actuator:1.3.0.RELEASE
  916. | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  917. | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  918. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  919. | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  920. | \--- org.springframework:spring-context:4.2.3.RELEASE (*)
  921. +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  922. +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE (*)
  923. +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE (*)
  924. +--- io.springfox:springfox-swagger2:2.5.0 (*)
  925. +--- io.springfox:springfox-swagger-ui:2.5.0
  926. | \--- io.springfox:springfox-spring-web:2.5.0 (*)
  927. +--- com.lowagie:itext:2.1.7
  928. | +--- bouncycastle:bcmail-jdk14:138
  929. | +--- bouncycastle:bcprov-jdk14:138
  930. | \--- bouncycastle:bctsp-jdk14:138
  931. | \--- org.bouncycastle:bctsp-jdk14:1.38
  932. | +--- org.bouncycastle:bcprov-jdk14:1.38
  933. | \--- org.bouncycastle:bcmail-jdk14:1.38
  934. | \--- org.bouncycastle:bcprov-jdk14:1.38
  935. +--- org.olap4j:olap4j:1.2.0
  936. | \--- xerces:xercesImpl:2.11.0
  937. | \--- xml-apis:xml-apis:1.4.01
  938. +--- net.sf.jasperreports:jasperreports:6.2.1
  939. | +--- commons-beanutils:commons-beanutils:1.9.0
  940. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  941. | | \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  942. | +--- commons-collections:commons-collections:3.2.2
  943. | +--- commons-digester:commons-digester:2.1
  944. | | +--- commons-beanutils:commons-beanutils:1.8.3 -> 1.9.0 (*)
  945. | | \--- commons-logging:commons-logging:1.1.1 -> 1.2
  946. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  947. | +--- com.lowagie:itext:2.1.7.js5-SNAPSHOT -> 2.1.7 (*)
  948. | +--- org.jfree:jcommon:1.0.23
  949. | +--- org.jfree:jfreechart:1.0.19
  950. | | \--- org.jfree:jcommon:1.0.23
  951. | +--- org.eclipse.jdt.core.compiler:ecj:4.3.1
  952. | +--- org.codehaus.castor:castor-xml:1.3.3
  953. | | +--- org.codehaus.castor:castor-core:1.3.3
  954. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  955. | | | \--- commons-lang:commons-lang:2.6 -> 2.3
  956. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  957. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  958. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  959. | | +--- javax.inject:javax.inject:1
  960. | | +--- stax:stax:1.2.0
  961. | | | \--- stax:stax-api:1.0.1
  962. | | +--- javax.xml.stream:stax-api:1.0-2
  963. | | \--- org.springframework:spring-context:3.0.6.RELEASE -> 4.2.3.RELEASE (*)
  964. | +--- com.fasterxml.jackson.core:jackson-core:2.1.4 -> 2.8.1
  965. | +--- com.fasterxml.jackson.core:jackson-databind:2.1.4 -> 2.7.6 (*)
  966. | +--- com.fasterxml.jackson.core:jackson-annotations:2.1.4 -> 2.7.0
  967. | +--- org.apache.lucene:lucene-core:4.5.1 -> 4.10.4
  968. | +--- org.apache.lucene:lucene-analyzers-common:4.5.1 -> 4.10.4 (*)
  969. | +--- org.apache.lucene:lucene-queryparser:4.5.1 -> 4.10.4 (*)
  970. | +--- org.olap4j:olap4j:0.9.7.309-JS-3 -> 1.2.0 (*)
  971. | \--- com.google.zxing:core:2.3.0
  972. +--- net.sf.jasperreports:jasperreports-fonts:6.0.0
  973. +--- io.airbrake:airbrake-java:2.2.8
  974. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  975. | \--- log4j:log4j:1.2.14
  976. +--- net.anthavio:airbrake-logback:1.0.1
  977. | +--- ch.qos.logback:logback-classic:1.1.1 -> 1.1.7 (*)
  978. | \--- io.airbrake:airbrake-java:2.2.8 (*)
  979. +--- org.postgresql:postgresql:9.4-1200-jdbc41
  980. | \--- com.github.dblock.waffle:waffle-jna:1.7
  981. | +--- net.java.dev.jna:jna:4.1.0
  982. | +--- net.java.dev.jna:jna-platform:4.1.0
  983. | | \--- net.java.dev.jna:jna:4.1.0
  984. | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  985. | \--- com.google.guava:guava:18.0
  986. +--- commons-lang:commons-lang:2.3
  987. +--- joda-time:joda-time:2.8.2
  988. +--- com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3
  989. | +--- com.fasterxml.jackson.core:jackson-annotations:2.6.0 -> 2.7.0
  990. | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  991. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  992. | \--- joda-time:joda-time:2.2 -> 2.8.2
  993. +--- javax.mail:mail:1.4.1
  994. | \--- javax.activation:activation:1.1
  995. +--- org.hibernate:hibernate-envers:4.3.11.Final (*)
  996. +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT (*)
  997. +--- cz.jirutka.spring:spring-rest-exception-handler:1.1.1
  998. | +--- com.fasterxml.jackson.core:jackson-annotations:2.3.2 -> 2.7.0
  999. | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  1000. +--- net.coobird:thumbnailator:0.4.8
  1001. +--- org.projectlombok:lombok:1.16.8
  1002. +--- com.sendgrid:sendgrid-java:2.2.1
  1003. | +--- org.apache.httpcomponents:httpcore:4.3.2 -> 4.4.4
  1004. | +--- org.apache.httpcomponents:httpmime:4.3.4
  1005. | | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  1006. | +--- org.json:json:20140107
  1007. | +--- com.sendgrid:smtpapi-java:1.2.0
  1008. | | \--- org.json:json:20140107
  1009. | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  1010. +--- com.pusher:pusher-http-java:1.0.0
  1011. | +--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  1012. | \--- com.google.code.gson:gson:2.2.4
  1013. +--- com.atlassian.commonmark:commonmark:0.7.0
  1014. +--- org.jfairy:jfairy:0.2.5
  1015. | +--- org.yaml:snakeyaml:[1.0,2.0) -> 1.21-SNAPSHOT
  1016. | +--- joda-time:joda-time:2.3 -> 2.8.2
  1017. | +--- com.google.inject:guice:3.0
  1018. | | +--- javax.inject:javax.inject:1
  1019. | | +--- aopalliance:aopalliance:1.0
  1020. | | \--- org.sonatype.sisu.inject:cglib:2.2.1-v20090111
  1021. | | \--- asm:asm:3.1
  1022. | +--- org.apache.commons:commons-lang3:3.1 -> 3.3.2
  1023. | +--- com.google.guava:guava:15.0 -> 18.0
  1024. | \--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  1025. \--- net.logstash.logback:logstash-logback-encoder:4.8
  1026. +--- ch.qos.logback:logback-core:1.1.6 -> 1.1.7
  1027. \--- com.fasterxml.jackson.core:jackson-databind:2.6.5 -> 2.7.6 (*)
  1028.  
  1029. runtime - Runtime classpath for source set 'main'.
  1030. +--- project :domain
  1031. | +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE
  1032. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE
  1033. | | | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE
  1034. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE
  1035. | | | | | \--- commons-logging:commons-logging:1.2
  1036. | | | | \--- org.springframework:spring-context:4.2.3.RELEASE
  1037. | | | | +--- org.springframework:spring-aop:4.2.3.RELEASE
  1038. | | | | | +--- aopalliance:aopalliance:1.0
  1039. | | | | | +--- org.springframework:spring-beans:4.2.3.RELEASE
  1040. | | | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1041. | | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1042. | | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1043. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1044. | | | | \--- org.springframework:spring-expression:4.2.3.RELEASE
  1045. | | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1046. | | | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE
  1047. | | | | \--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  1048. | | | +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE
  1049. | | | | +--- ch.qos.logback:logback-classic:1.1.3 -> 1.1.7
  1050. | | | | | +--- ch.qos.logback:logback-core:1.1.7
  1051. | | | | | \--- org.slf4j:slf4j-api:1.7.20 -> 1.7.21
  1052. | | | | +--- org.slf4j:jcl-over-slf4j:1.7.13
  1053. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1054. | | | | +--- org.slf4j:jul-to-slf4j:1.7.13
  1055. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1056. | | | | \--- org.slf4j:log4j-over-slf4j:1.7.13
  1057. | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1058. | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1059. | | | \--- org.yaml:snakeyaml:1.16 -> 1.21-SNAPSHOT
  1060. | | +--- org.springframework.boot:spring-boot-starter-aop:1.3.0.RELEASE
  1061. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1062. | | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  1063. | | | \--- org.aspectj:aspectjweaver:1.8.7
  1064. | | +--- org.springframework.boot:spring-boot-starter-jdbc:1.3.0.RELEASE
  1065. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1066. | | | +--- org.apache.tomcat:tomcat-jdbc:8.0.28
  1067. | | | | \--- org.apache.tomcat:tomcat-juli:8.0.28
  1068. | | | \--- org.springframework:spring-jdbc:4.2.3.RELEASE
  1069. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1070. | | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1071. | | | \--- org.springframework:spring-tx:4.2.3.RELEASE
  1072. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1073. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1074. | | +--- org.hibernate:hibernate-entitymanager:4.3.11.Final
  1075. | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1076. | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1077. | | | +--- org.hibernate:hibernate-core:4.3.11.Final
  1078. | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1079. | | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1080. | | | | +--- dom4j:dom4j:1.6.1
  1081. | | | | | \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
  1082. | | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final
  1083. | | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1084. | | | | | \--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1085. | | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  1086. | | | | +--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  1087. | | | | +--- antlr:antlr:2.7.7
  1088. | | | | \--- org.jboss:jandex:1.1.0.Final
  1089. | | | +--- dom4j:dom4j:1.6.1 (*)
  1090. | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final (*)
  1091. | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  1092. | | | \--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  1093. | | +--- javax.transaction:javax.transaction-api:1.2
  1094. | | +--- org.springframework.data:spring-data-jpa:1.9.1.RELEASE
  1095. | | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE
  1096. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1097. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1098. | | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1099. | | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  1100. | | | +--- org.springframework:spring-orm:4.1.8.RELEASE
  1101. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1102. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1103. | | | | +--- org.springframework:spring-jdbc:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1104. | | | | \--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1105. | | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1106. | | | +--- org.springframework:spring-aop:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1107. | | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1108. | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1109. | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1110. | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1111. | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  1112. | | \--- org.springframework:spring-aspects:4.2.3.RELEASE
  1113. | | \--- org.aspectj:aspectjweaver:1.8.7
  1114. | +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE
  1115. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1116. | | \--- org.springframework.data:spring-data-elasticsearch:1.3.1.RELEASE
  1117. | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1118. | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1119. | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE (*)
  1120. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  1121. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  1122. | | +--- joda-time:joda-time:2.8.2
  1123. | | +--- org.elasticsearch:elasticsearch:1.5.2
  1124. | | | +--- org.apache.lucene:lucene-core:4.10.4
  1125. | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4
  1126. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1127. | | | +--- org.apache.lucene:lucene-queries:4.10.4
  1128. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1129. | | | +--- org.apache.lucene:lucene-memory:4.10.4
  1130. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1131. | | | +--- org.apache.lucene:lucene-highlighter:4.10.4
  1132. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1133. | | | | +--- org.apache.lucene:lucene-memory:4.10.4 (*)
  1134. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1135. | | | +--- org.apache.lucene:lucene-queryparser:4.10.4
  1136. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1137. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1138. | | | | \--- org.apache.lucene:lucene-sandbox:4.10.4
  1139. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1140. | | | +--- org.apache.lucene:lucene-sandbox:4.10.4 (*)
  1141. | | | +--- org.apache.lucene:lucene-suggest:4.10.4
  1142. | | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4 (*)
  1143. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1144. | | | | +--- org.apache.lucene:lucene-misc:4.10.4
  1145. | | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1146. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1147. | | | +--- org.apache.lucene:lucene-misc:4.10.4 (*)
  1148. | | | +--- org.apache.lucene:lucene-join:4.10.4
  1149. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1150. | | | | \--- org.apache.lucene:lucene-grouping:4.10.4
  1151. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1152. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1153. | | | +--- org.apache.lucene:lucene-grouping:4.10.4 (*)
  1154. | | | +--- org.apache.lucene:lucene-spatial:4.10.4
  1155. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1156. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1157. | | | | \--- com.spatial4j:spatial4j:0.4.1
  1158. | | | +--- org.antlr:antlr-runtime:3.5
  1159. | | | +--- org.ow2.asm:asm:4.1
  1160. | | | \--- org.ow2.asm:asm-commons:4.1
  1161. | | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  1162. | | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6
  1163. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.7.0
  1164. | | | \--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  1165. | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1166. | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  1167. | +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE
  1168. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1169. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  1170. | | +--- org.springframework.security:spring-security-config:4.0.3.RELEASE
  1171. | | | +--- aopalliance:aopalliance:1.0
  1172. | | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE
  1173. | | | | +--- aopalliance:aopalliance:1.0
  1174. | | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1175. | | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1176. | | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1177. | | | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1178. | | | | \--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1179. | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1180. | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1181. | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1182. | | | \--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1183. | | \--- org.springframework.security:spring-security-web:4.0.3.RELEASE
  1184. | | +--- aopalliance:aopalliance:1.0
  1185. | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE (*)
  1186. | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1187. | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1188. | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1189. | | +--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.3.RELEASE (*)
  1190. | | \--- org.springframework:spring-web:4.2.2.RELEASE -> 4.2.3.RELEASE
  1191. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  1192. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1193. | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1194. | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1195. | +--- org.springframework.security:spring-security-acl:4.0.2.RELEASE
  1196. | | +--- aopalliance:aopalliance:1.0
  1197. | | +--- org.springframework.security:spring-security-core:4.0.2.RELEASE -> 4.0.3.RELEASE (*)
  1198. | | +--- org.springframework:spring-aop:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1199. | | +--- org.springframework:spring-context:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1200. | | +--- org.springframework:spring-core:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1201. | | +--- org.springframework:spring-jdbc:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1202. | | \--- org.springframework:spring-tx:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1203. | +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT
  1204. | | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  1205. | | +--- org.reflections:reflections:0.9.9
  1206. | | | +--- com.google.guava:guava:15.0 -> 18.0
  1207. | | | +--- org.javassist:javassist:3.18.2-GA -> 3.19.0-GA
  1208. | | | \--- com.google.code.findbugs:annotations:2.0.1
  1209. | | +--- javax.validation:validation-api:1.1.0.Final
  1210. | | +--- com.fasterxml.jackson.core:jackson-databind:2.4.0 -> 2.7.6 (*)
  1211. | | +--- com.google.guava:guava:17.0 -> 18.0
  1212. | | +--- org.apache.commons:commons-lang3:3.3.2
  1213. | | +--- commons-cli:commons-cli:1.2
  1214. | | +--- commons-io:commons-io:2.4
  1215. | | +--- org.hibernate:hibernate-validator:5.1.1.Final -> 5.2.2.Final
  1216. | | | +--- javax.validation:validation-api:1.1.0.Final
  1217. | | | +--- org.jboss.logging:jboss-logging:3.2.1.Final
  1218. | | | \--- com.fasterxml:classmate:1.1.0 -> 1.3.1
  1219. | | +--- javax.el:javax.el-api:2.2.4
  1220. | | \--- org.glassfish.web:javax.el:2.2.4
  1221. | | \--- javax.el:javax.el-api:2.2.4
  1222. | +--- joda-time:joda-time:2.8.2
  1223. | +--- org.hibernate:hibernate-envers:4.3.11.Final
  1224. | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1225. | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1226. | | \--- org.hibernate:hibernate-entitymanager:4.3.11.Final (*)
  1227. | +--- commons-lang:commons-lang:2.3
  1228. | +--- org.flywaydb:flyway-core:4.0.3
  1229. | +--- org.apache.tika:tika-core:1.11
  1230. | +--- org.apache.commons:commons-lang3:3.3.2
  1231. | +--- org.projectlombok:lombok:1.16.8
  1232. | +--- com.google.code.gson:gson:2.2.4
  1233. | +--- org.springframework.data:spring-data-redis:1.4.1.RELEASE
  1234. | | +--- org.springframework:spring-tx:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  1235. | | +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  1236. | | +--- org.springframework:spring-aop:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  1237. | | +--- org.springframework:spring-context-support:4.0.7.RELEASE -> 4.2.3.RELEASE
  1238. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1239. | | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1240. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1241. | | +--- org.springframework:spring-core:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  1242. | | \--- org.springframework:spring-context:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  1243. | +--- redis.clients:jedis:2.6.1
  1244. | | \--- org.apache.commons:commons-pool2:2.0
  1245. | +--- com.github.debop:hibernate-redis:2.3.0
  1246. | | +--- org.redisson:redisson:2.3.0
  1247. | | | +--- io.netty:netty-common:4.0.40.Final
  1248. | | | +--- io.netty:netty-codec:4.0.40.Final
  1249. | | | | \--- io.netty:netty-transport:4.0.40.Final
  1250. | | | | \--- io.netty:netty-buffer:4.0.40.Final
  1251. | | | | \--- io.netty:netty-common:4.0.40.Final
  1252. | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  1253. | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  1254. | | | +--- io.netty:netty-handler:4.0.40.Final
  1255. | | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  1256. | | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  1257. | | | | \--- io.netty:netty-codec:4.0.40.Final (*)
  1258. | | | +--- io.projectreactor:reactor-stream:2.0.8.RELEASE
  1259. | | | | \--- io.projectreactor:reactor-core:2.0.8.RELEASE
  1260. | | | | +--- org.reactivestreams:reactive-streams:1.0.0
  1261. | | | | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  1262. | | | +--- org.slf4j:slf4j-api:1.7.21
  1263. | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.6
  1264. | | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  1265. | | | | \--- org.yaml:snakeyaml:1.15 -> 1.21-SNAPSHOT
  1266. | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  1267. | | | +--- com.fasterxml.jackson.core:jackson-databind:2.7.6 (*)
  1268. | | | +--- net.openhft:zero-allocation-hashing:0.5
  1269. | | | +--- net.bytebuddy:byte-buddy:1.3.19
  1270. | | | \--- org.jodd:jodd-bean:3.7.1
  1271. | | | \--- org.jodd:jodd-core:3.7.1
  1272. | | +--- de.ruedigermoeller:fst:2.48
  1273. | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.1
  1274. | | | +--- org.javassist:javassist:3.19.0-GA
  1275. | | | +--- org.objenesis:objenesis:2.4
  1276. | | | \--- com.cedarsoftware:java-util:1.9.0
  1277. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1278. | | | \--- com.cedarsoftware:json-io:2.5.1
  1279. | | +--- org.xerial.snappy:snappy-java:1.1.2.6
  1280. | | +--- org.slf4j:slf4j-api:1.7.21
  1281. | | +--- ch.qos.logback:logback-classic:1.1.7 (*)
  1282. | | +--- org.projectlombok:lombok:1.16.8
  1283. | | \--- org.assertj:assertj-core:3.5.1
  1284. | \--- com.zaxxer:HikariCP:2.5.1
  1285. | \--- org.slf4j:slf4j-api:1.7.21
  1286. +--- project :hh
  1287. | +--- io.springfox:springfox-swagger2:2.5.0
  1288. | | +--- io.swagger:swagger-annotations:1.5.9
  1289. | | +--- io.swagger:swagger-models:1.5.9
  1290. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.4.5 -> 2.7.0
  1291. | | | +--- org.slf4j:slf4j-api:1.6.3 -> 1.7.21
  1292. | | | \--- io.swagger:swagger-annotations:1.5.9
  1293. | | +--- io.springfox:springfox-spi:2.5.0
  1294. | | | \--- io.springfox:springfox-core:2.5.0
  1295. | | | +--- com.google.guava:guava:18.0
  1296. | | | +--- com.fasterxml:classmate:1.3.1
  1297. | | | +--- org.slf4j:slf4j-api:1.7.21
  1298. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
  1299. | | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1300. | | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1301. | | | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1302. | | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  1303. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
  1304. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1305. | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  1306. | | +--- io.springfox:springfox-schema:2.5.0
  1307. | | | +--- io.springfox:springfox-core:2.5.0 (*)
  1308. | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  1309. | | +--- io.springfox:springfox-swagger-common:2.5.0
  1310. | | | +--- io.swagger:swagger-annotations:1.5.9
  1311. | | | +--- io.swagger:swagger-models:1.5.9 (*)
  1312. | | | +--- io.springfox:springfox-spi:2.5.0 (*)
  1313. | | | +--- io.springfox:springfox-schema:2.5.0 (*)
  1314. | | | +--- io.springfox:springfox-spring-web:2.5.0
  1315. | | | | +--- com.google.guava:guava:18.0
  1316. | | | | +--- com.fasterxml:classmate:1.3.1
  1317. | | | | +--- org.slf4j:slf4j-api:1.7.21
  1318. | | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1319. | | | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  1320. | | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  1321. | | | +--- com.google.guava:guava:18.0
  1322. | | | +--- com.fasterxml:classmate:1.3.1
  1323. | | | +--- org.slf4j:slf4j-api:1.7.21
  1324. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1325. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  1326. | | +--- io.springfox:springfox-spring-web:2.5.0 (*)
  1327. | | +--- com.google.guava:guava:18.0
  1328. | | +--- com.fasterxml:classmate:1.3.1
  1329. | | +--- org.slf4j:slf4j-api:1.7.21
  1330. | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1331. | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  1332. | | \--- org.mapstruct:mapstruct:1.0.0.Final
  1333. | +--- org.apache.httpcomponents:httpclient:4.5.2
  1334. | | +--- org.apache.httpcomponents:httpcore:4.4.4
  1335. | | +--- commons-logging:commons-logging:1.2
  1336. | | \--- commons-codec:commons-codec:1.9
  1337. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1338. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  1339. | \--- org.codehaus.groovy:groovy-all:2.4.7
  1340. +--- project :superjob
  1341. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  1342. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  1343. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1344. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  1345. | \--- org.codehaus.groovy:groovy-all:2.4.7
  1346. +--- project :abbyy
  1347. | +--- org.codehaus.groovy:groovy-all:2.3.11 -> 2.4.7
  1348. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  1349. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  1350. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1351. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  1352. | \--- org.codehaus.groovy:groovy-all:2.4.7
  1353. +--- org.codehaus.groovy:groovy-all:2.4.7
  1354. +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE
  1355. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1356. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE
  1357. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  1358. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  1359. | | +--- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.28
  1360. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.0.28
  1361. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  1362. | +--- org.springframework.boot:spring-boot-starter-validation:1.3.0.RELEASE
  1363. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1364. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  1365. | | \--- org.hibernate:hibernate-validator:5.2.2.Final (*)
  1366. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  1367. | +--- org.springframework:spring-web:4.2.3.RELEASE (*)
  1368. | \--- org.springframework:spring-webmvc:4.2.3.RELEASE
  1369. | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1370. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1371. | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1372. | +--- org.springframework:spring-expression:4.2.3.RELEASE (*)
  1373. | \--- org.springframework:spring-web:4.2.3.RELEASE (*)
  1374. +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE (*)
  1375. +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE (*)
  1376. +--- org.springframework.boot:spring-boot-starter-mail:1.3.0.RELEASE
  1377. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1378. | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1379. | +--- org.springframework:spring-context-support:4.2.3.RELEASE (*)
  1380. | \--- com.sun.mail:javax.mail:1.5.4
  1381. | \--- javax.activation:activation:1.1
  1382. +--- org.springframework.boot:spring-boot-starter-ws:1.3.0.RELEASE
  1383. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1384. | +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE (*)
  1385. | +--- org.springframework:spring-jms:4.2.3.RELEASE
  1386. | | +--- org.springframework:spring-aop:4.2.3.RELEASE (*)
  1387. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1388. | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1389. | | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1390. | | +--- org.springframework:spring-messaging:4.2.3.RELEASE
  1391. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1392. | | | +--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1393. | | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1394. | | \--- org.springframework:spring-tx:4.2.3.RELEASE (*)
  1395. | +--- org.springframework:spring-oxm:4.2.3.RELEASE
  1396. | | +--- org.springframework:spring-beans:4.2.3.RELEASE (*)
  1397. | | \--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1398. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE
  1399. | | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE
  1400. | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1401. | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1402. | | | \--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1403. | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1404. | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1405. | | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1406. | | +--- org.springframework:spring-oxm:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1407. | | +--- org.springframework:spring-web:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1408. | | \--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1409. | \--- org.springframework.ws:spring-ws-support:2.2.3.RELEASE
  1410. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE (*)
  1411. | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE (*)
  1412. | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1413. | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1414. | \--- org.springframework:spring-jms:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1415. +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE (*)
  1416. +--- org.springframework.boot:spring-boot-starter-actuator:1.3.0.RELEASE
  1417. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1418. | \--- org.springframework.boot:spring-boot-actuator:1.3.0.RELEASE
  1419. | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  1420. | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  1421. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  1422. | +--- org.springframework:spring-core:4.2.3.RELEASE (*)
  1423. | \--- org.springframework:spring-context:4.2.3.RELEASE (*)
  1424. +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  1425. +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE (*)
  1426. +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE (*)
  1427. +--- io.springfox:springfox-swagger2:2.5.0 (*)
  1428. +--- io.springfox:springfox-swagger-ui:2.5.0
  1429. | \--- io.springfox:springfox-spring-web:2.5.0 (*)
  1430. +--- com.lowagie:itext:2.1.7
  1431. | +--- bouncycastle:bcmail-jdk14:138
  1432. | +--- bouncycastle:bcprov-jdk14:138
  1433. | \--- bouncycastle:bctsp-jdk14:138
  1434. | \--- org.bouncycastle:bctsp-jdk14:1.38
  1435. | +--- org.bouncycastle:bcprov-jdk14:1.38
  1436. | \--- org.bouncycastle:bcmail-jdk14:1.38
  1437. | \--- org.bouncycastle:bcprov-jdk14:1.38
  1438. +--- org.olap4j:olap4j:1.2.0
  1439. | \--- xerces:xercesImpl:2.11.0
  1440. | \--- xml-apis:xml-apis:1.4.01
  1441. +--- net.sf.jasperreports:jasperreports:6.2.1
  1442. | +--- commons-beanutils:commons-beanutils:1.9.0
  1443. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1444. | | \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  1445. | +--- commons-collections:commons-collections:3.2.2
  1446. | +--- commons-digester:commons-digester:2.1
  1447. | | +--- commons-beanutils:commons-beanutils:1.8.3 -> 1.9.0 (*)
  1448. | | \--- commons-logging:commons-logging:1.1.1 -> 1.2
  1449. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1450. | +--- com.lowagie:itext:2.1.7.js5-SNAPSHOT -> 2.1.7 (*)
  1451. | +--- org.jfree:jcommon:1.0.23
  1452. | +--- org.jfree:jfreechart:1.0.19
  1453. | | \--- org.jfree:jcommon:1.0.23
  1454. | +--- org.eclipse.jdt.core.compiler:ecj:4.3.1
  1455. | +--- org.codehaus.castor:castor-xml:1.3.3
  1456. | | +--- org.codehaus.castor:castor-core:1.3.3
  1457. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1458. | | | \--- commons-lang:commons-lang:2.6 -> 2.3
  1459. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1460. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  1461. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  1462. | | +--- javax.inject:javax.inject:1
  1463. | | +--- stax:stax:1.2.0
  1464. | | | \--- stax:stax-api:1.0.1
  1465. | | +--- javax.xml.stream:stax-api:1.0-2
  1466. | | \--- org.springframework:spring-context:3.0.6.RELEASE -> 4.2.3.RELEASE (*)
  1467. | +--- com.fasterxml.jackson.core:jackson-core:2.1.4 -> 2.8.1
  1468. | +--- com.fasterxml.jackson.core:jackson-databind:2.1.4 -> 2.7.6 (*)
  1469. | +--- com.fasterxml.jackson.core:jackson-annotations:2.1.4 -> 2.7.0
  1470. | +--- org.apache.lucene:lucene-core:4.5.1 -> 4.10.4
  1471. | +--- org.apache.lucene:lucene-analyzers-common:4.5.1 -> 4.10.4 (*)
  1472. | +--- org.apache.lucene:lucene-queryparser:4.5.1 -> 4.10.4 (*)
  1473. | +--- org.olap4j:olap4j:0.9.7.309-JS-3 -> 1.2.0 (*)
  1474. | \--- com.google.zxing:core:2.3.0
  1475. +--- net.sf.jasperreports:jasperreports-fonts:6.0.0
  1476. +--- io.airbrake:airbrake-java:2.2.8
  1477. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1478. | \--- log4j:log4j:1.2.14
  1479. +--- net.anthavio:airbrake-logback:1.0.1
  1480. | +--- ch.qos.logback:logback-classic:1.1.1 -> 1.1.7 (*)
  1481. | \--- io.airbrake:airbrake-java:2.2.8 (*)
  1482. +--- org.postgresql:postgresql:9.4-1200-jdbc41
  1483. | \--- com.github.dblock.waffle:waffle-jna:1.7
  1484. | +--- net.java.dev.jna:jna:4.1.0
  1485. | +--- net.java.dev.jna:jna-platform:4.1.0
  1486. | | \--- net.java.dev.jna:jna:4.1.0
  1487. | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  1488. | \--- com.google.guava:guava:18.0
  1489. +--- commons-lang:commons-lang:2.3
  1490. +--- joda-time:joda-time:2.8.2
  1491. +--- com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3
  1492. | +--- com.fasterxml.jackson.core:jackson-annotations:2.6.0 -> 2.7.0
  1493. | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  1494. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  1495. | \--- joda-time:joda-time:2.2 -> 2.8.2
  1496. +--- javax.mail:mail:1.4.1
  1497. | \--- javax.activation:activation:1.1
  1498. +--- org.hibernate:hibernate-envers:4.3.11.Final (*)
  1499. +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT (*)
  1500. +--- cz.jirutka.spring:spring-rest-exception-handler:1.1.1
  1501. | +--- com.fasterxml.jackson.core:jackson-annotations:2.3.2 -> 2.7.0
  1502. | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  1503. +--- net.coobird:thumbnailator:0.4.8
  1504. +--- org.projectlombok:lombok:1.16.8
  1505. +--- com.sendgrid:sendgrid-java:2.2.1
  1506. | +--- org.apache.httpcomponents:httpcore:4.3.2 -> 4.4.4
  1507. | +--- org.apache.httpcomponents:httpmime:4.3.4
  1508. | | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  1509. | +--- org.json:json:20140107
  1510. | +--- com.sendgrid:smtpapi-java:1.2.0
  1511. | | \--- org.json:json:20140107
  1512. | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  1513. +--- com.pusher:pusher-http-java:1.0.0
  1514. | +--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  1515. | \--- com.google.code.gson:gson:2.2.4
  1516. +--- com.atlassian.commonmark:commonmark:0.7.0
  1517. +--- org.jfairy:jfairy:0.2.5
  1518. | +--- org.yaml:snakeyaml:[1.0,2.0) -> 1.21-SNAPSHOT
  1519. | +--- joda-time:joda-time:2.3 -> 2.8.2
  1520. | +--- com.google.inject:guice:3.0
  1521. | | +--- javax.inject:javax.inject:1
  1522. | | +--- aopalliance:aopalliance:1.0
  1523. | | \--- org.sonatype.sisu.inject:cglib:2.2.1-v20090111
  1524. | | \--- asm:asm:3.1
  1525. | +--- org.apache.commons:commons-lang3:3.1 -> 3.3.2
  1526. | +--- com.google.guava:guava:15.0 -> 18.0
  1527. | \--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  1528. \--- net.logstash.logback:logstash-logback-encoder:4.8
  1529. +--- ch.qos.logback:logback-core:1.1.6 -> 1.1.7
  1530. \--- com.fasterxml.jackson.core:jackson-databind:2.6.5 -> 2.7.6 (*)
  1531.  
  1532. testCompile - Compile classpath for source set 'test'.
  1533. +--- project :domain
  1534. | +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE
  1535. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE
  1536. | | | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE
  1537. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE
  1538. | | | | | \--- commons-logging:commons-logging:1.2
  1539. | | | | \--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE
  1540. | | | | +--- org.springframework:spring-aop:4.2.6.RELEASE
  1541. | | | | | +--- aopalliance:aopalliance:1.0
  1542. | | | | | +--- org.springframework:spring-beans:4.2.6.RELEASE
  1543. | | | | | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  1544. | | | | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  1545. | | | | +--- org.springframework:spring-beans:4.2.6.RELEASE (*)
  1546. | | | | +--- org.springframework:spring-core:4.2.6.RELEASE (*)
  1547. | | | | \--- org.springframework:spring-expression:4.2.6.RELEASE
  1548. | | | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  1549. | | | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE
  1550. | | | | \--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  1551. | | | +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE
  1552. | | | | +--- ch.qos.logback:logback-classic:1.1.3 -> 1.1.7
  1553. | | | | | +--- ch.qos.logback:logback-core:1.1.7
  1554. | | | | | \--- org.slf4j:slf4j-api:1.7.20 -> 1.7.21
  1555. | | | | +--- org.slf4j:jcl-over-slf4j:1.7.13
  1556. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1557. | | | | +--- org.slf4j:jul-to-slf4j:1.7.13
  1558. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1559. | | | | \--- org.slf4j:log4j-over-slf4j:1.7.13
  1560. | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1561. | | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1562. | | | \--- org.yaml:snakeyaml:1.16 -> 1.21-SNAPSHOT
  1563. | | +--- org.springframework.boot:spring-boot-starter-aop:1.3.0.RELEASE
  1564. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1565. | | | +--- org.springframework:spring-aop:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1566. | | | \--- org.aspectj:aspectjweaver:1.8.7
  1567. | | +--- org.springframework.boot:spring-boot-starter-jdbc:1.3.0.RELEASE
  1568. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1569. | | | +--- org.apache.tomcat:tomcat-jdbc:8.0.28
  1570. | | | | \--- org.apache.tomcat:tomcat-juli:8.0.28
  1571. | | | \--- org.springframework:spring-jdbc:4.2.3.RELEASE
  1572. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1573. | | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1574. | | | \--- org.springframework:spring-tx:4.2.3.RELEASE
  1575. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1576. | | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1577. | | +--- org.hibernate:hibernate-entitymanager:4.3.11.Final
  1578. | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1579. | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1580. | | | +--- org.hibernate:hibernate-core:4.3.11.Final
  1581. | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1582. | | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1583. | | | | +--- dom4j:dom4j:1.6.1
  1584. | | | | | \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
  1585. | | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final
  1586. | | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1587. | | | | | \--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1588. | | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  1589. | | | | +--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  1590. | | | | +--- antlr:antlr:2.7.7
  1591. | | | | \--- org.jboss:jandex:1.1.0.Final
  1592. | | | +--- dom4j:dom4j:1.6.1 (*)
  1593. | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final (*)
  1594. | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  1595. | | | \--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  1596. | | +--- javax.transaction:javax.transaction-api:1.2
  1597. | | +--- org.springframework.data:spring-data-jpa:1.9.1.RELEASE
  1598. | | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE
  1599. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1600. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1601. | | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1602. | | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  1603. | | | +--- org.springframework:spring-orm:4.1.8.RELEASE
  1604. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1605. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1606. | | | | +--- org.springframework:spring-jdbc:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1607. | | | | \--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1608. | | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1609. | | | +--- org.springframework:spring-aop:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1610. | | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1611. | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1612. | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1613. | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1614. | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  1615. | | \--- org.springframework:spring-aspects:4.2.3.RELEASE
  1616. | | \--- org.aspectj:aspectjweaver:1.8.7
  1617. | +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE
  1618. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1619. | | \--- org.springframework.data:spring-data-elasticsearch:1.3.1.RELEASE
  1620. | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  1621. | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  1622. | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE (*)
  1623. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  1624. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  1625. | | +--- joda-time:joda-time:2.8.2
  1626. | | +--- org.elasticsearch:elasticsearch:1.5.2
  1627. | | | +--- org.apache.lucene:lucene-core:4.10.4
  1628. | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4
  1629. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1630. | | | +--- org.apache.lucene:lucene-queries:4.10.4
  1631. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1632. | | | +--- org.apache.lucene:lucene-memory:4.10.4
  1633. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1634. | | | +--- org.apache.lucene:lucene-highlighter:4.10.4
  1635. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1636. | | | | +--- org.apache.lucene:lucene-memory:4.10.4 (*)
  1637. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1638. | | | +--- org.apache.lucene:lucene-queryparser:4.10.4
  1639. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1640. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1641. | | | | \--- org.apache.lucene:lucene-sandbox:4.10.4
  1642. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1643. | | | +--- org.apache.lucene:lucene-sandbox:4.10.4 (*)
  1644. | | | +--- org.apache.lucene:lucene-suggest:4.10.4
  1645. | | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4 (*)
  1646. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1647. | | | | +--- org.apache.lucene:lucene-misc:4.10.4
  1648. | | | | | \--- org.apache.lucene:lucene-core:4.10.4
  1649. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1650. | | | +--- org.apache.lucene:lucene-misc:4.10.4 (*)
  1651. | | | +--- org.apache.lucene:lucene-join:4.10.4
  1652. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1653. | | | | \--- org.apache.lucene:lucene-grouping:4.10.4
  1654. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1655. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1656. | | | +--- org.apache.lucene:lucene-grouping:4.10.4 (*)
  1657. | | | +--- org.apache.lucene:lucene-spatial:4.10.4
  1658. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  1659. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  1660. | | | | \--- com.spatial4j:spatial4j:0.4.1
  1661. | | | +--- org.antlr:antlr-runtime:3.5
  1662. | | | +--- org.ow2.asm:asm:4.1 -> 5.0.3
  1663. | | | \--- org.ow2.asm:asm-commons:4.1
  1664. | | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  1665. | | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6
  1666. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.7.0
  1667. | | | \--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  1668. | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  1669. | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  1670. | +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE
  1671. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1672. | | +--- org.springframework:spring-aop:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1673. | | +--- org.springframework.security:spring-security-config:4.0.3.RELEASE
  1674. | | | +--- aopalliance:aopalliance:1.0
  1675. | | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE
  1676. | | | | +--- aopalliance:aopalliance:1.0
  1677. | | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1678. | | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1679. | | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1680. | | | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1681. | | | | \--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1682. | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1683. | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1684. | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1685. | | | \--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1686. | | \--- org.springframework.security:spring-security-web:4.0.3.RELEASE
  1687. | | +--- aopalliance:aopalliance:1.0
  1688. | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE (*)
  1689. | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1690. | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1691. | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1692. | | +--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  1693. | | \--- org.springframework:spring-web:4.2.2.RELEASE -> 4.2.6.RELEASE
  1694. | | +--- org.springframework:spring-aop:4.2.6.RELEASE (*)
  1695. | | +--- org.springframework:spring-beans:4.2.6.RELEASE (*)
  1696. | | +--- org.springframework:spring-context:4.2.6.RELEASE (*)
  1697. | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  1698. | +--- org.springframework.security:spring-security-acl:4.0.2.RELEASE
  1699. | | +--- aopalliance:aopalliance:1.0
  1700. | | +--- org.springframework.security:spring-security-core:4.0.2.RELEASE -> 4.0.3.RELEASE (*)
  1701. | | +--- org.springframework:spring-aop:4.1.6.RELEASE -> 4.2.6.RELEASE (*)
  1702. | | +--- org.springframework:spring-context:4.1.6.RELEASE -> 4.2.6.RELEASE (*)
  1703. | | +--- org.springframework:spring-core:4.1.6.RELEASE -> 4.2.6.RELEASE (*)
  1704. | | +--- org.springframework:spring-jdbc:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1705. | | \--- org.springframework:spring-tx:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  1706. | +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT
  1707. | | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  1708. | | +--- org.reflections:reflections:0.9.9
  1709. | | | +--- com.google.guava:guava:15.0 -> 18.0
  1710. | | | +--- org.javassist:javassist:3.18.2-GA -> 3.19.0-GA
  1711. | | | \--- com.google.code.findbugs:annotations:2.0.1
  1712. | | +--- javax.validation:validation-api:1.1.0.Final
  1713. | | +--- com.fasterxml.jackson.core:jackson-databind:2.4.0 -> 2.7.6 (*)
  1714. | | +--- com.google.guava:guava:17.0 -> 18.0
  1715. | | +--- org.apache.commons:commons-lang3:3.3.2 -> 3.4
  1716. | | +--- commons-cli:commons-cli:1.2
  1717. | | +--- commons-io:commons-io:2.4
  1718. | | +--- org.hibernate:hibernate-validator:5.1.1.Final -> 5.2.2.Final
  1719. | | | +--- javax.validation:validation-api:1.1.0.Final
  1720. | | | +--- org.jboss.logging:jboss-logging:3.2.1.Final
  1721. | | | \--- com.fasterxml:classmate:1.1.0 -> 1.3.1
  1722. | | +--- javax.el:javax.el-api:2.2.4
  1723. | | \--- org.glassfish.web:javax.el:2.2.4
  1724. | | \--- javax.el:javax.el-api:2.2.4
  1725. | +--- joda-time:joda-time:2.8.2
  1726. | +--- org.hibernate:hibernate-envers:4.3.11.Final
  1727. | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  1728. | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  1729. | | \--- org.hibernate:hibernate-entitymanager:4.3.11.Final (*)
  1730. | +--- commons-lang:commons-lang:2.3
  1731. | +--- org.flywaydb:flyway-core:4.0.3
  1732. | +--- org.apache.tika:tika-core:1.11
  1733. | +--- org.apache.commons:commons-lang3:3.3.2 -> 3.4
  1734. | +--- org.projectlombok:lombok:1.16.8
  1735. | +--- com.google.code.gson:gson:2.2.4
  1736. | +--- org.springframework.data:spring-data-redis:1.4.1.RELEASE
  1737. | | +--- org.springframework:spring-tx:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  1738. | | +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  1739. | | +--- org.springframework:spring-aop:4.0.7.RELEASE -> 4.2.6.RELEASE (*)
  1740. | | +--- org.springframework:spring-context-support:4.0.7.RELEASE -> 4.2.3.RELEASE
  1741. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1742. | | | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1743. | | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1744. | | +--- org.springframework:spring-core:4.0.7.RELEASE -> 4.2.6.RELEASE (*)
  1745. | | \--- org.springframework:spring-context:4.0.7.RELEASE -> 4.2.6.RELEASE (*)
  1746. | +--- redis.clients:jedis:2.6.1
  1747. | | \--- org.apache.commons:commons-pool2:2.0
  1748. | +--- com.github.debop:hibernate-redis:2.3.0
  1749. | | +--- org.redisson:redisson:2.3.0
  1750. | | | +--- io.netty:netty-common:4.0.40.Final
  1751. | | | +--- io.netty:netty-codec:4.0.40.Final
  1752. | | | | \--- io.netty:netty-transport:4.0.40.Final
  1753. | | | | \--- io.netty:netty-buffer:4.0.40.Final
  1754. | | | | \--- io.netty:netty-common:4.0.40.Final
  1755. | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  1756. | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  1757. | | | +--- io.netty:netty-handler:4.0.40.Final
  1758. | | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  1759. | | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  1760. | | | | \--- io.netty:netty-codec:4.0.40.Final (*)
  1761. | | | +--- io.projectreactor:reactor-stream:2.0.8.RELEASE
  1762. | | | | \--- io.projectreactor:reactor-core:2.0.8.RELEASE
  1763. | | | | +--- org.reactivestreams:reactive-streams:1.0.0
  1764. | | | | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  1765. | | | +--- org.slf4j:slf4j-api:1.7.21
  1766. | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.6
  1767. | | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  1768. | | | | \--- org.yaml:snakeyaml:1.15 -> 1.21-SNAPSHOT
  1769. | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  1770. | | | +--- com.fasterxml.jackson.core:jackson-databind:2.7.6 (*)
  1771. | | | +--- net.openhft:zero-allocation-hashing:0.5
  1772. | | | +--- net.bytebuddy:byte-buddy:1.3.19
  1773. | | | \--- org.jodd:jodd-bean:3.7.1
  1774. | | | \--- org.jodd:jodd-core:3.7.1
  1775. | | +--- de.ruedigermoeller:fst:2.48
  1776. | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.1
  1777. | | | +--- org.javassist:javassist:3.19.0-GA
  1778. | | | +--- org.objenesis:objenesis:2.4
  1779. | | | \--- com.cedarsoftware:java-util:1.9.0
  1780. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1781. | | | \--- com.cedarsoftware:json-io:2.5.1
  1782. | | +--- org.xerial.snappy:snappy-java:1.1.2.6
  1783. | | +--- org.slf4j:slf4j-api:1.7.21
  1784. | | +--- ch.qos.logback:logback-classic:1.1.7 (*)
  1785. | | +--- org.projectlombok:lombok:1.16.8
  1786. | | \--- org.assertj:assertj-core:3.5.1
  1787. | \--- com.zaxxer:HikariCP:2.5.1
  1788. | \--- org.slf4j:slf4j-api:1.7.21
  1789. +--- project :hh
  1790. | +--- io.springfox:springfox-swagger2:2.5.0
  1791. | | +--- io.swagger:swagger-annotations:1.5.9
  1792. | | +--- io.swagger:swagger-models:1.5.9
  1793. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.4.5 -> 2.7.0
  1794. | | | +--- org.slf4j:slf4j-api:1.6.3 -> 1.7.21
  1795. | | | \--- io.swagger:swagger-annotations:1.5.9
  1796. | | +--- io.springfox:springfox-spi:2.5.0
  1797. | | | \--- io.springfox:springfox-core:2.5.0
  1798. | | | +--- com.google.guava:guava:18.0
  1799. | | | +--- com.fasterxml:classmate:1.3.1
  1800. | | | +--- org.slf4j:slf4j-api:1.7.21
  1801. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
  1802. | | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1803. | | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1804. | | | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1805. | | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  1806. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
  1807. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1808. | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  1809. | | +--- io.springfox:springfox-schema:2.5.0
  1810. | | | +--- io.springfox:springfox-core:2.5.0 (*)
  1811. | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  1812. | | +--- io.springfox:springfox-swagger-common:2.5.0
  1813. | | | +--- io.swagger:swagger-annotations:1.5.9
  1814. | | | +--- io.swagger:swagger-models:1.5.9 (*)
  1815. | | | +--- io.springfox:springfox-spi:2.5.0 (*)
  1816. | | | +--- io.springfox:springfox-schema:2.5.0 (*)
  1817. | | | +--- io.springfox:springfox-spring-web:2.5.0
  1818. | | | | +--- com.google.guava:guava:18.0
  1819. | | | | +--- com.fasterxml:classmate:1.3.1
  1820. | | | | +--- org.slf4j:slf4j-api:1.7.21
  1821. | | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1822. | | | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  1823. | | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  1824. | | | +--- com.google.guava:guava:18.0
  1825. | | | +--- com.fasterxml:classmate:1.3.1
  1826. | | | +--- org.slf4j:slf4j-api:1.7.21
  1827. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1828. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  1829. | | +--- io.springfox:springfox-spring-web:2.5.0 (*)
  1830. | | +--- com.google.guava:guava:18.0
  1831. | | +--- com.fasterxml:classmate:1.3.1
  1832. | | +--- org.slf4j:slf4j-api:1.7.21
  1833. | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  1834. | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  1835. | | \--- org.mapstruct:mapstruct:1.0.0.Final
  1836. | +--- org.apache.httpcomponents:httpclient:4.5.2
  1837. | | +--- org.apache.httpcomponents:httpcore:4.4.4
  1838. | | +--- commons-logging:commons-logging:1.2
  1839. | | \--- commons-codec:commons-codec:1.9
  1840. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1841. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1842. | \--- org.codehaus.groovy:groovy-all:2.4.7
  1843. +--- project :superjob
  1844. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  1845. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  1846. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1847. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1848. | \--- org.codehaus.groovy:groovy-all:2.4.7
  1849. +--- project :abbyy
  1850. | +--- org.codehaus.groovy:groovy-all:2.3.11 -> 2.4.7
  1851. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  1852. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  1853. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1854. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1855. | \--- org.codehaus.groovy:groovy-all:2.4.7
  1856. +--- org.codehaus.groovy:groovy-all:2.4.7
  1857. +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE
  1858. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1859. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE
  1860. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  1861. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  1862. | | +--- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.28
  1863. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.0.28
  1864. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  1865. | +--- org.springframework.boot:spring-boot-starter-validation:1.3.0.RELEASE
  1866. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1867. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  1868. | | \--- org.hibernate:hibernate-validator:5.2.2.Final (*)
  1869. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  1870. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1871. | \--- org.springframework:spring-webmvc:4.2.3.RELEASE -> 4.2.6.RELEASE
  1872. | +--- org.springframework:spring-beans:4.2.6.RELEASE (*)
  1873. | +--- org.springframework:spring-context:4.2.6.RELEASE (*)
  1874. | +--- org.springframework:spring-core:4.2.6.RELEASE (*)
  1875. | +--- org.springframework:spring-expression:4.2.6.RELEASE (*)
  1876. | \--- org.springframework:spring-web:4.2.6.RELEASE (*)
  1877. +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE (*)
  1878. +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE (*)
  1879. +--- org.springframework.boot:spring-boot-starter-mail:1.3.0.RELEASE
  1880. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1881. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1882. | +--- org.springframework:spring-context-support:4.2.3.RELEASE (*)
  1883. | \--- com.sun.mail:javax.mail:1.5.4
  1884. | \--- javax.activation:activation:1.1
  1885. +--- org.springframework.boot:spring-boot-starter-ws:1.3.0.RELEASE
  1886. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1887. | +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE (*)
  1888. | +--- org.springframework:spring-jms:4.2.3.RELEASE
  1889. | | +--- org.springframework:spring-aop:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1890. | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1891. | | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1892. | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1893. | | +--- org.springframework:spring-messaging:4.2.3.RELEASE
  1894. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1895. | | | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1896. | | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1897. | | \--- org.springframework:spring-tx:4.2.3.RELEASE (*)
  1898. | +--- org.springframework:spring-oxm:4.2.3.RELEASE
  1899. | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1900. | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1901. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE
  1902. | | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE
  1903. | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1904. | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1905. | | | \--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1906. | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1907. | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1908. | | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1909. | | +--- org.springframework:spring-oxm:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1910. | | +--- org.springframework:spring-web:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1911. | | \--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1912. | \--- org.springframework.ws:spring-ws-support:2.2.3.RELEASE
  1913. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE (*)
  1914. | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE (*)
  1915. | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1916. | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  1917. | \--- org.springframework:spring-jms:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  1918. +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE (*)
  1919. +--- org.springframework.boot:spring-boot-starter-actuator:1.3.0.RELEASE
  1920. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  1921. | \--- org.springframework.boot:spring-boot-actuator:1.3.0.RELEASE
  1922. | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  1923. | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  1924. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  1925. | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1926. | \--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  1927. +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  1928. +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE (*)
  1929. +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE (*)
  1930. +--- io.springfox:springfox-swagger2:2.5.0 (*)
  1931. +--- io.springfox:springfox-swagger-ui:2.5.0
  1932. | \--- io.springfox:springfox-spring-web:2.5.0 (*)
  1933. +--- com.lowagie:itext:2.1.7
  1934. | +--- bouncycastle:bcmail-jdk14:138
  1935. | +--- bouncycastle:bcprov-jdk14:138
  1936. | \--- bouncycastle:bctsp-jdk14:138
  1937. | \--- org.bouncycastle:bctsp-jdk14:1.38
  1938. | +--- org.bouncycastle:bcprov-jdk14:1.38
  1939. | \--- org.bouncycastle:bcmail-jdk14:1.38
  1940. | \--- org.bouncycastle:bcprov-jdk14:1.38
  1941. +--- org.olap4j:olap4j:1.2.0
  1942. | \--- xerces:xercesImpl:2.11.0
  1943. | \--- xml-apis:xml-apis:1.4.01
  1944. +--- net.sf.jasperreports:jasperreports:6.2.1
  1945. | +--- commons-beanutils:commons-beanutils:1.9.0
  1946. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1947. | | \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  1948. | +--- commons-collections:commons-collections:3.2.2
  1949. | +--- commons-digester:commons-digester:2.1
  1950. | | +--- commons-beanutils:commons-beanutils:1.8.3 -> 1.9.0 (*)
  1951. | | \--- commons-logging:commons-logging:1.1.1 -> 1.2
  1952. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1953. | +--- com.lowagie:itext:2.1.7.js5-SNAPSHOT -> 2.1.7 (*)
  1954. | +--- org.jfree:jcommon:1.0.23
  1955. | +--- org.jfree:jfreechart:1.0.19
  1956. | | \--- org.jfree:jcommon:1.0.23
  1957. | +--- org.eclipse.jdt.core.compiler:ecj:4.3.1
  1958. | +--- org.codehaus.castor:castor-xml:1.3.3
  1959. | | +--- org.codehaus.castor:castor-core:1.3.3
  1960. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1961. | | | \--- commons-lang:commons-lang:2.6 -> 2.3
  1962. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1963. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  1964. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  1965. | | +--- javax.inject:javax.inject:1
  1966. | | +--- stax:stax:1.2.0
  1967. | | | \--- stax:stax-api:1.0.1
  1968. | | +--- javax.xml.stream:stax-api:1.0-2
  1969. | | \--- org.springframework:spring-context:3.0.6.RELEASE -> 4.2.6.RELEASE (*)
  1970. | +--- com.fasterxml.jackson.core:jackson-core:2.1.4 -> 2.8.1
  1971. | +--- com.fasterxml.jackson.core:jackson-databind:2.1.4 -> 2.7.6 (*)
  1972. | +--- com.fasterxml.jackson.core:jackson-annotations:2.1.4 -> 2.7.0
  1973. | +--- org.apache.lucene:lucene-core:4.5.1 -> 4.10.4
  1974. | +--- org.apache.lucene:lucene-analyzers-common:4.5.1 -> 4.10.4 (*)
  1975. | +--- org.apache.lucene:lucene-queryparser:4.5.1 -> 4.10.4 (*)
  1976. | +--- org.olap4j:olap4j:0.9.7.309-JS-3 -> 1.2.0 (*)
  1977. | \--- com.google.zxing:core:2.3.0
  1978. +--- net.sf.jasperreports:jasperreports-fonts:6.0.0
  1979. +--- io.airbrake:airbrake-java:2.2.8
  1980. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  1981. | \--- log4j:log4j:1.2.14
  1982. +--- net.anthavio:airbrake-logback:1.0.1
  1983. | +--- ch.qos.logback:logback-classic:1.1.1 -> 1.1.7 (*)
  1984. | \--- io.airbrake:airbrake-java:2.2.8 (*)
  1985. +--- org.postgresql:postgresql:9.4-1200-jdbc41
  1986. | \--- com.github.dblock.waffle:waffle-jna:1.7
  1987. | +--- net.java.dev.jna:jna:4.1.0
  1988. | +--- net.java.dev.jna:jna-platform:4.1.0
  1989. | | \--- net.java.dev.jna:jna:4.1.0
  1990. | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  1991. | \--- com.google.guava:guava:18.0
  1992. +--- commons-lang:commons-lang:2.3
  1993. +--- joda-time:joda-time:2.8.2
  1994. +--- com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3
  1995. | +--- com.fasterxml.jackson.core:jackson-annotations:2.6.0 -> 2.7.0
  1996. | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  1997. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  1998. | \--- joda-time:joda-time:2.2 -> 2.8.2
  1999. +--- javax.mail:mail:1.4.1
  2000. | \--- javax.activation:activation:1.1
  2001. +--- org.hibernate:hibernate-envers:4.3.11.Final (*)
  2002. +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT (*)
  2003. +--- cz.jirutka.spring:spring-rest-exception-handler:1.1.1
  2004. | +--- com.fasterxml.jackson.core:jackson-annotations:2.3.2 -> 2.7.0
  2005. | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  2006. +--- net.coobird:thumbnailator:0.4.8
  2007. +--- org.projectlombok:lombok:1.16.8
  2008. +--- com.sendgrid:sendgrid-java:2.2.1
  2009. | +--- org.apache.httpcomponents:httpcore:4.3.2 -> 4.4.4
  2010. | +--- org.apache.httpcomponents:httpmime:4.3.4 -> 4.5.1
  2011. | | \--- org.apache.httpcomponents:httpclient:4.5.1 -> 4.5.2 (*)
  2012. | +--- org.json:json:20140107
  2013. | +--- com.sendgrid:smtpapi-java:1.2.0
  2014. | | \--- org.json:json:20140107
  2015. | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  2016. +--- com.pusher:pusher-http-java:1.0.0
  2017. | +--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  2018. | \--- com.google.code.gson:gson:2.2.4
  2019. +--- com.atlassian.commonmark:commonmark:0.7.0
  2020. +--- org.jfairy:jfairy:0.2.5
  2021. | +--- org.yaml:snakeyaml:[1.0,2.0) -> 1.21-SNAPSHOT
  2022. | +--- joda-time:joda-time:2.3 -> 2.8.2
  2023. | +--- com.google.inject:guice:3.0
  2024. | | +--- javax.inject:javax.inject:1
  2025. | | +--- aopalliance:aopalliance:1.0
  2026. | | \--- org.sonatype.sisu.inject:cglib:2.2.1-v20090111
  2027. | | \--- asm:asm:3.1
  2028. | +--- org.apache.commons:commons-lang3:3.1 -> 3.4
  2029. | +--- com.google.guava:guava:15.0 -> 18.0
  2030. | \--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  2031. +--- net.logstash.logback:logstash-logback-encoder:4.8
  2032. | +--- ch.qos.logback:logback-core:1.1.6 -> 1.1.7
  2033. | \--- com.fasterxml.jackson.core:jackson-databind:2.6.5 -> 2.7.6 (*)
  2034. +--- org.springframework.boot:spring-boot-starter-test:1.3.0.RELEASE
  2035. | +--- junit:junit:4.12
  2036. | | \--- org.hamcrest:hamcrest-core:1.3
  2037. | +--- org.mockito:mockito-core:1.10.19
  2038. | | +--- org.hamcrest:hamcrest-core:1.1 -> 1.3
  2039. | | \--- org.objenesis:objenesis:2.1 -> 2.4
  2040. | +--- org.hamcrest:hamcrest-core:1.3
  2041. | +--- org.hamcrest:hamcrest-library:1.3
  2042. | | \--- org.hamcrest:hamcrest-core:1.3
  2043. | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2044. | \--- org.springframework:spring-test:4.2.3.RELEASE -> 4.2.6.RELEASE
  2045. | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2046. +--- org.spockframework:spock-spring:1.0-groovy-2.4
  2047. | +--- org.spockframework:spock-core:1.0-groovy-2.4
  2048. | | +--- junit:junit:4.12 (*)
  2049. | | \--- org.codehaus.groovy:groovy-all:2.4.1 -> 2.4.7
  2050. | \--- org.codehaus.groovy:groovy-all:2.4.1 -> 2.4.7
  2051. +--- org.spockframework:spock-core:1.0-groovy-2.4 (*)
  2052. +--- io.rest-assured:rest-assured:3.0.0
  2053. | +--- org.codehaus.groovy:groovy:2.4.6
  2054. | +--- org.codehaus.groovy:groovy-xml:2.4.6
  2055. | | \--- org.codehaus.groovy:groovy:2.4.6
  2056. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  2057. | +--- org.apache.httpcomponents:httpmime:4.5.1 (*)
  2058. | +--- org.hamcrest:hamcrest-core:1.3
  2059. | +--- org.hamcrest:hamcrest-library:1.3 (*)
  2060. | +--- org.ccil.cowan.tagsoup:tagsoup:1.2.1
  2061. | +--- io.rest-assured:json-path:3.0.0
  2062. | | +--- org.codehaus.groovy:groovy-json:2.4.6
  2063. | | | \--- org.codehaus.groovy:groovy:2.4.6
  2064. | | +--- org.codehaus.groovy:groovy:2.4.6
  2065. | | \--- io.rest-assured:rest-assured-common:3.0.0
  2066. | | +--- org.codehaus.groovy:groovy:2.4.6
  2067. | | \--- org.apache.commons:commons-lang3:3.4
  2068. | \--- io.rest-assured:xml-path:3.0.0
  2069. | +--- org.codehaus.groovy:groovy-xml:2.4.6 (*)
  2070. | +--- org.codehaus.groovy:groovy:2.4.6
  2071. | +--- io.rest-assured:rest-assured-common:3.0.0 (*)
  2072. | +--- org.apache.commons:commons-lang3:3.4
  2073. | \--- org.ccil.cowan.tagsoup:tagsoup:1.2.1
  2074. +--- io.rest-assured:spring-mock-mvc:3.0.0
  2075. | +--- io.rest-assured:rest-assured:3.0.0 (*)
  2076. | +--- org.springframework:spring-test:4.2.6.RELEASE (*)
  2077. | \--- org.springframework:spring-webmvc:4.2.6.RELEASE (*)
  2078. +--- cglib:cglib-nodep:3.2.4
  2079. +--- com.jayway.jsonpath:json-path:2.2.0
  2080. | +--- net.minidev:json-smart:2.2.1
  2081. | | \--- net.minidev:accessors-smart:1.1
  2082. | | \--- org.ow2.asm:asm:5.0.3
  2083. | \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.21
  2084. +--- com.jayway.jsonpath:json-path-assert:2.2.0
  2085. | +--- com.jayway.jsonpath:json-path:2.2.0 (*)
  2086. | +--- org.hamcrest:hamcrest-core:1.3
  2087. | +--- org.hamcrest:hamcrest-library:1.3 (*)
  2088. | \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.21
  2089. \--- org.hamcrest:hamcrest-core:1.3
  2090.  
  2091. testRuntime - Runtime classpath for source set 'test'.
  2092. +--- project :domain
  2093. | +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE
  2094. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE
  2095. | | | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE
  2096. | | | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE
  2097. | | | | | \--- commons-logging:commons-logging:1.2
  2098. | | | | \--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE
  2099. | | | | +--- org.springframework:spring-aop:4.2.6.RELEASE
  2100. | | | | | +--- aopalliance:aopalliance:1.0
  2101. | | | | | +--- org.springframework:spring-beans:4.2.6.RELEASE
  2102. | | | | | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2103. | | | | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2104. | | | | +--- org.springframework:spring-beans:4.2.6.RELEASE (*)
  2105. | | | | +--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2106. | | | | \--- org.springframework:spring-expression:4.2.6.RELEASE
  2107. | | | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2108. | | | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE
  2109. | | | | \--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  2110. | | | +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE
  2111. | | | | +--- ch.qos.logback:logback-classic:1.1.3 -> 1.1.7
  2112. | | | | | +--- ch.qos.logback:logback-core:1.1.7
  2113. | | | | | \--- org.slf4j:slf4j-api:1.7.20 -> 1.7.21
  2114. | | | | +--- org.slf4j:jcl-over-slf4j:1.7.13
  2115. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  2116. | | | | +--- org.slf4j:jul-to-slf4j:1.7.13
  2117. | | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  2118. | | | | \--- org.slf4j:log4j-over-slf4j:1.7.13
  2119. | | | | \--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  2120. | | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2121. | | | \--- org.yaml:snakeyaml:1.16 -> 1.21-SNAPSHOT
  2122. | | +--- org.springframework.boot:spring-boot-starter-aop:1.3.0.RELEASE
  2123. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2124. | | | +--- org.springframework:spring-aop:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2125. | | | \--- org.aspectj:aspectjweaver:1.8.7
  2126. | | +--- org.springframework.boot:spring-boot-starter-jdbc:1.3.0.RELEASE
  2127. | | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2128. | | | +--- org.apache.tomcat:tomcat-jdbc:8.0.28
  2129. | | | | \--- org.apache.tomcat:tomcat-juli:8.0.28
  2130. | | | \--- org.springframework:spring-jdbc:4.2.3.RELEASE
  2131. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2132. | | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2133. | | | \--- org.springframework:spring-tx:4.2.3.RELEASE
  2134. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2135. | | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2136. | | +--- org.hibernate:hibernate-entitymanager:4.3.11.Final
  2137. | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  2138. | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  2139. | | | +--- org.hibernate:hibernate-core:4.3.11.Final
  2140. | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  2141. | | | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  2142. | | | | +--- dom4j:dom4j:1.6.1
  2143. | | | | | \--- xml-apis:xml-apis:1.0.b2 -> 1.4.01
  2144. | | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final
  2145. | | | | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  2146. | | | | | \--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  2147. | | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  2148. | | | | +--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  2149. | | | | +--- antlr:antlr:2.7.7
  2150. | | | | \--- org.jboss:jandex:1.1.0.Final
  2151. | | | +--- dom4j:dom4j:1.6.1 (*)
  2152. | | | +--- org.hibernate.common:hibernate-commons-annotations:4.0.5.Final (*)
  2153. | | | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  2154. | | | \--- org.javassist:javassist:3.18.1-GA -> 3.19.0-GA
  2155. | | +--- javax.transaction:javax.transaction-api:1.2
  2156. | | +--- org.springframework.data:spring-data-jpa:1.9.1.RELEASE
  2157. | | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE
  2158. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2159. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2160. | | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  2161. | | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  2162. | | | +--- org.springframework:spring-orm:4.1.8.RELEASE
  2163. | | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2164. | | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2165. | | | | +--- org.springframework:spring-jdbc:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  2166. | | | | \--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  2167. | | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2168. | | | +--- org.springframework:spring-aop:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2169. | | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  2170. | | | +--- org.springframework:spring-beans:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2171. | | | +--- org.springframework:spring-core:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2172. | | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  2173. | | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  2174. | | \--- org.springframework:spring-aspects:4.2.3.RELEASE
  2175. | | \--- org.aspectj:aspectjweaver:1.8.7
  2176. | +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE
  2177. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2178. | | \--- org.springframework.data:spring-data-elasticsearch:1.3.1.RELEASE
  2179. | | +--- org.springframework:spring-context:4.1.8.RELEASE -> 4.2.6.RELEASE (*)
  2180. | | +--- org.springframework:spring-tx:4.1.8.RELEASE -> 4.2.3.RELEASE (*)
  2181. | | +--- org.springframework.data:spring-data-commons:1.11.1.RELEASE (*)
  2182. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  2183. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  2184. | | +--- joda-time:joda-time:2.8.2
  2185. | | +--- org.elasticsearch:elasticsearch:1.5.2
  2186. | | | +--- org.apache.lucene:lucene-core:4.10.4
  2187. | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4
  2188. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  2189. | | | +--- org.apache.lucene:lucene-queries:4.10.4
  2190. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  2191. | | | +--- org.apache.lucene:lucene-memory:4.10.4
  2192. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  2193. | | | +--- org.apache.lucene:lucene-highlighter:4.10.4
  2194. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  2195. | | | | +--- org.apache.lucene:lucene-memory:4.10.4 (*)
  2196. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  2197. | | | +--- org.apache.lucene:lucene-queryparser:4.10.4
  2198. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  2199. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  2200. | | | | \--- org.apache.lucene:lucene-sandbox:4.10.4
  2201. | | | | \--- org.apache.lucene:lucene-core:4.10.4
  2202. | | | +--- org.apache.lucene:lucene-sandbox:4.10.4 (*)
  2203. | | | +--- org.apache.lucene:lucene-suggest:4.10.4
  2204. | | | | +--- org.apache.lucene:lucene-analyzers-common:4.10.4 (*)
  2205. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  2206. | | | | +--- org.apache.lucene:lucene-misc:4.10.4
  2207. | | | | | \--- org.apache.lucene:lucene-core:4.10.4
  2208. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  2209. | | | +--- org.apache.lucene:lucene-misc:4.10.4 (*)
  2210. | | | +--- org.apache.lucene:lucene-join:4.10.4
  2211. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  2212. | | | | \--- org.apache.lucene:lucene-grouping:4.10.4
  2213. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  2214. | | | | \--- org.apache.lucene:lucene-queries:4.10.4 (*)
  2215. | | | +--- org.apache.lucene:lucene-grouping:4.10.4 (*)
  2216. | | | +--- org.apache.lucene:lucene-spatial:4.10.4
  2217. | | | | +--- org.apache.lucene:lucene-core:4.10.4
  2218. | | | | +--- org.apache.lucene:lucene-queries:4.10.4 (*)
  2219. | | | | \--- com.spatial4j:spatial4j:0.4.1
  2220. | | | +--- org.antlr:antlr-runtime:3.5
  2221. | | | +--- org.ow2.asm:asm:4.1 -> 5.0.3
  2222. | | | \--- org.ow2.asm:asm-commons:4.1
  2223. | | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  2224. | | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6
  2225. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.7.0
  2226. | | | \--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  2227. | | +--- org.slf4j:slf4j-api:1.7.13 -> 1.7.21
  2228. | | \--- org.slf4j:jcl-over-slf4j:1.7.13 (*)
  2229. | +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE
  2230. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2231. | | +--- org.springframework:spring-aop:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2232. | | +--- org.springframework.security:spring-security-config:4.0.3.RELEASE
  2233. | | | +--- aopalliance:aopalliance:1.0
  2234. | | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE
  2235. | | | | +--- aopalliance:aopalliance:1.0
  2236. | | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2237. | | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2238. | | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2239. | | | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2240. | | | | \--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2241. | | | +--- org.springframework:spring-aop:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2242. | | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2243. | | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2244. | | | \--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2245. | | \--- org.springframework.security:spring-security-web:4.0.3.RELEASE
  2246. | | +--- aopalliance:aopalliance:1.0
  2247. | | +--- org.springframework.security:spring-security-core:4.0.3.RELEASE (*)
  2248. | | +--- org.springframework:spring-beans:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2249. | | +--- org.springframework:spring-context:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2250. | | +--- org.springframework:spring-core:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2251. | | +--- org.springframework:spring-expression:4.2.2.RELEASE -> 4.2.6.RELEASE (*)
  2252. | | \--- org.springframework:spring-web:4.2.2.RELEASE -> 4.2.6.RELEASE
  2253. | | +--- org.springframework:spring-aop:4.2.6.RELEASE (*)
  2254. | | +--- org.springframework:spring-beans:4.2.6.RELEASE (*)
  2255. | | +--- org.springframework:spring-context:4.2.6.RELEASE (*)
  2256. | | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2257. | +--- org.springframework.security:spring-security-acl:4.0.2.RELEASE
  2258. | | +--- aopalliance:aopalliance:1.0
  2259. | | +--- org.springframework.security:spring-security-core:4.0.2.RELEASE -> 4.0.3.RELEASE (*)
  2260. | | +--- org.springframework:spring-aop:4.1.6.RELEASE -> 4.2.6.RELEASE (*)
  2261. | | +--- org.springframework:spring-context:4.1.6.RELEASE -> 4.2.6.RELEASE (*)
  2262. | | +--- org.springframework:spring-core:4.1.6.RELEASE -> 4.2.6.RELEASE (*)
  2263. | | +--- org.springframework:spring-jdbc:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  2264. | | \--- org.springframework:spring-tx:4.1.6.RELEASE -> 4.2.3.RELEASE (*)
  2265. | +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT
  2266. | | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  2267. | | +--- org.reflections:reflections:0.9.9
  2268. | | | +--- com.google.guava:guava:15.0 -> 18.0
  2269. | | | +--- org.javassist:javassist:3.18.2-GA -> 3.19.0-GA
  2270. | | | \--- com.google.code.findbugs:annotations:2.0.1
  2271. | | +--- javax.validation:validation-api:1.1.0.Final
  2272. | | +--- com.fasterxml.jackson.core:jackson-databind:2.4.0 -> 2.7.6 (*)
  2273. | | +--- com.google.guava:guava:17.0 -> 18.0
  2274. | | +--- org.apache.commons:commons-lang3:3.3.2 -> 3.4
  2275. | | +--- commons-cli:commons-cli:1.2
  2276. | | +--- commons-io:commons-io:2.4
  2277. | | +--- org.hibernate:hibernate-validator:5.1.1.Final -> 5.2.2.Final
  2278. | | | +--- javax.validation:validation-api:1.1.0.Final
  2279. | | | +--- org.jboss.logging:jboss-logging:3.2.1.Final
  2280. | | | \--- com.fasterxml:classmate:1.1.0 -> 1.3.1
  2281. | | +--- javax.el:javax.el-api:2.2.4
  2282. | | \--- org.glassfish.web:javax.el:2.2.4
  2283. | | \--- javax.el:javax.el-api:2.2.4
  2284. | +--- joda-time:joda-time:2.8.2
  2285. | +--- org.hibernate:hibernate-envers:4.3.11.Final
  2286. | | +--- org.jboss.logging:jboss-logging:3.1.3.GA -> 3.2.1.Final
  2287. | | +--- org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1
  2288. | | \--- org.hibernate:hibernate-entitymanager:4.3.11.Final (*)
  2289. | +--- commons-lang:commons-lang:2.3
  2290. | +--- org.flywaydb:flyway-core:4.0.3
  2291. | +--- org.apache.tika:tika-core:1.11
  2292. | +--- org.apache.commons:commons-lang3:3.3.2 -> 3.4
  2293. | +--- org.projectlombok:lombok:1.16.8
  2294. | +--- com.google.code.gson:gson:2.2.4
  2295. | +--- org.springframework.data:spring-data-redis:1.4.1.RELEASE
  2296. | | +--- org.springframework:spring-tx:4.0.7.RELEASE -> 4.2.3.RELEASE (*)
  2297. | | +--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  2298. | | +--- org.springframework:spring-aop:4.0.7.RELEASE -> 4.2.6.RELEASE (*)
  2299. | | +--- org.springframework:spring-context-support:4.0.7.RELEASE -> 4.2.3.RELEASE
  2300. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2301. | | | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2302. | | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2303. | | +--- org.springframework:spring-core:4.0.7.RELEASE -> 4.2.6.RELEASE (*)
  2304. | | \--- org.springframework:spring-context:4.0.7.RELEASE -> 4.2.6.RELEASE (*)
  2305. | +--- redis.clients:jedis:2.6.1
  2306. | | \--- org.apache.commons:commons-pool2:2.0
  2307. | +--- com.github.debop:hibernate-redis:2.3.0
  2308. | | +--- org.redisson:redisson:2.3.0
  2309. | | | +--- io.netty:netty-common:4.0.40.Final
  2310. | | | +--- io.netty:netty-codec:4.0.40.Final
  2311. | | | | \--- io.netty:netty-transport:4.0.40.Final
  2312. | | | | \--- io.netty:netty-buffer:4.0.40.Final
  2313. | | | | \--- io.netty:netty-common:4.0.40.Final
  2314. | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  2315. | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  2316. | | | +--- io.netty:netty-handler:4.0.40.Final
  2317. | | | | +--- io.netty:netty-buffer:4.0.40.Final (*)
  2318. | | | | +--- io.netty:netty-transport:4.0.40.Final (*)
  2319. | | | | \--- io.netty:netty-codec:4.0.40.Final (*)
  2320. | | | +--- io.projectreactor:reactor-stream:2.0.8.RELEASE
  2321. | | | | \--- io.projectreactor:reactor-core:2.0.8.RELEASE
  2322. | | | | +--- org.reactivestreams:reactive-streams:1.0.0
  2323. | | | | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  2324. | | | +--- org.slf4j:slf4j-api:1.7.21
  2325. | | | +--- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.7.6
  2326. | | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  2327. | | | | \--- org.yaml:snakeyaml:1.15 -> 1.21-SNAPSHOT
  2328. | | | +--- com.fasterxml.jackson.core:jackson-core:2.7.6 -> 2.8.1
  2329. | | | +--- com.fasterxml.jackson.core:jackson-databind:2.7.6 (*)
  2330. | | | +--- net.openhft:zero-allocation-hashing:0.5
  2331. | | | +--- net.bytebuddy:byte-buddy:1.3.19
  2332. | | | \--- org.jodd:jodd-bean:3.7.1
  2333. | | | \--- org.jodd:jodd-core:3.7.1
  2334. | | +--- de.ruedigermoeller:fst:2.48
  2335. | | | +--- com.fasterxml.jackson.core:jackson-core:2.8.1
  2336. | | | +--- org.javassist:javassist:3.19.0-GA
  2337. | | | +--- org.objenesis:objenesis:2.4
  2338. | | | \--- com.cedarsoftware:java-util:1.9.0
  2339. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2340. | | | \--- com.cedarsoftware:json-io:2.5.1
  2341. | | +--- org.xerial.snappy:snappy-java:1.1.2.6
  2342. | | +--- org.slf4j:slf4j-api:1.7.21
  2343. | | +--- ch.qos.logback:logback-classic:1.1.7 (*)
  2344. | | +--- org.projectlombok:lombok:1.16.8
  2345. | | \--- org.assertj:assertj-core:3.5.1
  2346. | \--- com.zaxxer:HikariCP:2.5.1
  2347. | \--- org.slf4j:slf4j-api:1.7.21
  2348. +--- project :hh
  2349. | +--- io.springfox:springfox-swagger2:2.5.0
  2350. | | +--- io.swagger:swagger-annotations:1.5.9
  2351. | | +--- io.swagger:swagger-models:1.5.9
  2352. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.4.5 -> 2.7.0
  2353. | | | +--- org.slf4j:slf4j-api:1.6.3 -> 1.7.21
  2354. | | | \--- io.swagger:swagger-annotations:1.5.9
  2355. | | +--- io.springfox:springfox-spi:2.5.0
  2356. | | | \--- io.springfox:springfox-core:2.5.0
  2357. | | | +--- com.google.guava:guava:18.0
  2358. | | | +--- com.fasterxml:classmate:1.3.1
  2359. | | | +--- org.slf4j:slf4j-api:1.7.21
  2360. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
  2361. | | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2362. | | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2363. | | | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2364. | | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  2365. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE
  2366. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  2367. | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.21
  2368. | | +--- io.springfox:springfox-schema:2.5.0
  2369. | | | +--- io.springfox:springfox-core:2.5.0 (*)
  2370. | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  2371. | | +--- io.springfox:springfox-swagger-common:2.5.0
  2372. | | | +--- io.swagger:swagger-annotations:1.5.9
  2373. | | | +--- io.swagger:swagger-models:1.5.9 (*)
  2374. | | | +--- io.springfox:springfox-spi:2.5.0 (*)
  2375. | | | +--- io.springfox:springfox-schema:2.5.0 (*)
  2376. | | | +--- io.springfox:springfox-spring-web:2.5.0
  2377. | | | | +--- com.google.guava:guava:18.0
  2378. | | | | +--- com.fasterxml:classmate:1.3.1
  2379. | | | | +--- org.slf4j:slf4j-api:1.7.21
  2380. | | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  2381. | | | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  2382. | | | | \--- io.springfox:springfox-spi:2.5.0 (*)
  2383. | | | +--- com.google.guava:guava:18.0
  2384. | | | +--- com.fasterxml:classmate:1.3.1
  2385. | | | +--- org.slf4j:slf4j-api:1.7.21
  2386. | | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  2387. | | | \--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  2388. | | +--- io.springfox:springfox-spring-web:2.5.0 (*)
  2389. | | +--- com.google.guava:guava:18.0
  2390. | | +--- com.fasterxml:classmate:1.3.1
  2391. | | +--- org.slf4j:slf4j-api:1.7.21
  2392. | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE (*)
  2393. | | +--- org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE (*)
  2394. | | \--- org.mapstruct:mapstruct:1.0.0.Final
  2395. | +--- org.apache.httpcomponents:httpclient:4.5.2
  2396. | | +--- org.apache.httpcomponents:httpcore:4.4.4
  2397. | | +--- commons-logging:commons-logging:1.2
  2398. | | \--- commons-codec:commons-codec:1.9
  2399. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2400. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2401. | \--- org.codehaus.groovy:groovy-all:2.4.7
  2402. +--- project :superjob
  2403. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  2404. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  2405. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2406. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2407. | \--- org.codehaus.groovy:groovy-all:2.4.7
  2408. +--- project :abbyy
  2409. | +--- org.codehaus.groovy:groovy-all:2.3.11 -> 2.4.7
  2410. | +--- io.springfox:springfox-swagger2:2.5.0 (*)
  2411. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  2412. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2413. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2414. | \--- org.codehaus.groovy:groovy-all:2.4.7
  2415. +--- org.codehaus.groovy:groovy-all:2.4.7
  2416. +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE
  2417. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2418. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE
  2419. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  2420. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  2421. | | +--- org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.28
  2422. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.0.28
  2423. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.0.28
  2424. | +--- org.springframework.boot:spring-boot-starter-validation:1.3.0.RELEASE
  2425. | | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2426. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.0.28
  2427. | | \--- org.hibernate:hibernate-validator:5.2.2.Final (*)
  2428. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  2429. | +--- org.springframework:spring-web:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2430. | \--- org.springframework:spring-webmvc:4.2.3.RELEASE -> 4.2.6.RELEASE
  2431. | +--- org.springframework:spring-beans:4.2.6.RELEASE (*)
  2432. | +--- org.springframework:spring-context:4.2.6.RELEASE (*)
  2433. | +--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2434. | +--- org.springframework:spring-expression:4.2.6.RELEASE (*)
  2435. | \--- org.springframework:spring-web:4.2.6.RELEASE (*)
  2436. +--- org.springframework.boot:spring-boot-starter-data-jpa:1.3.0.RELEASE (*)
  2437. +--- org.springframework.boot:spring-boot-starter-security:1.3.0.RELEASE (*)
  2438. +--- org.springframework.boot:spring-boot-starter-mail:1.3.0.RELEASE
  2439. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2440. | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2441. | +--- org.springframework:spring-context-support:4.2.3.RELEASE (*)
  2442. | \--- com.sun.mail:javax.mail:1.5.4
  2443. | \--- javax.activation:activation:1.1
  2444. +--- org.springframework.boot:spring-boot-starter-ws:1.3.0.RELEASE
  2445. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2446. | +--- org.springframework.boot:spring-boot-starter-web:1.3.0.RELEASE (*)
  2447. | +--- org.springframework:spring-jms:4.2.3.RELEASE
  2448. | | +--- org.springframework:spring-aop:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2449. | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2450. | | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2451. | | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2452. | | +--- org.springframework:spring-messaging:4.2.3.RELEASE
  2453. | | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2454. | | | +--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2455. | | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2456. | | \--- org.springframework:spring-tx:4.2.3.RELEASE (*)
  2457. | +--- org.springframework:spring-oxm:4.2.3.RELEASE
  2458. | | +--- org.springframework:spring-beans:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2459. | | \--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2460. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE
  2461. | | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE
  2462. | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2463. | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2464. | | | \--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2465. | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2466. | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2467. | | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2468. | | +--- org.springframework:spring-oxm:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  2469. | | +--- org.springframework:spring-web:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2470. | | \--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2471. | \--- org.springframework.ws:spring-ws-support:2.2.3.RELEASE
  2472. | +--- org.springframework.ws:spring-ws-core:2.2.3.RELEASE (*)
  2473. | +--- org.springframework.ws:spring-xml:2.2.3.RELEASE (*)
  2474. | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2475. | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.2.6.RELEASE (*)
  2476. | \--- org.springframework:spring-jms:4.0.9.RELEASE -> 4.2.3.RELEASE (*)
  2477. +--- org.springframework.boot:spring-boot-starter-logging:1.3.0.RELEASE (*)
  2478. +--- org.springframework.boot:spring-boot-starter-actuator:1.3.0.RELEASE
  2479. | +--- org.springframework.boot:spring-boot-starter:1.3.0.RELEASE (*)
  2480. | \--- org.springframework.boot:spring-boot-actuator:1.3.0.RELEASE
  2481. | +--- org.springframework.boot:spring-boot:1.3.0.RELEASE (*)
  2482. | +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  2483. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  2484. | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2485. | \--- org.springframework:spring-context:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2486. +--- org.springframework.boot:spring-boot-autoconfigure:1.3.0.RELEASE (*)
  2487. +--- org.springframework.boot:spring-boot-starter-tomcat:1.3.0.RELEASE (*)
  2488. +--- org.springframework.boot:spring-boot-starter-data-elasticsearch:1.3.0.RELEASE (*)
  2489. +--- io.springfox:springfox-swagger2:2.5.0 (*)
  2490. +--- io.springfox:springfox-swagger-ui:2.5.0
  2491. | \--- io.springfox:springfox-spring-web:2.5.0 (*)
  2492. +--- com.lowagie:itext:2.1.7
  2493. | +--- bouncycastle:bcmail-jdk14:138
  2494. | +--- bouncycastle:bcprov-jdk14:138
  2495. | \--- bouncycastle:bctsp-jdk14:138
  2496. | \--- org.bouncycastle:bctsp-jdk14:1.38
  2497. | +--- org.bouncycastle:bcprov-jdk14:1.38
  2498. | \--- org.bouncycastle:bcmail-jdk14:1.38
  2499. | \--- org.bouncycastle:bcprov-jdk14:1.38
  2500. +--- org.olap4j:olap4j:1.2.0
  2501. | \--- xerces:xercesImpl:2.11.0
  2502. | \--- xml-apis:xml-apis:1.4.01
  2503. +--- net.sf.jasperreports:jasperreports:6.2.1
  2504. | +--- commons-beanutils:commons-beanutils:1.9.0
  2505. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2506. | | \--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  2507. | +--- commons-collections:commons-collections:3.2.2
  2508. | +--- commons-digester:commons-digester:2.1
  2509. | | +--- commons-beanutils:commons-beanutils:1.8.3 -> 1.9.0 (*)
  2510. | | \--- commons-logging:commons-logging:1.1.1 -> 1.2
  2511. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2512. | +--- com.lowagie:itext:2.1.7.js5-SNAPSHOT -> 2.1.7 (*)
  2513. | +--- org.jfree:jcommon:1.0.23
  2514. | +--- org.jfree:jfreechart:1.0.19
  2515. | | \--- org.jfree:jcommon:1.0.23
  2516. | +--- org.eclipse.jdt.core.compiler:ecj:4.3.1
  2517. | +--- org.codehaus.castor:castor-xml:1.3.3
  2518. | | +--- org.codehaus.castor:castor-core:1.3.3
  2519. | | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2520. | | | \--- commons-lang:commons-lang:2.6 -> 2.3
  2521. | | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2522. | | +--- commons-lang:commons-lang:2.6 -> 2.3
  2523. | | +--- commons-collections:commons-collections:3.2.1 -> 3.2.2
  2524. | | +--- javax.inject:javax.inject:1
  2525. | | +--- stax:stax:1.2.0
  2526. | | | \--- stax:stax-api:1.0.1
  2527. | | +--- javax.xml.stream:stax-api:1.0-2
  2528. | | \--- org.springframework:spring-context:3.0.6.RELEASE -> 4.2.6.RELEASE (*)
  2529. | +--- com.fasterxml.jackson.core:jackson-core:2.1.4 -> 2.8.1
  2530. | +--- com.fasterxml.jackson.core:jackson-databind:2.1.4 -> 2.7.6 (*)
  2531. | +--- com.fasterxml.jackson.core:jackson-annotations:2.1.4 -> 2.7.0
  2532. | +--- org.apache.lucene:lucene-core:4.5.1 -> 4.10.4
  2533. | +--- org.apache.lucene:lucene-analyzers-common:4.5.1 -> 4.10.4 (*)
  2534. | +--- org.apache.lucene:lucene-queryparser:4.5.1 -> 4.10.4 (*)
  2535. | +--- org.olap4j:olap4j:0.9.7.309-JS-3 -> 1.2.0 (*)
  2536. | \--- com.google.zxing:core:2.3.0
  2537. +--- net.sf.jasperreports:jasperreports-fonts:6.0.0
  2538. +--- io.airbrake:airbrake-java:2.2.8
  2539. | +--- commons-logging:commons-logging:1.1.1 -> 1.2
  2540. | \--- log4j:log4j:1.2.14
  2541. +--- net.anthavio:airbrake-logback:1.0.1
  2542. | +--- ch.qos.logback:logback-classic:1.1.1 -> 1.1.7 (*)
  2543. | \--- io.airbrake:airbrake-java:2.2.8 (*)
  2544. +--- org.postgresql:postgresql:9.4-1200-jdbc41
  2545. | \--- com.github.dblock.waffle:waffle-jna:1.7
  2546. | +--- net.java.dev.jna:jna:4.1.0
  2547. | +--- net.java.dev.jna:jna-platform:4.1.0
  2548. | | \--- net.java.dev.jna:jna:4.1.0
  2549. | +--- org.slf4j:slf4j-api:1.7.7 -> 1.7.21
  2550. | \--- com.google.guava:guava:18.0
  2551. +--- commons-lang:commons-lang:2.3
  2552. +--- joda-time:joda-time:2.8.2
  2553. +--- com.fasterxml.jackson.datatype:jackson-datatype-joda:2.6.3
  2554. | +--- com.fasterxml.jackson.core:jackson-annotations:2.6.0 -> 2.7.0
  2555. | +--- com.fasterxml.jackson.core:jackson-core:2.6.3 -> 2.8.1
  2556. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.3 -> 2.7.6 (*)
  2557. | \--- joda-time:joda-time:2.2 -> 2.8.2
  2558. +--- javax.mail:mail:1.4.1
  2559. | \--- javax.activation:activation:1.1
  2560. +--- org.hibernate:hibernate-envers:4.3.11.Final (*)
  2561. +--- com.junglejobs:valdr-bean-validation:1.1.3-SNAPSHOT (*)
  2562. +--- cz.jirutka.spring:spring-rest-exception-handler:1.1.1
  2563. | +--- com.fasterxml.jackson.core:jackson-annotations:2.3.2 -> 2.7.0
  2564. | \--- org.slf4j:slf4j-api:1.7.12 -> 1.7.21
  2565. +--- net.coobird:thumbnailator:0.4.8
  2566. +--- org.projectlombok:lombok:1.16.8
  2567. +--- com.sendgrid:sendgrid-java:2.2.1
  2568. | +--- org.apache.httpcomponents:httpcore:4.3.2 -> 4.4.4
  2569. | +--- org.apache.httpcomponents:httpmime:4.3.4 -> 4.5.1
  2570. | | \--- org.apache.httpcomponents:httpclient:4.5.1 -> 4.5.2 (*)
  2571. | +--- org.json:json:20140107
  2572. | +--- com.sendgrid:smtpapi-java:1.2.0
  2573. | | \--- org.json:json:20140107
  2574. | \--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  2575. +--- com.pusher:pusher-http-java:1.0.0
  2576. | +--- org.apache.httpcomponents:httpclient:4.3.4 -> 4.5.2 (*)
  2577. | \--- com.google.code.gson:gson:2.2.4
  2578. +--- com.atlassian.commonmark:commonmark:0.7.0
  2579. +--- org.jfairy:jfairy:0.2.5
  2580. | +--- org.yaml:snakeyaml:[1.0,2.0) -> 1.21-SNAPSHOT
  2581. | +--- joda-time:joda-time:2.3 -> 2.8.2
  2582. | +--- com.google.inject:guice:3.0
  2583. | | +--- javax.inject:javax.inject:1
  2584. | | +--- aopalliance:aopalliance:1.0
  2585. | | \--- org.sonatype.sisu.inject:cglib:2.2.1-v20090111
  2586. | | \--- asm:asm:3.1
  2587. | +--- org.apache.commons:commons-lang3:3.1 -> 3.4
  2588. | +--- com.google.guava:guava:15.0 -> 18.0
  2589. | \--- org.slf4j:slf4j-api:1.7.5 -> 1.7.21
  2590. +--- net.logstash.logback:logstash-logback-encoder:4.8
  2591. | +--- ch.qos.logback:logback-core:1.1.6 -> 1.1.7
  2592. | \--- com.fasterxml.jackson.core:jackson-databind:2.6.5 -> 2.7.6 (*)
  2593. +--- org.springframework.boot:spring-boot-starter-test:1.3.0.RELEASE
  2594. | +--- junit:junit:4.12
  2595. | | \--- org.hamcrest:hamcrest-core:1.3
  2596. | +--- org.mockito:mockito-core:1.10.19
  2597. | | +--- org.hamcrest:hamcrest-core:1.1 -> 1.3
  2598. | | \--- org.objenesis:objenesis:2.1 -> 2.4
  2599. | +--- org.hamcrest:hamcrest-core:1.3
  2600. | +--- org.hamcrest:hamcrest-library:1.3
  2601. | | \--- org.hamcrest:hamcrest-core:1.3
  2602. | +--- org.springframework:spring-core:4.2.3.RELEASE -> 4.2.6.RELEASE (*)
  2603. | \--- org.springframework:spring-test:4.2.3.RELEASE -> 4.2.6.RELEASE
  2604. | \--- org.springframework:spring-core:4.2.6.RELEASE (*)
  2605. +--- org.spockframework:spock-spring:1.0-groovy-2.4
  2606. | +--- org.spockframework:spock-core:1.0-groovy-2.4
  2607. | | +--- junit:junit:4.12 (*)
  2608. | | \--- org.codehaus.groovy:groovy-all:2.4.1 -> 2.4.7
  2609. | \--- org.codehaus.groovy:groovy-all:2.4.1 -> 2.4.7
  2610. +--- org.spockframework:spock-core:1.0-groovy-2.4 (*)
  2611. +--- io.rest-assured:rest-assured:3.0.0
  2612. | +--- org.codehaus.groovy:groovy:2.4.6
  2613. | +--- org.codehaus.groovy:groovy-xml:2.4.6
  2614. | | \--- org.codehaus.groovy:groovy:2.4.6
  2615. | +--- org.apache.httpcomponents:httpclient:4.5.2 (*)
  2616. | +--- org.apache.httpcomponents:httpmime:4.5.1 (*)
  2617. | +--- org.hamcrest:hamcrest-core:1.3
  2618. | +--- org.hamcrest:hamcrest-library:1.3 (*)
  2619. | +--- org.ccil.cowan.tagsoup:tagsoup:1.2.1
  2620. | +--- io.rest-assured:json-path:3.0.0
  2621. | | +--- org.codehaus.groovy:groovy-json:2.4.6
  2622. | | | \--- org.codehaus.groovy:groovy:2.4.6
  2623. | | +--- org.codehaus.groovy:groovy:2.4.6
  2624. | | \--- io.rest-assured:rest-assured-common:3.0.0
  2625. | | +--- org.codehaus.groovy:groovy:2.4.6
  2626. | | \--- org.apache.commons:commons-lang3:3.4
  2627. | \--- io.rest-assured:xml-path:3.0.0
  2628. | +--- org.codehaus.groovy:groovy-xml:2.4.6 (*)
  2629. | +--- org.codehaus.groovy:groovy:2.4.6
  2630. | +--- io.rest-assured:rest-assured-common:3.0.0 (*)
  2631. | +--- org.apache.commons:commons-lang3:3.4
  2632. | \--- org.ccil.cowan.tagsoup:tagsoup:1.2.1
  2633. +--- io.rest-assured:spring-mock-mvc:3.0.0
  2634. | +--- io.rest-assured:rest-assured:3.0.0 (*)
  2635. | +--- org.springframework:spring-test:4.2.6.RELEASE (*)
  2636. | \--- org.springframework:spring-webmvc:4.2.6.RELEASE (*)
  2637. +--- cglib:cglib-nodep:3.2.4
  2638. +--- com.jayway.jsonpath:json-path:2.2.0
  2639. | +--- net.minidev:json-smart:2.2.1
  2640. | | \--- net.minidev:accessors-smart:1.1
  2641. | | \--- org.ow2.asm:asm:5.0.3
  2642. | \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.21
  2643. +--- com.jayway.jsonpath:json-path-assert:2.2.0
  2644. | +--- com.jayway.jsonpath:json-path:2.2.0 (*)
  2645. | +--- org.hamcrest:hamcrest-core:1.3
  2646. | +--- org.hamcrest:hamcrest-library:1.3 (*)
  2647. | \--- org.slf4j:slf4j-api:1.7.16 -> 1.7.21
  2648. \--- org.hamcrest:hamcrest-core:1.3
  2649.  
  2650. versionManagement
  2651. No dependencies
  2652.  
  2653. BUILD SUCCESSFUL
  2654.  
  2655. Total time: 12.546 secs
  2656. 11:12:28 AM: Task execution finished 'dependencies'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement