Guest User

Untitled

a guest
Aug 8th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.01 KB | None | 0 0
  1. :dependencies
  2.  
  3. ------------------------------------------------------------
  4. Root project
  5. ------------------------------------------------------------
  6.  
  7. archives - Configuration for archive artifacts.
  8. No dependencies
  9.  
  10. compile - Dependencies for source set 'main'.
  11. +--- com.google.guava:guava:18.0
  12. +--- org.slf4j:slf4j-api:1.7.5
  13. +--- org.springframework:spring-web:4.3.10.RELEASE
  14. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  15. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  16. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  17. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  18. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  19. | +--- org.springframework:spring-context:4.3.10.RELEASE
  20. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  21. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  22. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  23. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  24. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  25. | \--- org.springframework:spring-core:4.3.10.RELEASE
  26. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  27. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  28. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  29. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  30. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  31. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  32. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  33. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  34. | | | +--- ch.qos.logback:logback-classic:1.1.11
  35. | | | | +--- ch.qos.logback:logback-core:1.1.11
  36. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  37. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  38. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  39. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  40. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  41. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  42. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  43. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  44. | | \--- org.yaml:snakeyaml:1.17
  45. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  46. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  47. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  48. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  49. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  50. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  51. | | +--- javax.validation:validation-api:1.1.0.Final
  52. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  53. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  54. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  55. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  56. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  57. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  58. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  59. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  60. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  61. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  62. | +--- org.springframework:spring-core:4.3.10.RELEASE
  63. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  64. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  65. \--- org.xerial:sqlite-jdbc:3.8.11
  66.  
  67. compileClasspath - Compile classpath for source set 'main'.
  68. +--- com.google.guava:guava:18.0
  69. +--- org.slf4j:slf4j-api:1.7.5
  70. +--- org.springframework:spring-web:4.3.10.RELEASE
  71. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  72. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  73. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  74. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  75. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  76. | +--- org.springframework:spring-context:4.3.10.RELEASE
  77. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  78. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  79. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  80. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  81. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  82. | \--- org.springframework:spring-core:4.3.10.RELEASE
  83. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  84. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  85. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  86. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  87. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  88. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  89. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  90. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  91. | | | +--- ch.qos.logback:logback-classic:1.1.11
  92. | | | | +--- ch.qos.logback:logback-core:1.1.11
  93. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  94. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  95. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  96. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  97. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  98. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  99. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  100. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  101. | | \--- org.yaml:snakeyaml:1.17
  102. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  103. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  104. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  105. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  106. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  107. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  108. | | +--- javax.validation:validation-api:1.1.0.Final
  109. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  110. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  111. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  112. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  113. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  114. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  115. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  116. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  117. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  118. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  119. | +--- org.springframework:spring-core:4.3.10.RELEASE
  120. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  121. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  122. \--- org.xerial:sqlite-jdbc:3.8.11
  123.  
  124. compileOnly - Compile dependencies for source set 'main'.
  125. +--- com.google.guava:guava:18.0
  126. +--- org.slf4j:slf4j-api:1.7.5
  127. +--- org.springframework:spring-web:4.3.10.RELEASE
  128. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  129. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  130. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  131. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  132. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  133. | +--- org.springframework:spring-context:4.3.10.RELEASE
  134. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  135. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  136. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  137. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  138. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  139. | \--- org.springframework:spring-core:4.3.10.RELEASE
  140. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  141. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  142. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  143. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  144. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  145. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  146. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  147. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  148. | | | +--- ch.qos.logback:logback-classic:1.1.11
  149. | | | | +--- ch.qos.logback:logback-core:1.1.11
  150. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  151. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  152. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  153. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  154. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  155. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  156. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  157. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  158. | | \--- org.yaml:snakeyaml:1.17
  159. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  160. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  161. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  162. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  163. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  164. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  165. | | +--- javax.validation:validation-api:1.1.0.Final
  166. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  167. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  168. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  169. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  170. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  171. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  172. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  173. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  174. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  175. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  176. | +--- org.springframework:spring-core:4.3.10.RELEASE
  177. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  178. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  179. \--- org.xerial:sqlite-jdbc:3.8.11
  180.  
  181. default - Configuration for default artifacts.
  182. +--- com.google.guava:guava:18.0
  183. +--- org.slf4j:slf4j-api:1.7.5
  184. +--- org.springframework:spring-web:4.3.10.RELEASE
  185. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  186. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  187. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  188. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  189. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  190. | +--- org.springframework:spring-context:4.3.10.RELEASE
  191. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  192. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  193. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  194. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  195. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  196. | \--- org.springframework:spring-core:4.3.10.RELEASE
  197. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  198. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  199. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  200. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  201. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  202. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  203. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  204. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  205. | | | +--- ch.qos.logback:logback-classic:1.1.11
  206. | | | | +--- ch.qos.logback:logback-core:1.1.11
  207. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  208. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  209. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  210. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  211. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  212. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  213. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  214. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  215. | | \--- org.yaml:snakeyaml:1.17
  216. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  217. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  218. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  219. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  220. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  221. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  222. | | +--- javax.validation:validation-api:1.1.0.Final
  223. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  224. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  225. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  226. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  227. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  228. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  229. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  230. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  231. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  232. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  233. | +--- org.springframework:spring-core:4.3.10.RELEASE
  234. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  235. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  236. \--- org.xerial:sqlite-jdbc:3.8.11
  237.  
  238. runtime - Runtime dependencies for source set 'main'.
  239. +--- com.google.guava:guava:18.0
  240. +--- org.slf4j:slf4j-api:1.7.5
  241. +--- org.springframework:spring-web:4.3.10.RELEASE
  242. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  243. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  244. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  245. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  246. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  247. | +--- org.springframework:spring-context:4.3.10.RELEASE
  248. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  249. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  250. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  251. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  252. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  253. | \--- org.springframework:spring-core:4.3.10.RELEASE
  254. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  255. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  256. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  257. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  258. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  259. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  260. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  261. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  262. | | | +--- ch.qos.logback:logback-classic:1.1.11
  263. | | | | +--- ch.qos.logback:logback-core:1.1.11
  264. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  265. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  266. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  267. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  268. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  269. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  270. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  271. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  272. | | \--- org.yaml:snakeyaml:1.17
  273. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  274. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  275. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  276. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  277. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  278. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  279. | | +--- javax.validation:validation-api:1.1.0.Final
  280. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  281. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  282. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  283. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  284. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  285. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  286. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  287. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  288. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  289. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  290. | +--- org.springframework:spring-core:4.3.10.RELEASE
  291. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  292. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  293. \--- org.xerial:sqlite-jdbc:3.8.11
  294.  
  295. testCompile - Dependencies for source set 'test'.
  296. +--- com.google.guava:guava:18.0
  297. +--- org.slf4j:slf4j-api:1.7.5
  298. +--- org.springframework:spring-web:4.3.10.RELEASE
  299. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  300. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  301. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  302. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  303. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  304. | +--- org.springframework:spring-context:4.3.10.RELEASE
  305. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  306. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  307. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  308. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  309. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  310. | \--- org.springframework:spring-core:4.3.10.RELEASE
  311. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  312. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  313. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  314. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  315. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  316. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  317. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  318. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  319. | | | +--- ch.qos.logback:logback-classic:1.1.11
  320. | | | | +--- ch.qos.logback:logback-core:1.1.11
  321. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  322. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  323. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  324. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  325. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  326. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  327. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  328. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  329. | | \--- org.yaml:snakeyaml:1.17
  330. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  331. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  332. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  333. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  334. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  335. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  336. | | +--- javax.validation:validation-api:1.1.0.Final
  337. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  338. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  339. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  340. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  341. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  342. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  343. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  344. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  345. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  346. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  347. | +--- org.springframework:spring-core:4.3.10.RELEASE
  348. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  349. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  350. +--- org.xerial:sqlite-jdbc:3.8.11
  351. +--- junit:junit:4.+ -> 4.12
  352. | \--- org.hamcrest:hamcrest-core:1.3
  353. +--- org.mockito:mockito-all:1.9.+ -> 1.9.5
  354. +--- org.springframework:spring-test:4.3.10.RELEASE
  355. | \--- org.springframework:spring-core:4.3.10.RELEASE
  356. \--- org.springframework.boot:spring-boot-test:1.5.6.RELEASE
  357. \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  358.  
  359. testCompileClasspath - Compile classpath for source set 'test'.
  360. +--- com.google.guava:guava:18.0
  361. +--- org.slf4j:slf4j-api:1.7.5
  362. +--- org.springframework:spring-web:4.3.10.RELEASE
  363. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  364. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  365. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  366. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  367. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  368. | +--- org.springframework:spring-context:4.3.10.RELEASE
  369. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  370. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  371. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  372. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  373. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  374. | \--- org.springframework:spring-core:4.3.10.RELEASE
  375. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  376. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  377. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  378. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  379. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  380. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  381. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  382. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  383. | | | +--- ch.qos.logback:logback-classic:1.1.11
  384. | | | | +--- ch.qos.logback:logback-core:1.1.11
  385. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  386. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  387. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  388. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  389. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  390. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  391. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  392. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  393. | | \--- org.yaml:snakeyaml:1.17
  394. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  395. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  396. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  397. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  398. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  399. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  400. | | +--- javax.validation:validation-api:1.1.0.Final
  401. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  402. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  403. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  404. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  405. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  406. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  407. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  408. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  409. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  410. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  411. | +--- org.springframework:spring-core:4.3.10.RELEASE
  412. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  413. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  414. +--- org.xerial:sqlite-jdbc:3.8.11
  415. +--- junit:junit:4.+ -> 4.12
  416. | \--- org.hamcrest:hamcrest-core:1.3
  417. +--- org.mockito:mockito-all:1.9.+ -> 1.9.5
  418. +--- org.springframework:spring-test:4.3.10.RELEASE
  419. | \--- org.springframework:spring-core:4.3.10.RELEASE
  420. \--- org.springframework.boot:spring-boot-test:1.5.6.RELEASE
  421. \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  422.  
  423. testCompileOnly - Compile dependencies for source set 'test'.
  424. +--- com.google.guava:guava:18.0
  425. +--- org.slf4j:slf4j-api:1.7.5
  426. +--- org.springframework:spring-web:4.3.10.RELEASE
  427. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  428. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  429. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  430. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  431. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  432. | +--- org.springframework:spring-context:4.3.10.RELEASE
  433. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  434. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  435. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  436. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  437. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  438. | \--- org.springframework:spring-core:4.3.10.RELEASE
  439. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  440. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  441. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  442. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  443. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  444. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  445. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  446. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  447. | | | +--- ch.qos.logback:logback-classic:1.1.11
  448. | | | | +--- ch.qos.logback:logback-core:1.1.11
  449. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  450. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  451. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  452. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  453. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  454. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  455. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  456. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  457. | | \--- org.yaml:snakeyaml:1.17
  458. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  459. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  460. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  461. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  462. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  463. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  464. | | +--- javax.validation:validation-api:1.1.0.Final
  465. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  466. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  467. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  468. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  469. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  470. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  471. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  472. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  473. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  474. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  475. | +--- org.springframework:spring-core:4.3.10.RELEASE
  476. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  477. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  478. +--- org.xerial:sqlite-jdbc:3.8.11
  479. +--- junit:junit:4.+ -> 4.12
  480. | \--- org.hamcrest:hamcrest-core:1.3
  481. +--- org.mockito:mockito-all:1.9.+ -> 1.9.5
  482. +--- org.springframework:spring-test:4.3.10.RELEASE
  483. | \--- org.springframework:spring-core:4.3.10.RELEASE
  484. \--- org.springframework.boot:spring-boot-test:1.5.6.RELEASE
  485. \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  486.  
  487. testRuntime - Runtime dependencies for source set 'test'.
  488. +--- com.google.guava:guava:18.0
  489. +--- org.slf4j:slf4j-api:1.7.5
  490. +--- org.springframework:spring-web:4.3.10.RELEASE
  491. | +--- org.springframework:spring-aop:4.3.10.RELEASE
  492. | | +--- org.springframework:spring-beans:4.3.10.RELEASE
  493. | | | \--- org.springframework:spring-core:4.3.10.RELEASE
  494. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  495. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  496. | +--- org.springframework:spring-context:4.3.10.RELEASE
  497. | | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  498. | | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  499. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  500. | | \--- org.springframework:spring-expression:4.3.10.RELEASE
  501. | | \--- org.springframework:spring-core:4.3.10.RELEASE
  502. | \--- org.springframework:spring-core:4.3.10.RELEASE
  503. +--- org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE
  504. | +--- org.springframework.boot:spring-boot-starter:1.5.6.RELEASE
  505. | | +--- org.springframework.boot:spring-boot:1.5.6.RELEASE
  506. | | | +--- org.springframework:spring-core:4.3.10.RELEASE
  507. | | | \--- org.springframework:spring-context:4.3.10.RELEASE (*)
  508. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE
  509. | | | \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  510. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE
  511. | | | +--- ch.qos.logback:logback-classic:1.1.11
  512. | | | | +--- ch.qos.logback:logback-core:1.1.11
  513. | | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.5
  514. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  515. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  516. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  517. | | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  518. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  519. | | | \--- org.slf4j:slf4j-api:1.7.25 -> 1.7.5
  520. | | +--- org.springframework:spring-core:4.3.10.RELEASE
  521. | | \--- org.yaml:snakeyaml:1.17
  522. | +--- org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE
  523. | | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  524. | | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.16
  525. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16
  526. | | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.16
  527. | +--- org.hibernate:hibernate-validator:5.3.5.Final
  528. | | +--- javax.validation:validation-api:1.1.0.Final
  529. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  530. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.3
  531. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.9
  532. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  533. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.9
  534. | +--- org.springframework:spring-web:4.3.10.RELEASE (*)
  535. | \--- org.springframework:spring-webmvc:4.3.10.RELEASE
  536. | +--- org.springframework:spring-aop:4.3.10.RELEASE (*)
  537. | +--- org.springframework:spring-beans:4.3.10.RELEASE (*)
  538. | +--- org.springframework:spring-context:4.3.10.RELEASE (*)
  539. | +--- org.springframework:spring-core:4.3.10.RELEASE
  540. | +--- org.springframework:spring-expression:4.3.10.RELEASE (*)
  541. | \--- org.springframework:spring-web:4.3.10.RELEASE (*)
  542. +--- org.xerial:sqlite-jdbc:3.8.11
  543. +--- junit:junit:4.+ -> 4.12
  544. | \--- org.hamcrest:hamcrest-core:1.3
  545. +--- org.mockito:mockito-all:1.9.+ -> 1.9.5
  546. +--- org.springframework:spring-test:4.3.10.RELEASE
  547. | \--- org.springframework:spring-core:4.3.10.RELEASE
  548. \--- org.springframework.boot:spring-boot-test:1.5.6.RELEASE
  549. \--- org.springframework.boot:spring-boot:1.5.6.RELEASE (*)
  550.  
  551. (*) - dependencies omitted (listed previously)
  552.  
  553. BUILD SUCCESSFUL
  554.  
  555. Total time: 0.922 secs
Add Comment
Please, Sign In to add comment