Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.57 KB | None | 0 0
  1. :dependencies
  2.  
  3. ------------------------------------------------------------
  4. Root project
  5. ------------------------------------------------------------
  6.  
  7. compile - Dependencies for source set 'main' (deprecated, use 'implementation ' instead).
  8. +--- org.springframework.boot:spring-boot-starter-web: -> 1.5.8.RELEASE
  9. | +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE
  10. | | +--- org.springframework.boot:spring-boot:1.5.8.RELEASE
  11. | | | +--- org.springframework:spring-core:4.3.12.RELEASE
  12. | | | \--- org.springframework:spring-context:4.3.12.RELEASE
  13. | | | +--- org.springframework:spring-aop:4.3.12.RELEASE
  14. | | | | +--- org.springframework:spring-beans:4.3.12.RELEASE
  15. | | | | | \--- org.springframework:spring-core:4.3.12.RELEASE
  16. | | | | \--- org.springframework:spring-core:4.3.12.RELEASE
  17. | | | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  18. | | | +--- org.springframework:spring-core:4.3.12.RELEASE
  19. | | | \--- org.springframework:spring-expression:4.3.12.RELEASE
  20. | | | \--- org.springframework:spring-core:4.3.12.RELEASE
  21. | | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.8.RELEASE
  22. | | | \--- org.springframework.boot:spring-boot:1.5.8.RELEASE (*)
  23. | | +--- org.springframework.boot:spring-boot-starter-logging:1.5.8.RELEASE
  24. | | | +--- ch.qos.logback:logback-classic:1.1.11 -> 1.2.3
  25. | | | | +--- ch.qos.logback:logback-core:1.2.3 -> 1.1.11
  26. | | | | \--- org.slf4j:slf4j-api:1.7.25
  27. | | | +--- org.slf4j:jcl-over-slf4j:1.7.25
  28. | | | | \--- org.slf4j:slf4j-api:1.7.25
  29. | | | +--- org.slf4j:jul-to-slf4j:1.7.25
  30. | | | | \--- org.slf4j:slf4j-api:1.7.25
  31. | | | \--- org.slf4j:log4j-over-slf4j:1.7.25
  32. | | | \--- org.slf4j:slf4j-api:1.7.25
  33. | | +--- org.springframework:spring-core:4.3.12.RELEASE
  34. | | \--- org.yaml:snakeyaml:1.17
  35. | +--- org.hibernate:hibernate-validator:5.3.5.Final -> 6.0.7.Final
  36. | | \--- org.hibernate.validator:hibernate-validator:6.0.7.Final
  37. | | +--- javax.validation:validation-api:2.0.1.Final -> 1.1.0.Final
  38. | | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  39. | | \--- com.fasterxml:classmate:1.3.1 -> 1.3.4
  40. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.10
  41. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  42. | | \--- com.fasterxml.jackson.core:jackson-core:2.8.10
  43. | +--- org.springframework:spring-web:4.3.12.RELEASE
  44. | | +--- org.springframework:spring-aop:4.3.12.RELEASE (*)
  45. | | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  46. | | +--- org.springframework:spring-context:4.3.12.RELEASE (*)
  47. | | \--- org.springframework:spring-core:4.3.12.RELEASE
  48. | +--- org.springframework:spring-webmvc:4.3.12.RELEASE
  49. | | +--- org.springframework:spring-aop:4.3.12.RELEASE (*)
  50. | | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  51. | | +--- org.springframework:spring-context:4.3.12.RELEASE (*)
  52. | | +--- org.springframework:spring-core:4.3.12.RELEASE
  53. | | +--- org.springframework:spring-expression:4.3.12.RELEASE (*)
  54. | | \--- org.springframework:spring-web:4.3.12.RELEASE (*)
  55. | \--- org.springframework.boot:spring-boot-starter-tomcat:1.5.8.RELEASE
  56. | +--- org.apache.tomcat.embed:tomcat-embed-core:8.5.23
  57. | | \--- org.apache.tomcat:tomcat-annotations-api:8.5.23
  58. | +--- org.apache.tomcat.embed:tomcat-embed-el:8.5.23
  59. | \--- org.apache.tomcat.embed:tomcat-embed-websocket:8.5.23
  60. | \--- org.apache.tomcat.embed:tomcat-embed-core:8.5.23 (*)
  61. +--- org.codehaus.groovy:groovy-all:2.4.12
  62. +--- com.google.inject:guice:4.1.0
  63. | +--- javax.inject:javax.inject:1
  64. | +--- aopalliance:aopalliance:1.0
  65. | \--- com.google.guava:guava:19.0
  66. +--- ch.qos.logback:logback-classic:1.2.3 (*)
  67. +--- org.slf4j:jul-to-slf4j:1.7.25 (*)
  68. +--- org.apache.logging.log4j:log4j-to-slf4j:2.9.1
  69. | +--- org.slf4j:slf4j-api:1.7.25
  70. | \--- org.apache.logging.log4j:log4j-api:2.9.1 -> 2.7
  71. +--- commons-cli:commons-cli:1.4
  72. +--- org.apache.commons:commons-lang3:3.7
  73. +--- io.dropwizard.metrics:metrics-core:3.2.5
  74. | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.25
  75. +--- io.dropwizard.metrics:metrics-json:3.2.5
  76. | +--- io.dropwizard.metrics:metrics-core:3.2.5 (*)
  77. | +--- com.fasterxml.jackson.core:jackson-databind:2.6.6 -> 2.8.10 (*)
  78. | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.25
  79. +--- org.springframework.security:spring-security-jwt:1.0.9.RELEASE
  80. | \--- org.bouncycastle:bcpkix-jdk15on:1.56
  81. | \--- org.bouncycastle:bcprov-jdk15on:1.56
  82. +--- org.springframework.security.oauth:spring-security-oauth2:2.2.1.RELEASE
  83. | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.3.12.RELEASE (*)
  84. | +--- org.springframework:spring-core:4.0.9.RELEASE -> 4.3.12.RELEASE
  85. | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.3.12.RELEASE (*)
  86. | +--- org.springframework:spring-webmvc:4.0.9.RELEASE -> 4.3.12.RELEASE (*)
  87. | +--- org.springframework.security:spring-security-core:3.2.10.RELEASE -> 4.2.3.RELEASE
  88. | | +--- aopalliance:aopalliance:1.0
  89. | | +--- org.springframework:spring-aop:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  90. | | +--- org.springframework:spring-beans:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  91. | | +--- org.springframework:spring-context:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  92. | | +--- org.springframework:spring-core:4.3.9.RELEASE -> 4.3.12.RELEASE
  93. | | \--- org.springframework:spring-expression:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  94. | +--- org.springframework.security:spring-security-config:3.2.10.RELEASE -> 4.2.3.RELEASE
  95. | | +--- aopalliance:aopalliance:1.0
  96. | | +--- org.springframework.security:spring-security-core:4.2.3.RELEASE (*)
  97. | | +--- org.springframework:spring-aop:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  98. | | +--- org.springframework:spring-beans:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  99. | | +--- org.springframework:spring-context:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  100. | | \--- org.springframework:spring-core:4.3.9.RELEASE -> 4.3.12.RELEASE
  101. | +--- org.springframework.security:spring-security-web:3.2.10.RELEASE -> 4.2.3.RELEASE
  102. | | +--- aopalliance:aopalliance:1.0
  103. | | +--- org.springframework.security:spring-security-core:4.2.3.RELEASE (*)
  104. | | +--- org.springframework:spring-beans:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  105. | | +--- org.springframework:spring-context:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  106. | | +--- org.springframework:spring-core:4.3.9.RELEASE -> 4.3.12.RELEASE
  107. | | +--- org.springframework:spring-expression:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  108. | | \--- org.springframework:spring-web:4.3.9.RELEASE -> 4.3.12.RELEASE (*)
  109. | +--- commons-codec:commons-codec:1.9 -> 1.10
  110. | \--- org.codehaus.jackson:jackson-mapper-asl:1.9.13
  111. | \--- org.codehaus.jackson:jackson-core-asl:1.9.13
  112. +--- io.jsonwebtoken:jjwt:0.9.0
  113. | \--- com.fasterxml.jackson.core:jackson-databind:2.8.9 -> 2.8.10 (*)
  114. +--- org.hibernate:hibernate-validator:6.0.7.Final (*)
  115. +--- mysql:mysql-connector-java:6.0.6
  116. +--- org.hibernate:hibernate-core:5.2.12.Final
  117. | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  118. | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  119. | +--- org.javassist:javassist:3.20.0-GA -> 3.21.0-GA
  120. | +--- antlr:antlr:2.7.7
  121. | +--- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.0.1.Final
  122. | +--- org.jboss:jandex:2.0.3.Final
  123. | +--- com.fasterxml:classmate:1.3.0 -> 1.3.4
  124. | +--- dom4j:dom4j:1.6.1
  125. | \--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final
  126. | \--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  127. +--- com.h2database:h2:1.4.196
  128. +--- org.springframework.boot:spring-boot-starter-jetty: -> 1.5.8.RELEASE
  129. | +--- org.eclipse.jetty:jetty-servlets:9.4.7.v20170914
  130. | | +--- org.eclipse.jetty:jetty-continuation:9.4.7.v20170914
  131. | | +--- org.eclipse.jetty:jetty-http:9.4.7.v20170914
  132. | | | +--- org.eclipse.jetty:jetty-util:9.4.7.v20170914
  133. | | | \--- org.eclipse.jetty:jetty-io:9.4.7.v20170914
  134. | | | \--- org.eclipse.jetty:jetty-util:9.4.7.v20170914
  135. | | +--- org.eclipse.jetty:jetty-util:9.4.7.v20170914
  136. | | \--- org.eclipse.jetty:jetty-io:9.4.7.v20170914 (*)
  137. | +--- org.eclipse.jetty:jetty-webapp:9.4.7.v20170914
  138. | | +--- org.eclipse.jetty:jetty-xml:9.4.7.v20170914
  139. | | | \--- org.eclipse.jetty:jetty-util:9.4.7.v20170914
  140. | | \--- org.eclipse.jetty:jetty-servlet:9.4.7.v20170914
  141. | | \--- org.eclipse.jetty:jetty-security:9.4.7.v20170914
  142. | | \--- org.eclipse.jetty:jetty-server:9.4.7.v20170914
  143. | | +--- javax.servlet:javax.servlet-api:3.1.0
  144. | | +--- org.eclipse.jetty:jetty-http:9.4.7.v20170914 (*)
  145. | | \--- org.eclipse.jetty:jetty-io:9.4.7.v20170914 (*)
  146. | +--- org.eclipse.jetty.websocket:websocket-server:9.4.7.v20170914
  147. | | +--- org.eclipse.jetty.websocket:websocket-common:9.4.7.v20170914
  148. | | | +--- org.eclipse.jetty.websocket:websocket-api:9.4.7.v20170914
  149. | | | +--- org.eclipse.jetty:jetty-util:9.4.7.v20170914
  150. | | | \--- org.eclipse.jetty:jetty-io:9.4.7.v20170914 (*)
  151. | | +--- org.eclipse.jetty.websocket:websocket-client:9.4.7.v20170914
  152. | | | +--- org.eclipse.jetty:jetty-client:9.4.7.v20170914
  153. | | | | +--- org.eclipse.jetty:jetty-http:9.4.7.v20170914 (*)
  154. | | | | \--- org.eclipse.jetty:jetty-io:9.4.7.v20170914 (*)
  155. | | | +--- org.eclipse.jetty:jetty-xml:9.4.7.v20170914 (*)
  156. | | | +--- org.eclipse.jetty:jetty-util:9.4.7.v20170914
  157. | | | +--- org.eclipse.jetty:jetty-io:9.4.7.v20170914 (*)
  158. | | | \--- org.eclipse.jetty.websocket:websocket-common:9.4.7.v20170914 (*)
  159. | | +--- org.eclipse.jetty.websocket:websocket-servlet:9.4.7.v20170914
  160. | | | +--- org.eclipse.jetty.websocket:websocket-api:9.4.7.v20170914
  161. | | | \--- javax.servlet:javax.servlet-api:3.1.0
  162. | | +--- org.eclipse.jetty:jetty-servlet:9.4.7.v20170914 (*)
  163. | | \--- org.eclipse.jetty:jetty-http:9.4.7.v20170914 (*)
  164. | +--- org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.7.v20170914
  165. | | +--- org.eclipse.jetty:jetty-annotations:9.4.7.v20170914
  166. | | | +--- org.eclipse.jetty:jetty-plus:9.4.7.v20170914
  167. | | | | \--- org.eclipse.jetty:jetty-webapp:9.4.7.v20170914 (*)
  168. | | | +--- org.eclipse.jetty:jetty-webapp:9.4.7.v20170914 (*)
  169. | | | +--- javax.annotation:javax.annotation-api:1.2
  170. | | | +--- org.ow2.asm:asm:5.1
  171. | | | \--- org.ow2.asm:asm-commons:5.1
  172. | | | \--- org.ow2.asm:asm-tree:5.1
  173. | | | \--- org.ow2.asm:asm:5.1
  174. | | +--- org.eclipse.jetty.websocket:javax-websocket-client-impl:9.4.7.v20170914
  175. | | | \--- org.eclipse.jetty.websocket:websocket-client:9.4.7.v20170914 (*)
  176. | | +--- org.eclipse.jetty.websocket:websocket-server:9.4.7.v20170914 (*)
  177. | | \--- javax.websocket:javax.websocket-api:1.0
  178. | \--- org.mortbay.jasper:apache-el:8.0.33
  179. +--- org.springframework.boot:spring-boot-starter-actuator: -> 1.5.8.RELEASE
  180. | +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE (*)
  181. | \--- org.springframework.boot:spring-boot-actuator:1.5.8.RELEASE
  182. | +--- org.springframework.boot:spring-boot:1.5.8.RELEASE (*)
  183. | +--- org.springframework.boot:spring-boot-autoconfigure:1.5.8.RELEASE (*)
  184. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 (*)
  185. | +--- org.springframework:spring-core:4.3.12.RELEASE
  186. | \--- org.springframework:spring-context:4.3.12.RELEASE (*)
  187. +--- org.springframework.boot:spring-boot-starter-security: -> 1.5.8.RELEASE
  188. | +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE (*)
  189. | +--- org.springframework:spring-aop:4.3.12.RELEASE (*)
  190. | +--- org.springframework.security:spring-security-config:4.2.3.RELEASE (*)
  191. | \--- org.springframework.security:spring-security-web:4.2.3.RELEASE (*)
  192. +--- org.springframework.boot:spring-boot-starter-data-rest: -> 1.5.8.RELEASE
  193. | +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE (*)
  194. | +--- org.springframework.boot:spring-boot-starter-web:1.5.8.RELEASE (*)
  195. | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.0
  196. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 (*)
  197. | \--- org.springframework.data:spring-data-rest-webmvc:2.6.8.RELEASE
  198. | +--- org.springframework.data:spring-data-rest-core:2.6.8.RELEASE
  199. | | +--- org.springframework:spring-tx:4.3.12.RELEASE
  200. | | | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  201. | | | \--- org.springframework:spring-core:4.3.12.RELEASE
  202. | | +--- org.springframework.hateoas:spring-hateoas:0.23.0.RELEASE
  203. | | | +--- org.springframework:spring-aop:4.3.5.RELEASE -> 4.3.12.RELEASE (*)
  204. | | | +--- org.springframework:spring-beans:4.3.5.RELEASE -> 4.3.12.RELEASE (*)
  205. | | | +--- org.springframework:spring-context:4.3.5.RELEASE -> 4.3.12.RELEASE (*)
  206. | | | +--- org.springframework:spring-core:4.3.5.RELEASE -> 4.3.12.RELEASE
  207. | | | +--- org.springframework:spring-web:4.3.5.RELEASE -> 4.3.12.RELEASE (*)
  208. | | | +--- org.springframework:spring-webmvc:4.3.5.RELEASE -> 4.3.12.RELEASE (*)
  209. | | | \--- org.slf4j:slf4j-api:1.7.22 -> 1.7.25
  210. | | +--- org.springframework.data:spring-data-commons:1.13.8.RELEASE
  211. | | | +--- org.springframework:spring-core:4.3.12.RELEASE
  212. | | | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  213. | | | +--- org.slf4j:slf4j-api:1.7.25
  214. | | | \--- org.slf4j:jcl-over-slf4j:1.7.25 (*)
  215. | | +--- org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE
  216. | | | +--- org.springframework:spring-beans:4.0.9.RELEASE -> 4.3.12.RELEASE (*)
  217. | | | +--- org.springframework:spring-context:4.0.9.RELEASE -> 4.3.12.RELEASE (*)
  218. | | | +--- org.springframework:spring-aop:4.0.9.RELEASE -> 4.3.12.RELEASE (*)
  219. | | | \--- org.slf4j:slf4j-api:1.7.10 -> 1.7.25
  220. | | +--- org.atteo:evo-inflector:1.2.2
  221. | | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.8.0
  222. | | +--- org.slf4j:slf4j-api:1.7.25
  223. | | \--- org.slf4j:jcl-over-slf4j:1.7.25 (*)
  224. | +--- org.springframework:spring-webmvc:4.3.12.RELEASE (*)
  225. | +--- com.fasterxml.jackson.core:jackson-databind:2.8.10 (*)
  226. | +--- com.fasterxml.jackson.core:jackson-annotations:2.8.10 -> 2.8.0
  227. | +--- org.slf4j:slf4j-api:1.7.25
  228. | \--- org.slf4j:jcl-over-slf4j:1.7.25 (*)
  229. \--- org.springframework.boot:spring-boot-starter-data-jpa: -> 1.5.8.RELEASE
  230. +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE (*)
  231. +--- org.springframework.boot:spring-boot-starter-aop:1.5.8.RELEASE
  232. | +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE (*)
  233. | +--- org.springframework:spring-aop:4.3.12.RELEASE (*)
  234. | \--- org.aspectj:aspectjweaver:1.8.11
  235. +--- org.springframework.boot:spring-boot-starter-jdbc:1.5.8.RELEASE
  236. | +--- org.springframework.boot:spring-boot-starter:1.5.8.RELEASE (*)
  237. | +--- org.apache.tomcat:tomcat-jdbc:8.5.23
  238. | | \--- org.apache.tomcat:tomcat-juli:8.5.23
  239. | \--- org.springframework:spring-jdbc:4.3.12.RELEASE
  240. | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  241. | +--- org.springframework:spring-core:4.3.12.RELEASE
  242. | \--- org.springframework:spring-tx:4.3.12.RELEASE (*)
  243. +--- org.hibernate:hibernate-core:5.0.12.Final -> 5.2.12.Final (*)
  244. +--- org.hibernate:hibernate-entitymanager:5.0.12.Final
  245. | +--- org.jboss.logging:jboss-logging:3.3.0.Final -> 3.3.1.Final
  246. | +--- org.hibernate:hibernate-core:5.0.12.Final -> 5.2.12.Final (*)
  247. | +--- dom4j:dom4j:1.6.1
  248. | +--- org.hibernate.common:hibernate-commons-annotations:5.0.1.Final (*)
  249. | +--- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
  250. | \--- org.javassist:javassist:3.18.1-GA -> 3.21.0-GA
  251. +--- javax.transaction:javax.transaction-api:1.2
  252. +--- org.springframework.data:spring-data-jpa:1.11.8.RELEASE
  253. | +--- org.springframework.data:spring-data-commons:1.13.8.RELEASE (*)
  254. | +--- org.springframework:spring-orm:4.3.12.RELEASE
  255. | | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  256. | | +--- org.springframework:spring-core:4.3.12.RELEASE
  257. | | +--- org.springframework:spring-jdbc:4.3.12.RELEASE (*)
  258. | | \--- org.springframework:spring-tx:4.3.12.RELEASE (*)
  259. | +--- org.springframework:spring-context:4.3.12.RELEASE (*)
  260. | +--- org.springframework:spring-aop:4.3.12.RELEASE (*)
  261. | +--- org.springframework:spring-tx:4.3.12.RELEASE (*)
  262. | +--- org.springframework:spring-beans:4.3.12.RELEASE (*)
  263. | +--- org.springframework:spring-core:4.3.12.RELEASE
  264. | +--- org.slf4j:slf4j-api:1.7.25
  265. | \--- org.slf4j:jcl-over-slf4j:1.7.25 (*)
  266. \--- org.springframework:spring-aspects:4.3.12.RELEASE
  267. \--- org.aspectj:aspectjweaver:1.8.9 -> 1.8.11
  268.  
  269. (*) - dependencies omitted (listed previously)
  270.  
  271. BUILD SUCCESSFUL in 0s
  272. 1 actionable task: 1 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement