Advertisement
Guest User

Gradle dependencies

a guest
Mar 23rd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.23 KB | None | 0 0
  1. $ ./gradlew dependencies
  2. > Task :dependencies
  3.  
  4. ------------------------------------------------------------
  5. Root project
  6. ------------------------------------------------------------
  7.  
  8. annotationProcessor - Annotation processors and their dependencies for source set 'main'.
  9. No dependencies
  10.  
  11. apiElements - API elements for main. (n)
  12. No dependencies
  13.  
  14. archives - Configuration for archive artifacts.
  15. No dependencies
  16.  
  17. bootArchives - Configuration for Spring Boot archive artifacts.
  18. No dependencies
  19.  
  20. compile - Dependencies for source set 'main' (deprecated, use 'implementation' instead).
  21. No dependencies
  22.  
  23. compileClasspath - Compile classpath for source set 'main'.
  24. +--- org.springframework.boot:spring-boot-starter-web -> 2.1.2.RELEASE
  25. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE
  26. | | +--- org.springframework.boot:spring-boot:2.1.2.RELEASE
  27. | | | +--- org.springframework:spring-core:5.1.4.RELEASE
  28. | | | | \--- org.springframework:spring-jcl:5.1.4.RELEASE
  29. | | | \--- org.springframework:spring-context:5.1.4.RELEASE
  30. | | | +--- org.springframework:spring-aop:5.1.4.RELEASE
  31. | | | | +--- org.springframework:spring-beans:5.1.4.RELEASE
  32. | | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  33. | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  34. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  35. | | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  36. | | | \--- org.springframework:spring-expression:5.1.4.RELEASE
  37. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  38. | | +--- org.springframework.boot:spring-boot-autoconfigure:2.1.2.RELEASE
  39. | | | \--- org.springframework.boot:spring-boot:2.1.2.RELEASE (*)
  40. | | +--- org.springframework.boot:spring-boot-starter-logging:2.1.2.RELEASE
  41. | | | +--- ch.qos.logback:logback-classic:1.2.3
  42. | | | | +--- ch.qos.logback:logback-core:1.2.3
  43. | | | | \--- org.slf4j:slf4j-api:1.7.25
  44. | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.1
  45. | | | | +--- org.slf4j:slf4j-api:1.7.25
  46. | | | | \--- org.apache.logging.log4j:log4j-api:2.11.1
  47. | | | \--- org.slf4j:jul-to-slf4j:1.7.25
  48. | | | \--- org.slf4j:slf4j-api:1.7.25
  49. | | +--- javax.annotation:javax.annotation-api:1.3.2
  50. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  51. | +--- org.springframework.boot:spring-boot-starter-json:2.1.2.RELEASE
  52. | | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  53. | | +--- org.springframework:spring-web:5.1.4.RELEASE
  54. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  55. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  56. | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
  57. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  58. | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.8
  59. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
  60. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  61. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  62. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
  63. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  64. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  65. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  66. | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
  67. | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  68. | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  69. | +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.2.RELEASE
  70. | | +--- javax.annotation:javax.annotation-api:1.3.2
  71. | | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  72. | | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.14
  73. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.14
  74. | | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  75. | +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
  76. | | +--- javax.validation:validation-api:2.0.1.Final
  77. | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
  78. | | \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
  79. | +--- org.springframework:spring-web:5.1.4.RELEASE (*)
  80. | \--- org.springframework:spring-webmvc:5.1.4.RELEASE
  81. | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  82. | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  83. | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  84. | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  85. | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  86. | \--- org.springframework:spring-web:5.1.4.RELEASE (*)
  87. +--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1
  88. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  89. | +--- org.apache.camel:camel-spring-boot:3.0.0-M1
  90. | | \--- org.apache.camel:camel-spring:3.0.0-M1
  91. | | +--- org.apache.camel:camel-core:3.0.0-M1
  92. | | | +--- org.apache.camel:camel-util:3.0.0-M1
  93. | | | | \--- org.slf4j:slf4j-api:1.7.25
  94. | | | +--- org.apache.camel:camel-api:3.0.0-M1
  95. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  96. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  97. | | | | \--- org.slf4j:slf4j-api:1.7.25
  98. | | | +--- org.apache.camel:camel-management-api:3.0.0-M1
  99. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  100. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  101. | | | | \--- org.slf4j:slf4j-api:1.7.25
  102. | | | +--- org.apache.camel:camel-base:3.0.0-M1
  103. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  104. | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  105. | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  106. | | | | +--- org.apache.camel:camel-support:3.0.0-M1
  107. | | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  108. | | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  109. | | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  110. | | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  111. | | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  112. | | | | | \--- org.slf4j:slf4j-api:1.7.25
  113. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  114. | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  115. | | | | \--- org.slf4j:slf4j-api:1.7.25
  116. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  117. | | | +--- org.apache.camel:camel-browse:3.0.0-M1
  118. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  119. | | | +--- org.apache.camel:camel-controlbus:3.0.0-M1
  120. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  121. | | | +--- org.apache.camel:camel-dataformat:3.0.0-M1
  122. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  123. | | | +--- org.apache.camel:camel-direct:3.0.0-M1
  124. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  125. | | | +--- org.apache.camel:camel-directvm:3.0.0-M1
  126. | | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  127. | | | | \--- org.apache.camel:camel-direct:3.0.0-M1 (*)
  128. | | | +--- org.apache.camel:camel-file:3.0.0-M1
  129. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  130. | | | +--- org.apache.camel:camel-language:3.0.0-M1
  131. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  132. | | | +--- org.apache.camel:camel-log:3.0.0-M1
  133. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  134. | | | +--- org.apache.camel:camel-properties:3.0.0-M1
  135. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  136. | | | +--- org.apache.camel:camel-ref:3.0.0-M1
  137. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  138. | | | +--- org.apache.camel:camel-rest:3.0.0-M1
  139. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  140. | | | +--- org.apache.camel:camel-saga:3.0.0-M1
  141. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  142. | | | +--- org.apache.camel:camel-scheduler:3.0.0-M1
  143. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  144. | | | +--- org.apache.camel:camel-seda:3.0.0-M1
  145. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  146. | | | +--- org.apache.camel:camel-stub:3.0.0-M1
  147. | | | | \--- org.apache.camel:camel-vm:3.0.0-M1
  148. | | | | \--- org.apache.camel:camel-seda:3.0.0-M1 (*)
  149. | | | +--- org.apache.camel:camel-timer:3.0.0-M1
  150. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  151. | | | +--- org.apache.camel:camel-validator:3.0.0-M1
  152. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  153. | | | +--- org.apache.camel:camel-vm:3.0.0-M1 (*)
  154. | | | +--- org.apache.camel:camel-xslt:3.0.0-M1
  155. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  156. | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  157. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  158. | | | \--- org.slf4j:slf4j-api:1.7.25
  159. | | +--- org.apache.camel:camel-management-impl:3.0.0-M1
  160. | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  161. | | | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  162. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  163. | | | \--- org.slf4j:slf4j-api:1.7.25
  164. | | +--- org.apache.camel:camel-core-xml:3.0.0-M1
  165. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  166. | | | \--- org.apache.camel:camel-management-impl:3.0.0-M1 (*)
  167. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  168. | | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  169. | | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  170. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  171. | | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  172. | | \--- org.springframework:spring-tx:5.1.4.RELEASE
  173. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  174. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  175. | \--- org.apache.camel:camel-core-starter:3.0.0-M1
  176. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  177. | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  178. | \--- org.apache.camel:camel-spring-boot:3.0.0-M1 (*)
  179. +--- org.apache.camel:camel-stream-starter:3.0.0-M1
  180. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  181. | +--- org.apache.camel:camel-stream:3.0.0-M1
  182. | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  183. | +--- org.apache.camel:camel-core-starter:3.0.0-M1 (*)
  184. | \--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1 (*)
  185. +--- org.apache-extras.camel-extra:camel-zeromq:2.22.0
  186. | +--- org.apache.camel:camel-core:2.22.0 -> 3.0.0-M1 (*)
  187. | \--- com.typesafe.akka:akka-zeromq_2.10:2.3.11
  188. | +--- org.scala-lang:scala-library:2.10.4
  189. | +--- com.typesafe.akka:akka-actor_2.10:2.3.11
  190. | | +--- org.scala-lang:scala-library:2.10.4
  191. | | \--- com.typesafe:config:1.2.1
  192. | \--- com.google.protobuf:protobuf-java:2.5.0
  193. \--- org.zeromq:jeromq:0.5.0
  194. \--- eu.neilalexander:jnacl:1.0.0
  195.  
  196. compileOnly - Compile only dependencies for source set 'main'.
  197. No dependencies
  198.  
  199. default - Configuration for default artifacts.
  200. +--- org.springframework.boot:spring-boot-starter-web -> 2.1.2.RELEASE
  201. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE
  202. | | +--- org.springframework.boot:spring-boot:2.1.2.RELEASE
  203. | | | +--- org.springframework:spring-core:5.1.4.RELEASE
  204. | | | | \--- org.springframework:spring-jcl:5.1.4.RELEASE
  205. | | | \--- org.springframework:spring-context:5.1.4.RELEASE
  206. | | | +--- org.springframework:spring-aop:5.1.4.RELEASE
  207. | | | | +--- org.springframework:spring-beans:5.1.4.RELEASE
  208. | | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  209. | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  210. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  211. | | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  212. | | | \--- org.springframework:spring-expression:5.1.4.RELEASE
  213. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  214. | | +--- org.springframework.boot:spring-boot-autoconfigure:2.1.2.RELEASE
  215. | | | \--- org.springframework.boot:spring-boot:2.1.2.RELEASE (*)
  216. | | +--- org.springframework.boot:spring-boot-starter-logging:2.1.2.RELEASE
  217. | | | +--- ch.qos.logback:logback-classic:1.2.3
  218. | | | | +--- ch.qos.logback:logback-core:1.2.3
  219. | | | | \--- org.slf4j:slf4j-api:1.7.25
  220. | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.1
  221. | | | | +--- org.slf4j:slf4j-api:1.7.25
  222. | | | | \--- org.apache.logging.log4j:log4j-api:2.11.1
  223. | | | \--- org.slf4j:jul-to-slf4j:1.7.25
  224. | | | \--- org.slf4j:slf4j-api:1.7.25
  225. | | +--- javax.annotation:javax.annotation-api:1.3.2
  226. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  227. | | \--- org.yaml:snakeyaml:1.23
  228. | +--- org.springframework.boot:spring-boot-starter-json:2.1.2.RELEASE
  229. | | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  230. | | +--- org.springframework:spring-web:5.1.4.RELEASE
  231. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  232. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  233. | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
  234. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  235. | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.8
  236. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
  237. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  238. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  239. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
  240. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  241. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  242. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  243. | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
  244. | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  245. | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  246. | +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.2.RELEASE
  247. | | +--- javax.annotation:javax.annotation-api:1.3.2
  248. | | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  249. | | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.14
  250. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.14
  251. | | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  252. | +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
  253. | | +--- javax.validation:validation-api:2.0.1.Final
  254. | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
  255. | | \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
  256. | +--- org.springframework:spring-web:5.1.4.RELEASE (*)
  257. | \--- org.springframework:spring-webmvc:5.1.4.RELEASE
  258. | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  259. | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  260. | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  261. | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  262. | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  263. | \--- org.springframework:spring-web:5.1.4.RELEASE (*)
  264. +--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1
  265. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  266. | +--- org.apache.camel:camel-spring-boot:3.0.0-M1
  267. | | \--- org.apache.camel:camel-spring:3.0.0-M1
  268. | | +--- org.apache.camel:camel-core:3.0.0-M1
  269. | | | +--- org.apache.camel:camel-util:3.0.0-M1
  270. | | | | \--- org.slf4j:slf4j-api:1.7.25
  271. | | | +--- org.apache.camel:camel-api:3.0.0-M1
  272. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  273. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  274. | | | | \--- org.slf4j:slf4j-api:1.7.25
  275. | | | +--- org.apache.camel:camel-management-api:3.0.0-M1
  276. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  277. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  278. | | | | \--- org.slf4j:slf4j-api:1.7.25
  279. | | | +--- org.apache.camel:camel-base:3.0.0-M1
  280. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  281. | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  282. | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  283. | | | | +--- org.apache.camel:camel-support:3.0.0-M1
  284. | | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  285. | | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  286. | | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  287. | | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  288. | | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  289. | | | | | \--- org.slf4j:slf4j-api:1.7.25
  290. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  291. | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  292. | | | | \--- org.slf4j:slf4j-api:1.7.25
  293. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  294. | | | +--- org.apache.camel:camel-browse:3.0.0-M1
  295. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  296. | | | +--- org.apache.camel:camel-controlbus:3.0.0-M1
  297. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  298. | | | +--- org.apache.camel:camel-dataformat:3.0.0-M1
  299. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  300. | | | +--- org.apache.camel:camel-direct:3.0.0-M1
  301. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  302. | | | +--- org.apache.camel:camel-directvm:3.0.0-M1
  303. | | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  304. | | | | \--- org.apache.camel:camel-direct:3.0.0-M1 (*)
  305. | | | +--- org.apache.camel:camel-file:3.0.0-M1
  306. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  307. | | | +--- org.apache.camel:camel-language:3.0.0-M1
  308. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  309. | | | +--- org.apache.camel:camel-log:3.0.0-M1
  310. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  311. | | | +--- org.apache.camel:camel-properties:3.0.0-M1
  312. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  313. | | | +--- org.apache.camel:camel-ref:3.0.0-M1
  314. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  315. | | | +--- org.apache.camel:camel-rest:3.0.0-M1
  316. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  317. | | | +--- org.apache.camel:camel-saga:3.0.0-M1
  318. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  319. | | | +--- org.apache.camel:camel-scheduler:3.0.0-M1
  320. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  321. | | | +--- org.apache.camel:camel-seda:3.0.0-M1
  322. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  323. | | | +--- org.apache.camel:camel-stub:3.0.0-M1
  324. | | | | \--- org.apache.camel:camel-vm:3.0.0-M1
  325. | | | | \--- org.apache.camel:camel-seda:3.0.0-M1 (*)
  326. | | | +--- org.apache.camel:camel-timer:3.0.0-M1
  327. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  328. | | | +--- org.apache.camel:camel-validator:3.0.0-M1
  329. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  330. | | | +--- org.apache.camel:camel-vm:3.0.0-M1 (*)
  331. | | | +--- org.apache.camel:camel-xslt:3.0.0-M1
  332. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  333. | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  334. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  335. | | | \--- org.slf4j:slf4j-api:1.7.25
  336. | | +--- org.apache.camel:camel-management-impl:3.0.0-M1
  337. | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  338. | | | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  339. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  340. | | | \--- org.slf4j:slf4j-api:1.7.25
  341. | | +--- org.apache.camel:camel-core-xml:3.0.0-M1
  342. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  343. | | | \--- org.apache.camel:camel-management-impl:3.0.0-M1 (*)
  344. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  345. | | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  346. | | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  347. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  348. | | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  349. | | \--- org.springframework:spring-tx:5.1.4.RELEASE
  350. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  351. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  352. | \--- org.apache.camel:camel-core-starter:3.0.0-M1
  353. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  354. | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  355. | \--- org.apache.camel:camel-spring-boot:3.0.0-M1 (*)
  356. +--- org.apache.camel:camel-stream-starter:3.0.0-M1
  357. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  358. | +--- org.apache.camel:camel-stream:3.0.0-M1
  359. | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  360. | +--- org.apache.camel:camel-core-starter:3.0.0-M1 (*)
  361. | \--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1 (*)
  362. +--- org.apache-extras.camel-extra:camel-zeromq:2.22.0
  363. | +--- org.apache.camel:camel-core:2.22.0 -> 3.0.0-M1 (*)
  364. | \--- com.typesafe.akka:akka-zeromq_2.10:2.3.11
  365. | +--- org.scala-lang:scala-library:2.10.4
  366. | +--- com.typesafe.akka:akka-actor_2.10:2.3.11
  367. | | +--- org.scala-lang:scala-library:2.10.4
  368. | | \--- com.typesafe:config:1.2.1
  369. | \--- com.google.protobuf:protobuf-java:2.5.0
  370. \--- org.zeromq:jeromq:0.5.0
  371. \--- eu.neilalexander:jnacl:1.0.0
  372.  
  373. implementation - Implementation only dependencies for source set 'main'. (n)
  374. +--- org.springframework.boot:spring-boot-starter-web (n)
  375. +--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1 (n)
  376. +--- org.apache.camel:camel-stream-starter:3.0.0-M1 (n)
  377. +--- org.apache-extras.camel-extra:camel-zeromq:2.22.0 (n)
  378. \--- org.zeromq:jeromq:0.5.0 (n)
  379.  
  380. runtime - Runtime dependencies for source set 'main' (deprecated, use 'runtimeOnly' instead).
  381. No dependencies
  382.  
  383. runtimeClasspath - Runtime classpath of source set 'main'.
  384. +--- org.springframework.boot:spring-boot-starter-web -> 2.1.2.RELEASE
  385. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE
  386. | | +--- org.springframework.boot:spring-boot:2.1.2.RELEASE
  387. | | | +--- org.springframework:spring-core:5.1.4.RELEASE
  388. | | | | \--- org.springframework:spring-jcl:5.1.4.RELEASE
  389. | | | \--- org.springframework:spring-context:5.1.4.RELEASE
  390. | | | +--- org.springframework:spring-aop:5.1.4.RELEASE
  391. | | | | +--- org.springframework:spring-beans:5.1.4.RELEASE
  392. | | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  393. | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  394. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  395. | | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  396. | | | \--- org.springframework:spring-expression:5.1.4.RELEASE
  397. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  398. | | +--- org.springframework.boot:spring-boot-autoconfigure:2.1.2.RELEASE
  399. | | | \--- org.springframework.boot:spring-boot:2.1.2.RELEASE (*)
  400. | | +--- org.springframework.boot:spring-boot-starter-logging:2.1.2.RELEASE
  401. | | | +--- ch.qos.logback:logback-classic:1.2.3
  402. | | | | +--- ch.qos.logback:logback-core:1.2.3
  403. | | | | \--- org.slf4j:slf4j-api:1.7.25
  404. | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.1
  405. | | | | +--- org.slf4j:slf4j-api:1.7.25
  406. | | | | \--- org.apache.logging.log4j:log4j-api:2.11.1
  407. | | | \--- org.slf4j:jul-to-slf4j:1.7.25
  408. | | | \--- org.slf4j:slf4j-api:1.7.25
  409. | | +--- javax.annotation:javax.annotation-api:1.3.2
  410. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  411. | | \--- org.yaml:snakeyaml:1.23
  412. | +--- org.springframework.boot:spring-boot-starter-json:2.1.2.RELEASE
  413. | | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  414. | | +--- org.springframework:spring-web:5.1.4.RELEASE
  415. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  416. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  417. | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
  418. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  419. | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.8
  420. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
  421. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  422. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  423. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
  424. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  425. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  426. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  427. | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
  428. | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  429. | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  430. | +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.2.RELEASE
  431. | | +--- javax.annotation:javax.annotation-api:1.3.2
  432. | | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  433. | | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.14
  434. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.14
  435. | | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  436. | +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
  437. | | +--- javax.validation:validation-api:2.0.1.Final
  438. | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
  439. | | \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
  440. | +--- org.springframework:spring-web:5.1.4.RELEASE (*)
  441. | \--- org.springframework:spring-webmvc:5.1.4.RELEASE
  442. | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  443. | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  444. | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  445. | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  446. | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  447. | \--- org.springframework:spring-web:5.1.4.RELEASE (*)
  448. +--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1
  449. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  450. | +--- org.apache.camel:camel-spring-boot:3.0.0-M1
  451. | | \--- org.apache.camel:camel-spring:3.0.0-M1
  452. | | +--- org.apache.camel:camel-core:3.0.0-M1
  453. | | | +--- org.apache.camel:camel-util:3.0.0-M1
  454. | | | | \--- org.slf4j:slf4j-api:1.7.25
  455. | | | +--- org.apache.camel:camel-api:3.0.0-M1
  456. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  457. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  458. | | | | \--- org.slf4j:slf4j-api:1.7.25
  459. | | | +--- org.apache.camel:camel-management-api:3.0.0-M1
  460. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  461. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  462. | | | | \--- org.slf4j:slf4j-api:1.7.25
  463. | | | +--- org.apache.camel:camel-base:3.0.0-M1
  464. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  465. | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  466. | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  467. | | | | +--- org.apache.camel:camel-support:3.0.0-M1
  468. | | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  469. | | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  470. | | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  471. | | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  472. | | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  473. | | | | | \--- org.slf4j:slf4j-api:1.7.25
  474. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  475. | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  476. | | | | \--- org.slf4j:slf4j-api:1.7.25
  477. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  478. | | | +--- org.apache.camel:camel-browse:3.0.0-M1
  479. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  480. | | | +--- org.apache.camel:camel-controlbus:3.0.0-M1
  481. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  482. | | | +--- org.apache.camel:camel-dataformat:3.0.0-M1
  483. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  484. | | | +--- org.apache.camel:camel-direct:3.0.0-M1
  485. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  486. | | | +--- org.apache.camel:camel-directvm:3.0.0-M1
  487. | | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  488. | | | | \--- org.apache.camel:camel-direct:3.0.0-M1 (*)
  489. | | | +--- org.apache.camel:camel-file:3.0.0-M1
  490. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  491. | | | +--- org.apache.camel:camel-language:3.0.0-M1
  492. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  493. | | | +--- org.apache.camel:camel-log:3.0.0-M1
  494. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  495. | | | +--- org.apache.camel:camel-properties:3.0.0-M1
  496. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  497. | | | +--- org.apache.camel:camel-ref:3.0.0-M1
  498. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  499. | | | +--- org.apache.camel:camel-rest:3.0.0-M1
  500. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  501. | | | +--- org.apache.camel:camel-saga:3.0.0-M1
  502. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  503. | | | +--- org.apache.camel:camel-scheduler:3.0.0-M1
  504. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  505. | | | +--- org.apache.camel:camel-seda:3.0.0-M1
  506. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  507. | | | +--- org.apache.camel:camel-stub:3.0.0-M1
  508. | | | | \--- org.apache.camel:camel-vm:3.0.0-M1
  509. | | | | \--- org.apache.camel:camel-seda:3.0.0-M1 (*)
  510. | | | +--- org.apache.camel:camel-timer:3.0.0-M1
  511. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  512. | | | +--- org.apache.camel:camel-validator:3.0.0-M1
  513. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  514. | | | +--- org.apache.camel:camel-vm:3.0.0-M1 (*)
  515. | | | +--- org.apache.camel:camel-xslt:3.0.0-M1
  516. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  517. | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  518. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  519. | | | \--- org.slf4j:slf4j-api:1.7.25
  520. | | +--- org.apache.camel:camel-management-impl:3.0.0-M1
  521. | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  522. | | | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  523. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  524. | | | \--- org.slf4j:slf4j-api:1.7.25
  525. | | +--- org.apache.camel:camel-core-xml:3.0.0-M1
  526. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  527. | | | \--- org.apache.camel:camel-management-impl:3.0.0-M1 (*)
  528. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  529. | | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  530. | | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  531. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  532. | | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  533. | | \--- org.springframework:spring-tx:5.1.4.RELEASE
  534. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  535. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  536. | \--- org.apache.camel:camel-core-starter:3.0.0-M1
  537. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  538. | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  539. | \--- org.apache.camel:camel-spring-boot:3.0.0-M1 (*)
  540. +--- org.apache.camel:camel-stream-starter:3.0.0-M1
  541. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  542. | +--- org.apache.camel:camel-stream:3.0.0-M1
  543. | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  544. | +--- org.apache.camel:camel-core-starter:3.0.0-M1 (*)
  545. | \--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1 (*)
  546. +--- org.apache-extras.camel-extra:camel-zeromq:2.22.0
  547. | +--- org.apache.camel:camel-core:2.22.0 -> 3.0.0-M1 (*)
  548. | \--- com.typesafe.akka:akka-zeromq_2.10:2.3.11
  549. | +--- org.scala-lang:scala-library:2.10.4
  550. | +--- com.typesafe.akka:akka-actor_2.10:2.3.11
  551. | | +--- org.scala-lang:scala-library:2.10.4
  552. | | \--- com.typesafe:config:1.2.1
  553. | \--- com.google.protobuf:protobuf-java:2.5.0
  554. \--- org.zeromq:jeromq:0.5.0
  555. \--- eu.neilalexander:jnacl:1.0.0
  556.  
  557. runtimeElements - Elements of runtime for main. (n)
  558. No dependencies
  559.  
  560. runtimeOnly - Runtime only dependencies for source set 'main'. (n)
  561. No dependencies
  562.  
  563. testAnnotationProcessor - Annotation processors and their dependencies for source set 'test'.
  564. No dependencies
  565.  
  566. testCompile - Dependencies for source set 'test' (deprecated, use 'testImplementation' instead).
  567. No dependencies
  568.  
  569. testCompileClasspath - Compile classpath for source set 'test'.
  570. +--- org.springframework.boot:spring-boot-starter-web -> 2.1.2.RELEASE
  571. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE
  572. | | +--- org.springframework.boot:spring-boot:2.1.2.RELEASE
  573. | | | +--- org.springframework:spring-core:5.1.4.RELEASE
  574. | | | | \--- org.springframework:spring-jcl:5.1.4.RELEASE
  575. | | | \--- org.springframework:spring-context:5.1.4.RELEASE
  576. | | | +--- org.springframework:spring-aop:5.1.4.RELEASE
  577. | | | | +--- org.springframework:spring-beans:5.1.4.RELEASE
  578. | | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  579. | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  580. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  581. | | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  582. | | | \--- org.springframework:spring-expression:5.1.4.RELEASE
  583. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  584. | | +--- org.springframework.boot:spring-boot-autoconfigure:2.1.2.RELEASE
  585. | | | \--- org.springframework.boot:spring-boot:2.1.2.RELEASE (*)
  586. | | +--- org.springframework.boot:spring-boot-starter-logging:2.1.2.RELEASE
  587. | | | +--- ch.qos.logback:logback-classic:1.2.3
  588. | | | | +--- ch.qos.logback:logback-core:1.2.3
  589. | | | | \--- org.slf4j:slf4j-api:1.7.25
  590. | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.1
  591. | | | | +--- org.slf4j:slf4j-api:1.7.25
  592. | | | | \--- org.apache.logging.log4j:log4j-api:2.11.1
  593. | | | \--- org.slf4j:jul-to-slf4j:1.7.25
  594. | | | \--- org.slf4j:slf4j-api:1.7.25
  595. | | +--- javax.annotation:javax.annotation-api:1.3.2
  596. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  597. | +--- org.springframework.boot:spring-boot-starter-json:2.1.2.RELEASE
  598. | | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  599. | | +--- org.springframework:spring-web:5.1.4.RELEASE
  600. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  601. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  602. | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
  603. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  604. | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.8
  605. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
  606. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  607. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  608. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
  609. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  610. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  611. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  612. | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
  613. | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  614. | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  615. | +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.2.RELEASE
  616. | | +--- javax.annotation:javax.annotation-api:1.3.2
  617. | | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  618. | | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.14
  619. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.14
  620. | | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  621. | +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
  622. | | +--- javax.validation:validation-api:2.0.1.Final
  623. | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
  624. | | \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
  625. | +--- org.springframework:spring-web:5.1.4.RELEASE (*)
  626. | \--- org.springframework:spring-webmvc:5.1.4.RELEASE
  627. | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  628. | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  629. | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  630. | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  631. | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  632. | \--- org.springframework:spring-web:5.1.4.RELEASE (*)
  633. +--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1
  634. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  635. | +--- org.apache.camel:camel-spring-boot:3.0.0-M1
  636. | | \--- org.apache.camel:camel-spring:3.0.0-M1
  637. | | +--- org.apache.camel:camel-core:3.0.0-M1
  638. | | | +--- org.apache.camel:camel-util:3.0.0-M1
  639. | | | | \--- org.slf4j:slf4j-api:1.7.25
  640. | | | +--- org.apache.camel:camel-api:3.0.0-M1
  641. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  642. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  643. | | | | \--- org.slf4j:slf4j-api:1.7.25
  644. | | | +--- org.apache.camel:camel-management-api:3.0.0-M1
  645. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  646. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  647. | | | | \--- org.slf4j:slf4j-api:1.7.25
  648. | | | +--- org.apache.camel:camel-base:3.0.0-M1
  649. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  650. | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  651. | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  652. | | | | +--- org.apache.camel:camel-support:3.0.0-M1
  653. | | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  654. | | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  655. | | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  656. | | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  657. | | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  658. | | | | | \--- org.slf4j:slf4j-api:1.7.25
  659. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  660. | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  661. | | | | \--- org.slf4j:slf4j-api:1.7.25
  662. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  663. | | | +--- org.apache.camel:camel-browse:3.0.0-M1
  664. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  665. | | | +--- org.apache.camel:camel-controlbus:3.0.0-M1
  666. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  667. | | | +--- org.apache.camel:camel-dataformat:3.0.0-M1
  668. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  669. | | | +--- org.apache.camel:camel-direct:3.0.0-M1
  670. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  671. | | | +--- org.apache.camel:camel-directvm:3.0.0-M1
  672. | | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  673. | | | | \--- org.apache.camel:camel-direct:3.0.0-M1 (*)
  674. | | | +--- org.apache.camel:camel-file:3.0.0-M1
  675. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  676. | | | +--- org.apache.camel:camel-language:3.0.0-M1
  677. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  678. | | | +--- org.apache.camel:camel-log:3.0.0-M1
  679. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  680. | | | +--- org.apache.camel:camel-properties:3.0.0-M1
  681. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  682. | | | +--- org.apache.camel:camel-ref:3.0.0-M1
  683. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  684. | | | +--- org.apache.camel:camel-rest:3.0.0-M1
  685. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  686. | | | +--- org.apache.camel:camel-saga:3.0.0-M1
  687. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  688. | | | +--- org.apache.camel:camel-scheduler:3.0.0-M1
  689. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  690. | | | +--- org.apache.camel:camel-seda:3.0.0-M1
  691. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  692. | | | +--- org.apache.camel:camel-stub:3.0.0-M1
  693. | | | | \--- org.apache.camel:camel-vm:3.0.0-M1
  694. | | | | \--- org.apache.camel:camel-seda:3.0.0-M1 (*)
  695. | | | +--- org.apache.camel:camel-timer:3.0.0-M1
  696. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  697. | | | +--- org.apache.camel:camel-validator:3.0.0-M1
  698. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  699. | | | +--- org.apache.camel:camel-vm:3.0.0-M1 (*)
  700. | | | +--- org.apache.camel:camel-xslt:3.0.0-M1
  701. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  702. | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  703. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  704. | | | \--- org.slf4j:slf4j-api:1.7.25
  705. | | +--- org.apache.camel:camel-management-impl:3.0.0-M1
  706. | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  707. | | | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  708. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  709. | | | \--- org.slf4j:slf4j-api:1.7.25
  710. | | +--- org.apache.camel:camel-core-xml:3.0.0-M1
  711. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  712. | | | \--- org.apache.camel:camel-management-impl:3.0.0-M1 (*)
  713. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  714. | | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  715. | | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  716. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  717. | | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  718. | | \--- org.springframework:spring-tx:5.1.4.RELEASE
  719. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  720. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  721. | \--- org.apache.camel:camel-core-starter:3.0.0-M1
  722. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  723. | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  724. | \--- org.apache.camel:camel-spring-boot:3.0.0-M1 (*)
  725. +--- org.apache.camel:camel-stream-starter:3.0.0-M1
  726. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  727. | +--- org.apache.camel:camel-stream:3.0.0-M1
  728. | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  729. | +--- org.apache.camel:camel-core-starter:3.0.0-M1 (*)
  730. | \--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1 (*)
  731. +--- org.apache-extras.camel-extra:camel-zeromq:2.22.0
  732. | +--- org.apache.camel:camel-core:2.22.0 -> 3.0.0-M1 (*)
  733. | \--- com.typesafe.akka:akka-zeromq_2.10:2.3.11
  734. | +--- org.scala-lang:scala-library:2.10.4
  735. | +--- com.typesafe.akka:akka-actor_2.10:2.3.11
  736. | | +--- org.scala-lang:scala-library:2.10.4
  737. | | \--- com.typesafe:config:1.2.1
  738. | \--- com.google.protobuf:protobuf-java:2.5.0
  739. +--- org.zeromq:jeromq:0.5.0
  740. | \--- eu.neilalexander:jnacl:1.0.0
  741. \--- junit:junit:4.12
  742. \--- org.hamcrest:hamcrest-core:1.3
  743.  
  744. testCompileOnly - Compile only dependencies for source set 'test'.
  745. No dependencies
  746.  
  747. testImplementation - Implementation only dependencies for source set 'test'. (n)
  748. \--- junit:junit:4.12 (n)
  749.  
  750. testRuntime - Runtime dependencies for source set 'test' (deprecated, use 'testRuntimeOnly' instead).
  751. No dependencies
  752.  
  753. testRuntimeClasspath - Runtime classpath of source set 'test'.
  754. +--- org.springframework.boot:spring-boot-starter-web -> 2.1.2.RELEASE
  755. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE
  756. | | +--- org.springframework.boot:spring-boot:2.1.2.RELEASE
  757. | | | +--- org.springframework:spring-core:5.1.4.RELEASE
  758. | | | | \--- org.springframework:spring-jcl:5.1.4.RELEASE
  759. | | | \--- org.springframework:spring-context:5.1.4.RELEASE
  760. | | | +--- org.springframework:spring-aop:5.1.4.RELEASE
  761. | | | | +--- org.springframework:spring-beans:5.1.4.RELEASE
  762. | | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  763. | | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  764. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  765. | | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  766. | | | \--- org.springframework:spring-expression:5.1.4.RELEASE
  767. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  768. | | +--- org.springframework.boot:spring-boot-autoconfigure:2.1.2.RELEASE
  769. | | | \--- org.springframework.boot:spring-boot:2.1.2.RELEASE (*)
  770. | | +--- org.springframework.boot:spring-boot-starter-logging:2.1.2.RELEASE
  771. | | | +--- ch.qos.logback:logback-classic:1.2.3
  772. | | | | +--- ch.qos.logback:logback-core:1.2.3
  773. | | | | \--- org.slf4j:slf4j-api:1.7.25
  774. | | | +--- org.apache.logging.log4j:log4j-to-slf4j:2.11.1
  775. | | | | +--- org.slf4j:slf4j-api:1.7.25
  776. | | | | \--- org.apache.logging.log4j:log4j-api:2.11.1
  777. | | | \--- org.slf4j:jul-to-slf4j:1.7.25
  778. | | | \--- org.slf4j:slf4j-api:1.7.25
  779. | | +--- javax.annotation:javax.annotation-api:1.3.2
  780. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  781. | | \--- org.yaml:snakeyaml:1.23
  782. | +--- org.springframework.boot:spring-boot-starter-json:2.1.2.RELEASE
  783. | | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  784. | | +--- org.springframework:spring-web:5.1.4.RELEASE
  785. | | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  786. | | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  787. | | +--- com.fasterxml.jackson.core:jackson-databind:2.9.8
  788. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  789. | | | \--- com.fasterxml.jackson.core:jackson-core:2.9.8
  790. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.8
  791. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  792. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  793. | | +--- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.8
  794. | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.9.0
  795. | | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  796. | | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  797. | | \--- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.8
  798. | | +--- com.fasterxml.jackson.core:jackson-core:2.9.8
  799. | | \--- com.fasterxml.jackson.core:jackson-databind:2.9.8 (*)
  800. | +--- org.springframework.boot:spring-boot-starter-tomcat:2.1.2.RELEASE
  801. | | +--- javax.annotation:javax.annotation-api:1.3.2
  802. | | +--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  803. | | +--- org.apache.tomcat.embed:tomcat-embed-el:9.0.14
  804. | | \--- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.14
  805. | | \--- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
  806. | +--- org.hibernate.validator:hibernate-validator:6.0.14.Final
  807. | | +--- javax.validation:validation-api:2.0.1.Final
  808. | | +--- org.jboss.logging:jboss-logging:3.3.2.Final
  809. | | \--- com.fasterxml:classmate:1.3.4 -> 1.4.0
  810. | +--- org.springframework:spring-web:5.1.4.RELEASE (*)
  811. | \--- org.springframework:spring-webmvc:5.1.4.RELEASE
  812. | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  813. | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  814. | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  815. | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  816. | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  817. | \--- org.springframework:spring-web:5.1.4.RELEASE (*)
  818. +--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1
  819. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  820. | +--- org.apache.camel:camel-spring-boot:3.0.0-M1
  821. | | \--- org.apache.camel:camel-spring:3.0.0-M1
  822. | | +--- org.apache.camel:camel-core:3.0.0-M1
  823. | | | +--- org.apache.camel:camel-util:3.0.0-M1
  824. | | | | \--- org.slf4j:slf4j-api:1.7.25
  825. | | | +--- org.apache.camel:camel-api:3.0.0-M1
  826. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  827. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  828. | | | | \--- org.slf4j:slf4j-api:1.7.25
  829. | | | +--- org.apache.camel:camel-management-api:3.0.0-M1
  830. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  831. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  832. | | | | \--- org.slf4j:slf4j-api:1.7.25
  833. | | | +--- org.apache.camel:camel-base:3.0.0-M1
  834. | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  835. | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  836. | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  837. | | | | +--- org.apache.camel:camel-support:3.0.0-M1
  838. | | | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  839. | | | | | +--- org.apache.camel:camel-api:3.0.0-M1 (*)
  840. | | | | | +--- org.apache.camel:camel-management-api:3.0.0-M1 (*)
  841. | | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  842. | | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  843. | | | | | \--- org.slf4j:slf4j-api:1.7.25
  844. | | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  845. | | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  846. | | | | \--- org.slf4j:slf4j-api:1.7.25
  847. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  848. | | | +--- org.apache.camel:camel-browse:3.0.0-M1
  849. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  850. | | | +--- org.apache.camel:camel-controlbus:3.0.0-M1
  851. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  852. | | | +--- org.apache.camel:camel-dataformat:3.0.0-M1
  853. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  854. | | | +--- org.apache.camel:camel-direct:3.0.0-M1
  855. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  856. | | | +--- org.apache.camel:camel-directvm:3.0.0-M1
  857. | | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  858. | | | | \--- org.apache.camel:camel-direct:3.0.0-M1 (*)
  859. | | | +--- org.apache.camel:camel-file:3.0.0-M1
  860. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  861. | | | +--- org.apache.camel:camel-language:3.0.0-M1
  862. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  863. | | | +--- org.apache.camel:camel-log:3.0.0-M1
  864. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  865. | | | +--- org.apache.camel:camel-properties:3.0.0-M1
  866. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  867. | | | +--- org.apache.camel:camel-ref:3.0.0-M1
  868. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  869. | | | +--- org.apache.camel:camel-rest:3.0.0-M1
  870. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  871. | | | +--- org.apache.camel:camel-saga:3.0.0-M1
  872. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  873. | | | +--- org.apache.camel:camel-scheduler:3.0.0-M1
  874. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  875. | | | +--- org.apache.camel:camel-seda:3.0.0-M1
  876. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  877. | | | +--- org.apache.camel:camel-stub:3.0.0-M1
  878. | | | | \--- org.apache.camel:camel-vm:3.0.0-M1
  879. | | | | \--- org.apache.camel:camel-seda:3.0.0-M1 (*)
  880. | | | +--- org.apache.camel:camel-timer:3.0.0-M1
  881. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  882. | | | +--- org.apache.camel:camel-validator:3.0.0-M1
  883. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  884. | | | +--- org.apache.camel:camel-vm:3.0.0-M1 (*)
  885. | | | +--- org.apache.camel:camel-xslt:3.0.0-M1
  886. | | | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  887. | | | +--- com.github.ben-manes.caffeine:caffeine:2.6.2
  888. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  889. | | | \--- org.slf4j:slf4j-api:1.7.25
  890. | | +--- org.apache.camel:camel-management-impl:3.0.0-M1
  891. | | | +--- org.apache.camel:camel-util:3.0.0-M1 (*)
  892. | | | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  893. | | | +--- org.apache.camel:camel-util-json:3.0.0-M1
  894. | | | \--- org.slf4j:slf4j-api:1.7.25
  895. | | +--- org.apache.camel:camel-core-xml:3.0.0-M1
  896. | | | +--- org.apache.camel:camel-support:3.0.0-M1 (*)
  897. | | | \--- org.apache.camel:camel-management-impl:3.0.0-M1 (*)
  898. | | +--- org.springframework:spring-core:5.1.4.RELEASE (*)
  899. | | +--- org.springframework:spring-aop:5.1.4.RELEASE (*)
  900. | | +--- org.springframework:spring-context:5.1.4.RELEASE (*)
  901. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  902. | | +--- org.springframework:spring-expression:5.1.4.RELEASE (*)
  903. | | \--- org.springframework:spring-tx:5.1.4.RELEASE
  904. | | +--- org.springframework:spring-beans:5.1.4.RELEASE (*)
  905. | | \--- org.springframework:spring-core:5.1.4.RELEASE (*)
  906. | \--- org.apache.camel:camel-core-starter:3.0.0-M1
  907. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  908. | +--- org.apache.camel:camel-core:3.0.0-M1 (*)
  909. | \--- org.apache.camel:camel-spring-boot:3.0.0-M1 (*)
  910. +--- org.apache.camel:camel-stream-starter:3.0.0-M1
  911. | +--- org.springframework.boot:spring-boot-starter:2.1.2.RELEASE (*)
  912. | +--- org.apache.camel:camel-stream:3.0.0-M1
  913. | | \--- org.apache.camel:camel-support:3.0.0-M1 (*)
  914. | +--- org.apache.camel:camel-core-starter:3.0.0-M1 (*)
  915. | \--- org.apache.camel:camel-spring-boot-starter:3.0.0-M1 (*)
  916. +--- org.apache-extras.camel-extra:camel-zeromq:2.22.0
  917. | +--- org.apache.camel:camel-core:2.22.0 -> 3.0.0-M1 (*)
  918. | \--- com.typesafe.akka:akka-zeromq_2.10:2.3.11
  919. | +--- org.scala-lang:scala-library:2.10.4
  920. | +--- com.typesafe.akka:akka-actor_2.10:2.3.11
  921. | | +--- org.scala-lang:scala-library:2.10.4
  922. | | \--- com.typesafe:config:1.2.1
  923. | \--- com.google.protobuf:protobuf-java:2.5.0
  924. +--- org.zeromq:jeromq:0.5.0
  925. | \--- eu.neilalexander:jnacl:1.0.0
  926. \--- junit:junit:4.12
  927. \--- org.hamcrest:hamcrest-core:1.3
  928.  
  929. testRuntimeOnly - Runtime only dependencies for source set 'test'. (n)
  930. No dependencies
  931.  
  932. (*) - dependencies omitted (listed previously)
  933.  
  934. (n) - Not resolved (configuration is not meant to be resolved)
  935.  
  936. A web-based, searchable dependency report is available by adding the --scan option.
  937.  
  938. BUILD SUCCESSFUL in 4s
  939. 1 actionable task: 1 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement