1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for com.someCompany:someProject-domain:jar:1.0-SNAPSHOT
  4. [WARNING] 'dependencies.dependency.version' for org.jetbrains:annotations:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 112, column 18
  5. [WARNING]
  6. [WARNING] Some problems were encountered while building the effective model for com.someCompany:someProject-web-api:war:1.0-SNAPSHOT
  7. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 243, column 21
  8. [WARNING]
  9. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  10. [WARNING]
  11. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  12. [WARNING]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Reactor Build Order:
  15. [INFO]
  16. [INFO] someCompany someProject [pom]
  17. [INFO] someCompany someProject Domain [jar]
  18. [INFO] someCompany someProject Auth [jar]
  19. [INFO] someCompany someProject ActiveMQ Events [jar]
  20. [INFO] someCompany someProject Utilities [jar]
  21. [INFO] someCompany someProject Business Logic [jar]
  22. [INFO] someCompany someProject State Machine [jar]
  23. [INFO] someCompany someProject Web API [war]
  24. [INFO] someCompany someProject Web [war]
  25. [INFO] someCompany someProject Notifications [jar]
  26. [INFO]
  27. [INFO] ------------------------< com.someCompany:someProject >-------------------------
  28. [INFO] Building someCompany someProject 1.0-SNAPSHOT [1/10]
  29. [INFO] --------------------------------[ pom ]---------------------------------
  30. [INFO]
  31. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject ---
  32. [INFO] com.someCompany:someProject:pom:1.0-SNAPSHOT
  33. [INFO]
  34. [INFO] ---------------------< com.someCompany:someProject-domain >---------------------
  35. [INFO] Building someCompany someProject Domain 1.0-SNAPSHOT [2/10]
  36. [INFO] --------------------------------[ jar ]---------------------------------
  37. [INFO]
  38. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-domain ---
  39. [INFO] com.someCompany:someProject-domain:jar:1.0-SNAPSHOT
  40. [INFO] +- org.springframework.data:spring-data-jpa:jar:1.7.3.RELEASE:compile
  41. [INFO] | +- org.springframework.data:spring-data-commons:jar:1.9.3.RELEASE:compile
  42. [INFO] | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  43. [INFO] | | \- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  44. [INFO] | +- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  45. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  46. [INFO] | +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  47. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  48. [INFO] | +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  49. [INFO] | +- org.aspectj:aspectjrt:jar:1.8.6:compile
  50. [INFO] | +- org.slf4j:slf4j-api:jar:1.7.12:compile
  51. [INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:runtime
  52. [INFO] +- org.hibernate:hibernate-entitymanager:jar:5.0.0.Final:compile
  53. [INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
  54. [INFO] | +- org.hibernate:hibernate-core:jar:4.3.10.Final:compile
  55. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  56. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  57. [INFO] | | +- antlr:antlr:jar:2.7.7:compile
  58. [INFO] | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  59. [INFO] | +- dom4j:dom4j:jar:1.6.1:compile
  60. [INFO] | | \- xml-apis:xml-apis:jar:1.0.b2:compile
  61. [INFO] | +- org.hibernate.common:hibernate-commons-annotations:jar:5.0.0.Final:compile
  62. [INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  63. [INFO] | +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
  64. [INFO] | \- org.javassist:javassist:jar:3.18.1-GA:compile
  65. [INFO] +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  66. [INFO] | \- com.mchange:c3p0:jar:0.9.5:compile
  67. [INFO] | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  68. [INFO] +- org.hibernate:hibernate-jpamodelgen:jar:5.0.0.Final:compile
  69. [INFO] +- org.apache.logging.log4j:log4j-api:jar:2.3:compile
  70. [INFO] +- org.apache.logging.log4j:log4j-core:jar:2.3:compile
  71. [INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
  72. [INFO] | \- log4j:log4j:jar:1.2.17:compile
  73. [INFO] +- org.projectlombok:lombok:jar:1.18.2:provided
  74. [INFO] +- org.springframework.security:spring-security-core:jar:3.2.7.RELEASE:compile
  75. [INFO] | +- aopalliance:aopalliance:jar:1.0:compile
  76. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  77. [INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile
  78. [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  79. [INFO] +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  80. [INFO] | \- org.statefulj:statefulj-common:jar:1.0.8:compile
  81. [INFO] | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  82. [INFO] +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  83. [INFO] | +- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  84. [INFO] | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  85. [INFO] | | \- com.google.guava:guava:jar:19.0:compile
  86. [INFO] | \- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  87. [INFO] | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  88. [INFO] +- org.liquibase:liquibase-core:jar:3.0.7:compile
  89. [INFO] | \- org.yaml:snakeyaml:jar:1.14:compile
  90. [INFO] +- commons-collections:commons-collections:jar:3.2.2:compile
  91. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile
  92. [INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.4.6:compile
  93. [INFO] +- org.jetbrains:annotations:jar:19.0.0:compile
  94. [INFO] +- org.hibernate:hibernate-validator:jar:5.3.4.Final:compile
  95. [INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  96. [INFO] | \- com.fasterxml:classmate:jar:1.3.1:compile
  97. [INFO] +- org.glassfish:javax.el:jar:3.0.1-b11:compile
  98. [INFO] +- org.springframework:spring-test:jar:4.3.2.RELEASE:compile
  99. [INFO] +- junit:junit:jar:4.12:test
  100. [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
  101. [INFO] +- org.mockito:mockito-core:jar:1.9.5:test
  102. [INFO] | \- org.objenesis:objenesis:jar:2.1:test
  103. [INFO] \- org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.72:test
  104. [INFO] \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.3.72:test
  105. [INFO]
  106. [INFO] ----------------------< com.someCompany:someProject-auth >----------------------
  107. [INFO] Building someCompany someProject Auth 1.0-SNAPSHOT [3/10]
  108. [INFO] --------------------------------[ jar ]---------------------------------
  109. [INFO]
  110. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-auth ---
  111. [INFO] com.someCompany:someProject-auth:jar:1.0-SNAPSHOT
  112. [INFO] +- com.someCompany:someProject-domain:jar:1.0-SNAPSHOT:compile
  113. [INFO] | +- org.springframework.data:spring-data-jpa:jar:1.7.3.RELEASE:compile
  114. [INFO] | | +- org.springframework.data:spring-data-commons:jar:1.9.3.RELEASE:compile
  115. [INFO] | | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  116. [INFO] | | | \- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  117. [INFO] | | +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  118. [INFO] | | +- org.aspectj:aspectjrt:jar:1.8.6:compile
  119. [INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
  120. [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:runtime
  121. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.10.Final:compile
  122. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
  123. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  124. [INFO] | | +- org.hibernate:hibernate-core:jar:4.3.10.Final:compile
  125. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  126. [INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  127. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  128. [INFO] | | | \- xml-apis:xml-apis:jar:1.0.b2:compile
  129. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final:compile
  130. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  131. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  132. [INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
  133. [INFO] | +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  134. [INFO] | | \- com.mchange:c3p0:jar:0.9.5:compile
  135. [INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  136. [INFO] | +- org.hibernate:hibernate-jpamodelgen:jar:4.3.10.Final:compile
  137. [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.1:compile
  138. [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.1:compile
  139. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
  140. [INFO] | | \- log4j:log4j:jar:1.2.17:compile
  141. [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.6:compile
  142. [INFO] | +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  143. [INFO] | +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  144. [INFO] | | \- org.statefulj:statefulj-common:jar:1.0.8:compile
  145. [INFO] | | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  146. [INFO] | +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  147. [INFO] | | +- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  148. [INFO] | | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  149. [INFO] | | | \- com.google.guava:guava:jar:19.0:compile
  150. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  151. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  152. [INFO] | +- org.liquibase:liquibase-core:jar:3.3.5:compile
  153. [INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile
  154. [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.6:compile
  155. [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.4.6:compile
  156. [INFO] | +- org.jetbrains:annotations:jar:19.0.0:compile
  157. [INFO] | +- org.hibernate:hibernate-validator:jar:5.1.3.Final:compile
  158. [INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  159. [INFO] | | \- com.fasterxml:classmate:jar:1.0.0:compile
  160. [INFO] | +- org.glassfish:javax.el:jar:3.0.0:compile
  161. [INFO] | \- org.springframework:spring-test:jar:4.1.7.RELEASE:compile
  162. [INFO] +- org.springframework.security:spring-security-core:jar:3.2.7.RELEASE:compile
  163. [INFO] | +- aopalliance:aopalliance:jar:1.0:compile
  164. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  165. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  166. [INFO] | +- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  167. [INFO] | +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  168. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  169. [INFO] \- commons-codec:commons-codec:jar:1.10:compile
  170. [INFO]
  171. [INFO] ----------------< com.someCompany:someProject-notification-api >----------------
  172. [INFO] Building someCompany someProject ActiveMQ Events 1.0-SNAPSHOT [4/10]
  173. [INFO] --------------------------------[ jar ]---------------------------------
  174. [INFO]
  175. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-notification-api ---
  176. [INFO] com.someCompany:someProject-notification-api:jar:1.0-SNAPSHOT
  177. [INFO] +- com.someCompany:someProject-domain:jar:1.0-SNAPSHOT:compile
  178. [INFO] | +- org.springframework.data:spring-data-jpa:jar:1.7.3.RELEASE:compile
  179. [INFO] | | +- org.springframework.data:spring-data-commons:jar:1.9.3.RELEASE:compile
  180. [INFO] | | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  181. [INFO] | | | \- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  182. [INFO] | | +- org.aspectj:aspectjrt:jar:1.8.6:compile
  183. [INFO] | | +- org.slf4j:slf4j-api:jar:1.7.12:compile
  184. [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:runtime
  185. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.10.Final:compile
  186. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
  187. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  188. [INFO] | | +- org.hibernate:hibernate-core:jar:4.3.10.Final:compile
  189. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  190. [INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  191. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  192. [INFO] | | | \- xml-apis:xml-apis:jar:1.0.b2:compile
  193. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final:compile
  194. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  195. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  196. [INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
  197. [INFO] | +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  198. [INFO] | | \- com.mchange:c3p0:jar:0.9.5:compile
  199. [INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  200. [INFO] | +- org.hibernate:hibernate-jpamodelgen:jar:4.3.10.Final:compile
  201. [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.1:compile
  202. [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.1:compile
  203. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
  204. [INFO] | | \- log4j:log4j:jar:1.2.17:compile
  205. [INFO] | +- org.springframework.security:spring-security-core:jar:3.2.7.RELEASE:compile
  206. [INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
  207. [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.6:compile
  208. [INFO] | +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  209. [INFO] | +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  210. [INFO] | | \- org.statefulj:statefulj-common:jar:1.0.8:compile
  211. [INFO] | | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  212. [INFO] | +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  213. [INFO] | | +- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  214. [INFO] | | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  215. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  216. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  217. [INFO] | +- org.liquibase:liquibase-core:jar:3.3.5:compile
  218. [INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile
  219. [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.6:compile
  220. [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.4.6:compile
  221. [INFO] | +- org.jetbrains:annotations:jar:19.0.0:compile
  222. [INFO] | +- org.hibernate:hibernate-validator:jar:5.1.3.Final:compile
  223. [INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  224. [INFO] | | \- com.fasterxml:classmate:jar:1.0.0:compile
  225. [INFO] | +- org.glassfish:javax.el:jar:3.0.0:compile
  226. [INFO] | \- org.springframework:spring-test:jar:4.1.7.RELEASE:compile
  227. [INFO] +- com.someCompany:someProject-auth:jar:1.0-SNAPSHOT:compile
  228. [INFO] | \- commons-codec:commons-codec:jar:1.10:compile
  229. [INFO] +- org.apache.activemq:activemq-broker:jar:5.12.1:compile
  230. [INFO] | +- org.apache.activemq:activemq-client:jar:5.10.2:compile
  231. [INFO] | | +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
  232. [INFO] | | +- org.fusesource.hawtbuf:hawtbuf:jar:1.10:compile
  233. [INFO] | | \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
  234. [INFO] | \- org.apache.activemq:activemq-openwire-legacy:jar:5.12.1:compile
  235. [INFO] +- org.springframework:spring-jms:jar:4.3.2.RELEASE:compile
  236. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  237. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  238. [INFO] | +- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  239. [INFO] | +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  240. [INFO] | | \- commons-logging:commons-logging:jar:1.2:compile
  241. [INFO] | +- org.springframework:spring-messaging:jar:4.1.7.RELEASE:compile
  242. [INFO] | \- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  243. [INFO] +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  244. [INFO] | +- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  245. [INFO] | \- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  246. [INFO] +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
  247. [INFO] | \- commons-io:commons-io:jar:2.4:compile
  248. [INFO] +- com.google.guava:guava:jar:19.0:compile
  249. [INFO] \- org.projectlombok:lombok:jar:1.18.2:provided
  250. [INFO]
  251. [INFO] ----------------------< com.someCompany:someProject-util >----------------------
  252. [INFO] Building someCompany someProject Utilities 1.0-SNAPSHOT [5/10]
  253. [INFO] --------------------------------[ jar ]---------------------------------
  254. [INFO]
  255. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-util ---
  256. [INFO] com.someCompany:someProject-util:jar:1.0-SNAPSHOT
  257. [INFO] +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  258. [INFO] | \- commons-logging:commons-logging:jar:1.2:compile
  259. [INFO] +- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  260. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  261. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  262. [INFO] | \- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  263. [INFO] +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  264. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  265. [INFO] +- org.springframework:spring-context-support:jar:4.1.7.RELEASE:compile
  266. [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.4.6:compile
  267. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile
  268. [INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.6:compile
  269. [INFO] +- org.apache.pdfbox:pdfbox:jar:2.0.0:compile
  270. [INFO] | \- org.apache.pdfbox:fontbox:jar:2.0.0:compile
  271. [INFO] \- com.google.guava:guava:jar:19.0:compile
  272. [INFO]
  273. [INFO] ---------------------< com.someCompany:someProject-logic >----------------------
  274. [INFO] Building someCompany someProject Business Logic 1.0-SNAPSHOT [6/10]
  275. [INFO] --------------------------------[ jar ]---------------------------------
  276. [INFO]
  277. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-logic ---
  278. [INFO] com.someCompany:someProject-logic:jar:1.0-SNAPSHOT
  279. [INFO] +- com.someCompany:someProject-domain:jar:1.0-SNAPSHOT:compile
  280. [INFO] | +- org.springframework.data:spring-data-jpa:jar:1.7.3.RELEASE:compile
  281. [INFO] | | +- org.springframework.data:spring-data-commons:jar:1.9.3.RELEASE:compile
  282. [INFO] | | +- org.aspectj:aspectjrt:jar:1.8.6:compile
  283. [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:runtime
  284. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.10.Final:compile
  285. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  286. [INFO] | | +- org.hibernate:hibernate-core:jar:4.3.10.Final:compile
  287. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  288. [INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  289. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  290. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final:compile
  291. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  292. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  293. [INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
  294. [INFO] | +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  295. [INFO] | | \- com.mchange:c3p0:jar:0.9.5:compile
  296. [INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  297. [INFO] | +- org.hibernate:hibernate-jpamodelgen:jar:4.3.10.Final:compile
  298. [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.1:compile
  299. [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.1:compile
  300. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
  301. [INFO] | | \- log4j:log4j:jar:1.2.17:compile
  302. [INFO] | +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  303. [INFO] | +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  304. [INFO] | | +- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  305. [INFO] | | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  306. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  307. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  308. [INFO] | +- org.liquibase:liquibase-core:jar:3.3.5:compile
  309. [INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile
  310. [INFO] | +- org.jetbrains:annotations:jar:19.0.0:compile
  311. [INFO] | +- org.glassfish:javax.el:jar:3.0.0:compile
  312. [INFO] | \- org.springframework:spring-test:jar:4.1.7.RELEASE:compile
  313. [INFO] +- com.someCompany:someProject-notification-api:jar:1.0-SNAPSHOT:compile
  314. [INFO] | +- org.apache.activemq:activemq-broker:jar:5.10.2:compile
  315. [INFO] | | +- org.apache.activemq:activemq-client:jar:5.10.2:compile
  316. [INFO] | | | +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
  317. [INFO] | | | +- org.fusesource.hawtbuf:hawtbuf:jar:1.10:compile
  318. [INFO] | | | \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
  319. [INFO] | | \- org.apache.activemq:activemq-openwire-legacy:jar:5.10.2:compile
  320. [INFO] | +- org.springframework:spring-jms:jar:4.3.2.RELEASE:compile
  321. [INFO] | | \- org.springframework:spring-messaging:jar:4.1.7.RELEASE:compile
  322. [INFO] | +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  323. [INFO] | \- com.google.guava:guava:jar:19.0:compile
  324. [INFO] +- com.someCompany:someProject-auth:jar:1.0-SNAPSHOT:compile
  325. [INFO] +- org.projectlombok:lombok:jar:1.18.2:provided
  326. [INFO] +- org.quartz-scheduler:quartz:jar:2.2.1:compile
  327. [INFO] | \- org.slf4j:slf4j-api:jar:1.7.12:compile
  328. [INFO] +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  329. [INFO] | +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  330. [INFO] | \- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  331. [INFO] +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  332. [INFO] +- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  333. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  334. [INFO] | \- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  335. [INFO] +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  336. [INFO] +- org.springframework.ws:spring-ws-core:jar:2.2.1.RELEASE:compile
  337. [INFO] | +- org.springframework.ws:spring-xml:jar:2.2.1.RELEASE:compile
  338. [INFO] | \- org.springframework:spring-oxm:jar:4.1.7.RELEASE:compile
  339. [INFO] +- org.springframework.ws:spring-ws-support:jar:2.2.1.RELEASE:compile
  340. [INFO] +- org.springframework.ws:spring-ws-security:jar:2.2.1.RELEASE:compile
  341. [INFO] +- org.apache.ws.security:wss4j:jar:1.6.18:compile
  342. [INFO] | +- commons-logging:commons-logging:jar:1.2:compile
  343. [INFO] | +- org.apache.santuario:xmlsec:jar:1.5.8:compile
  344. [INFO] | \- org.opensaml:opensaml:jar:2.5.1-1:compile
  345. [INFO] | \- org.opensaml:openws:jar:1.4.2-1:compile
  346. [INFO] | \- org.opensaml:xmltooling:jar:1.3.2-1:compile
  347. [INFO] | \- joda-time:joda-time:jar:2.5:compile
  348. [INFO] +- commons-io:commons-io:jar:2.4:compile
  349. [INFO] +- org.springframework.security:spring-security-core:jar:3.2.7.RELEASE:compile
  350. [INFO] | +- aopalliance:aopalliance:jar:1.0:compile
  351. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  352. [INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.6:compile
  353. [INFO] +- org.apache.commons:commons-csv:jar:1.4:compile
  354. [INFO] +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  355. [INFO] | \- org.statefulj:statefulj-common:jar:1.0.8:compile
  356. [INFO] | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  357. [INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
  358. [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile
  359. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile
  360. [INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.6.6:compile
  361. [INFO] +- commons-codec:commons-codec:jar:1.10:compile
  362. [INFO] +- org.mnode.ical4j:ical4j:jar:1.0.6:compile
  363. [INFO] | +- commons-lang:commons-lang:jar:2.6:compile
  364. [INFO] | \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
  365. [INFO] +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
  366. [INFO] +- com.sun.mail:javax.mail:jar:1.5.5:compile
  367. [INFO] | \- javax.activation:activation:jar:1.1.1:compile
  368. [INFO] +- org.jsoup:jsoup:jar:1.8.1:compile
  369. [INFO] +- org.apache.commons:commons-email:jar:1.4:compile
  370. [INFO] +- net.coobird:thumbnailator:jar:0.4.8:compile
  371. [INFO] +- commons-net:commons-net:jar:3.5:compile
  372. [INFO] +- org.apache.poi:poi:jar:3.14:compile
  373. [INFO] +- javax.validation:validation-api:jar:1.0.0.GA:compile
  374. [INFO] +- javax.annotation:javax.annotation-api:jar:1.3:compile
  375. [INFO] +- org.hibernate:hibernate-validator:jar:5.3.4.Final:compile
  376. [INFO] | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
  377. [INFO] | \- com.fasterxml:classmate:jar:1.3.1:compile
  378. [INFO] +- com.someCompany:someProject-util:jar:1.0-SNAPSHOT:compile
  379. [INFO] | +- org.springframework:spring-context-support:jar:4.1.7.RELEASE:compile
  380. [INFO] | \- org.apache.pdfbox:pdfbox:jar:2.0.0:compile
  381. [INFO] | \- org.apache.pdfbox:fontbox:jar:2.0.0:compile
  382. [INFO] +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
  383. [INFO] +- com.twelvemonkeys.imageio:imageio-batik:jar:3.3.2:compile
  384. [INFO] | +- com.twelvemonkeys.imageio:imageio-core:jar:3.3.2:compile
  385. [INFO] | +- com.twelvemonkeys.common:common-lang:jar:3.3.2:compile
  386. [INFO] | +- com.twelvemonkeys.common:common-io:jar:3.3.2:compile
  387. [INFO] | \- com.twelvemonkeys.common:common-image:jar:3.3.2:compile
  388. [INFO] +- org.apache.xmlgraphics:batik-transcoder:jar:1.9.1:compile
  389. [INFO] | +- org.apache.xmlgraphics:batik-anim:jar:1.9.1:compile
  390. [INFO] | | +- org.apache.xmlgraphics:batik-css:jar:1.9.1:compile
  391. [INFO] | | +- org.apache.xmlgraphics:batik-ext:jar:1.9.1:compile
  392. [INFO] | | +- org.apache.xmlgraphics:batik-parser:jar:1.9.1:compile
  393. [INFO] | | \- org.apache.xmlgraphics:batik-svg-dom:jar:1.9.1:compile
  394. [INFO] | +- org.apache.xmlgraphics:batik-awt-util:jar:1.9.1:compile
  395. [INFO] | | \- org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
  396. [INFO] | +- org.apache.xmlgraphics:batik-bridge:jar:1.9.1:compile
  397. [INFO] | | \- org.apache.xmlgraphics:batik-script:jar:1.9.1:compile
  398. [INFO] | | +- org.mozilla:rhino:jar:1.7.7:compile
  399. [INFO] | | \- org.python:jython:jar:2.7.0:compile
  400. [INFO] | +- org.apache.xmlgraphics:batik-dom:jar:1.9.1:compile
  401. [INFO] | | +- xalan:xalan:jar:2.7.2:compile
  402. [INFO] | | | \- xalan:serializer:jar:2.7.2:compile
  403. [INFO] | | \- xml-apis:xml-apis:jar:1.3.04:compile
  404. [INFO] | +- org.apache.xmlgraphics:batik-gvt:jar:1.9.1:compile
  405. [INFO] | +- org.apache.xmlgraphics:batik-svggen:jar:1.9.1:compile
  406. [INFO] | +- org.apache.xmlgraphics:batik-util:jar:1.9.1:compile
  407. [INFO] | | +- org.apache.xmlgraphics:batik-constants:jar:1.9.1:compile
  408. [INFO] | | \- org.apache.xmlgraphics:batik-i18n:jar:1.9.1:compile
  409. [INFO] | +- org.apache.xmlgraphics:batik-xml:jar:1.9.1:compile
  410. [INFO] | \- xml-apis:xml-apis-ext:jar:1.3.04:compile
  411. [INFO] +- com.twelvemonkeys.servlet:servlet:jar:3.3.2:compile
  412. [INFO] +- com.fasterxml.uuid:java-uuid-generator:jar:3.1.4:compile
  413. [INFO] +- com.google.zxing:core:jar:3.3.0:compile
  414. [INFO] +- junit:junit:jar:4.12:test
  415. [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
  416. [INFO] +- org.mockito:mockito-core:jar:1.9.5:test
  417. [INFO] | \- org.objenesis:objenesis:jar:2.1:test
  418. [INFO] +- org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.72:test
  419. [INFO] | \- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.3.72:test
  420. [INFO] \- com.someCompany:someProject-domain:test-jar:tests:1.0-SNAPSHOT:test
  421. [INFO]
  422. [INFO] ------------------< com.someCompany:someProject-statemachine >------------------
  423. [INFO] Building someCompany someProject State Machine 1.0-SNAPSHOT [7/10]
  424. [INFO] --------------------------------[ jar ]---------------------------------
  425. [INFO]
  426. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-statemachine ---
  427. [INFO] com.someCompany:someProject-statemachine:jar:1.0-SNAPSHOT
  428. [INFO] +- com.someCompany:someProject-domain:jar:1.0-SNAPSHOT:compile
  429. [INFO] | +- org.springframework.data:spring-data-jpa:jar:1.7.3.RELEASE:compile
  430. [INFO] | | +- org.springframework.data:spring-data-commons:jar:1.9.3.RELEASE:compile
  431. [INFO] | | +- org.aspectj:aspectjrt:jar:1.8.6:compile
  432. [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:runtime
  433. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.10.Final:compile
  434. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
  435. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  436. [INFO] | | +- org.hibernate:hibernate-core:jar:4.3.10.Final:compile
  437. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  438. [INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  439. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  440. [INFO] | | | \- xml-apis:xml-apis:jar:1.0.b2:compile
  441. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final:compile
  442. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  443. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  444. [INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
  445. [INFO] | +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  446. [INFO] | | \- com.mchange:c3p0:jar:0.9.5:compile
  447. [INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  448. [INFO] | +- org.hibernate:hibernate-jpamodelgen:jar:4.3.10.Final:compile
  449. [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.1:compile
  450. [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.1:compile
  451. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
  452. [INFO] | +- org.springframework.security:spring-security-core:jar:3.2.7.RELEASE:compile
  453. [INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
  454. [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.6:compile
  455. [INFO] | +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  456. [INFO] | +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  457. [INFO] | | \- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  458. [INFO] | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  459. [INFO] | +- org.liquibase:liquibase-core:jar:3.3.5:compile
  460. [INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile
  461. [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.4.6:compile
  462. [INFO] | +- org.jetbrains:annotations:jar:19.0.0:compile
  463. [INFO] | +- org.hibernate:hibernate-validator:jar:5.1.3.Final:compile
  464. [INFO] | | \- com.fasterxml:classmate:jar:1.0.0:compile
  465. [INFO] | +- org.glassfish:javax.el:jar:3.0.0:compile
  466. [INFO] | \- org.springframework:spring-test:jar:4.1.7.RELEASE:compile
  467. [INFO] +- com.someCompany:someProject-logic:jar:1.0-SNAPSHOT:compile
  468. [INFO] | +- com.someCompany:someProject-notification-api:jar:1.0-SNAPSHOT:compile
  469. [INFO] | | +- org.apache.activemq:activemq-broker:jar:5.10.2:compile
  470. [INFO] | | | +- org.apache.activemq:activemq-client:jar:5.10.2:compile
  471. [INFO] | | | | +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
  472. [INFO] | | | | +- org.fusesource.hawtbuf:hawtbuf:jar:1.10:compile
  473. [INFO] | | | | \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
  474. [INFO] | | | \- org.apache.activemq:activemq-openwire-legacy:jar:5.10.2:compile
  475. [INFO] | | \- com.google.guava:guava:jar:19.0:compile
  476. [INFO] | +- org.quartz-scheduler:quartz:jar:2.2.1:compile
  477. [INFO] | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  478. [INFO] | | \- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  479. [INFO] | +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  480. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  481. [INFO] | +- org.springframework.ws:spring-ws-core:jar:2.2.1.RELEASE:compile
  482. [INFO] | | +- org.springframework.ws:spring-xml:jar:2.2.1.RELEASE:compile
  483. [INFO] | | \- org.springframework:spring-oxm:jar:4.1.7.RELEASE:compile
  484. [INFO] | +- org.springframework.ws:spring-ws-support:jar:2.2.1.RELEASE:compile
  485. [INFO] | +- org.springframework.ws:spring-ws-security:jar:2.2.1.RELEASE:compile
  486. [INFO] | +- org.apache.ws.security:wss4j:jar:1.6.18:compile
  487. [INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
  488. [INFO] | | +- org.apache.santuario:xmlsec:jar:1.5.8:compile
  489. [INFO] | | \- org.opensaml:opensaml:jar:2.5.1-1:compile
  490. [INFO] | | \- org.opensaml:openws:jar:1.4.2-1:compile
  491. [INFO] | | \- org.opensaml:xmltooling:jar:1.3.2-1:compile
  492. [INFO] | | \- joda-time:joda-time:jar:2.5:compile
  493. [INFO] | +- commons-io:commons-io:jar:2.4:compile
  494. [INFO] | +- org.apache.commons:commons-csv:jar:1.4:compile
  495. [INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.4.6:compile
  496. [INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.4.6:compile
  497. [INFO] | +- commons-codec:commons-codec:jar:1.10:compile
  498. [INFO] | +- org.mnode.ical4j:ical4j:jar:1.0.6:compile
  499. [INFO] | | +- commons-lang:commons-lang:jar:2.6:compile
  500. [INFO] | | \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
  501. [INFO] | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
  502. [INFO] | +- com.sun.mail:javax.mail:jar:1.5.5:compile
  503. [INFO] | | \- javax.activation:activation:jar:1.1.1:compile
  504. [INFO] | +- org.jsoup:jsoup:jar:1.8.1:compile
  505. [INFO] | +- org.apache.commons:commons-email:jar:1.4:compile
  506. [INFO] | +- net.coobird:thumbnailator:jar:0.4.8:compile
  507. [INFO] | +- commons-net:commons-net:jar:3.3:compile
  508. [INFO] | +- org.apache.poi:poi:jar:3.10.1:compile
  509. [INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  510. [INFO] | +- javax.annotation:javax.annotation-api:jar:1.3:compile
  511. [INFO] | +- com.someCompany:someProject-util:jar:1.0-SNAPSHOT:compile
  512. [INFO] | | +- org.springframework:spring-context-support:jar:4.1.7.RELEASE:compile
  513. [INFO] | | \- org.apache.pdfbox:pdfbox:jar:2.0.0:compile
  514. [INFO] | | \- org.apache.pdfbox:fontbox:jar:2.0.0:compile
  515. [INFO] | +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
  516. [INFO] | +- com.twelvemonkeys.imageio:imageio-batik:jar:3.3.2:compile
  517. [INFO] | | +- com.twelvemonkeys.imageio:imageio-core:jar:3.3.2:compile
  518. [INFO] | | +- com.twelvemonkeys.common:common-lang:jar:3.3.2:compile
  519. [INFO] | | +- com.twelvemonkeys.common:common-io:jar:3.3.2:compile
  520. [INFO] | | \- com.twelvemonkeys.common:common-image:jar:3.3.2:compile
  521. [INFO] | +- org.apache.xmlgraphics:batik-transcoder:jar:1.9.1:compile
  522. [INFO] | | +- org.apache.xmlgraphics:batik-anim:jar:1.9.1:compile
  523. [INFO] | | | +- org.apache.xmlgraphics:batik-css:jar:1.9.1:compile
  524. [INFO] | | | +- org.apache.xmlgraphics:batik-ext:jar:1.9.1:compile
  525. [INFO] | | | +- org.apache.xmlgraphics:batik-parser:jar:1.9.1:compile
  526. [INFO] | | | \- org.apache.xmlgraphics:batik-svg-dom:jar:1.9.1:compile
  527. [INFO] | | +- org.apache.xmlgraphics:batik-awt-util:jar:1.9.1:compile
  528. [INFO] | | | \- org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
  529. [INFO] | | +- org.apache.xmlgraphics:batik-bridge:jar:1.9.1:compile
  530. [INFO] | | | \- org.apache.xmlgraphics:batik-script:jar:1.9.1:compile
  531. [INFO] | | | +- org.mozilla:rhino:jar:1.7.7:compile
  532. [INFO] | | | \- org.python:jython:jar:2.7.0:compile
  533. [INFO] | | +- org.apache.xmlgraphics:batik-dom:jar:1.9.1:compile
  534. [INFO] | | | \- xalan:xalan:jar:2.7.2:compile
  535. [INFO] | | | \- xalan:serializer:jar:2.7.2:compile
  536. [INFO] | | +- org.apache.xmlgraphics:batik-gvt:jar:1.9.1:compile
  537. [INFO] | | +- org.apache.xmlgraphics:batik-svggen:jar:1.9.1:compile
  538. [INFO] | | +- org.apache.xmlgraphics:batik-util:jar:1.9.1:compile
  539. [INFO] | | | +- org.apache.xmlgraphics:batik-constants:jar:1.9.1:compile
  540. [INFO] | | | \- org.apache.xmlgraphics:batik-i18n:jar:1.9.1:compile
  541. [INFO] | | +- org.apache.xmlgraphics:batik-xml:jar:1.9.1:compile
  542. [INFO] | | \- xml-apis:xml-apis-ext:jar:1.3.04:compile
  543. [INFO] | +- com.twelvemonkeys.servlet:servlet:jar:3.3.2:compile
  544. [INFO] | +- com.fasterxml.uuid:java-uuid-generator:jar:3.1.4:compile
  545. [INFO] | \- com.google.zxing:core:jar:3.3.0:compile
  546. [INFO] +- org.springframework:spring-jms:jar:4.3.2.RELEASE:compile
  547. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  548. [INFO] | +- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  549. [INFO] | \- org.springframework:spring-messaging:jar:4.1.7.RELEASE:compile
  550. [INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
  551. [INFO] +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  552. [INFO] +- log4j:log4j:jar:1.2.17:compile
  553. [INFO] +- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  554. [INFO] +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  555. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  556. [INFO] +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  557. [INFO] | +- org.statefulj:statefulj-common:jar:1.0.8:compile
  558. [INFO] | | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  559. [INFO] | \- org.slf4j:slf4j-api:jar:1.7.12:compile
  560. [INFO] +- org.statefulj.framework:statefulj-framework-binders-springmvc:jar:1.0.8:compile
  561. [INFO] | \- org.statefulj.framework:statefulj-framework-binders-common:jar:1.0.8:compile
  562. [INFO] +- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  563. [INFO] | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  564. [INFO] \- com.someCompany:someProject-auth:jar:1.0-SNAPSHOT:compile
  565. [INFO]
  566. [INFO] --------------------< com.someCompany:someProject-web-api >---------------------
  567. [INFO] Building someCompany someProject Web API 1.0-SNAPSHOT [8/10]
  568. [INFO] --------------------------------[ war ]---------------------------------
  569. [INFO]
  570. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-web-api ---
  571. [INFO] com.someCompany:someProject-web-api:war:1.0-SNAPSHOT
  572. [INFO] +- org.projectlombok:lombok:jar:1.18.2:provided
  573. [INFO] +- com.someCompany:someProject-domain:jar:1.0-SNAPSHOT:compile
  574. [INFO] | +- org.springframework.data:spring-data-jpa:jar:1.7.3.RELEASE:compile
  575. [INFO] | | +- org.springframework.data:spring-data-commons:jar:1.9.3.RELEASE:compile
  576. [INFO] | | +- org.aspectj:aspectjrt:jar:1.8.6:compile
  577. [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.12:runtime
  578. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.10.Final:compile
  579. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
  580. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  581. [INFO] | | +- org.hibernate:hibernate-core:jar:4.3.10.Final:compile
  582. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  583. [INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  584. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  585. [INFO] | | | \- xml-apis:xml-apis:jar:1.0.b2:compile
  586. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final:compile
  587. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  588. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  589. [INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
  590. [INFO] | +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  591. [INFO] | | \- com.mchange:c3p0:jar:0.9.5:compile
  592. [INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  593. [INFO] | +- org.hibernate:hibernate-jpamodelgen:jar:4.3.10.Final:compile
  594. [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.1:compile
  595. [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.1:compile
  596. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.12:compile
  597. [INFO] | +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  598. [INFO] | +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  599. [INFO] | | \- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  600. [INFO] | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  601. [INFO] | +- org.liquibase:liquibase-core:jar:3.3.5:compile
  602. [INFO] | +- commons-collections:commons-collections:jar:3.2.1:compile
  603. [INFO] | +- org.jetbrains:annotations:jar:19.0.0:compile
  604. [INFO] | +- org.hibernate:hibernate-validator:jar:5.1.3.Final:compile
  605. [INFO] | \- org.glassfish:javax.el:jar:3.0.0:compile
  606. [INFO] +- org.apache.maven:maven-artifact:jar:3.0.3:compile
  607. [INFO] | \- org.codehaus.plexus:plexus-utils:jar:2.0.6:compile
  608. [INFO] +- com.someCompany:someProject-logic:jar:1.0-SNAPSHOT:compile
  609. [INFO] | +- com.someCompany:someProject-notification-api:jar:1.0-SNAPSHOT:compile
  610. [INFO] | | \- org.apache.activemq:activemq-broker:jar:5.10.2:compile
  611. [INFO] | | +- org.apache.activemq:activemq-client:jar:5.10.2:compile
  612. [INFO] | | | +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
  613. [INFO] | | | +- org.fusesource.hawtbuf:hawtbuf:jar:1.10:compile
  614. [INFO] | | | \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
  615. [INFO] | | \- org.apache.activemq:activemq-openwire-legacy:jar:5.10.2:compile
  616. [INFO] | +- com.someCompany:someProject-auth:jar:1.0-SNAPSHOT:compile
  617. [INFO] | +- org.quartz-scheduler:quartz:jar:2.2.1:compile
  618. [INFO] | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  619. [INFO] | | \- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  620. [INFO] | +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  621. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  622. [INFO] | +- org.springframework.ws:spring-ws-core:jar:2.2.1.RELEASE:compile
  623. [INFO] | | +- org.springframework.ws:spring-xml:jar:2.2.1.RELEASE:compile
  624. [INFO] | | \- org.springframework:spring-oxm:jar:4.1.7.RELEASE:compile
  625. [INFO] | +- org.springframework.ws:spring-ws-support:jar:2.2.1.RELEASE:compile
  626. [INFO] | +- org.springframework.ws:spring-ws-security:jar:2.2.1.RELEASE:compile
  627. [INFO] | +- org.apache.ws.security:wss4j:jar:1.6.18:compile
  628. [INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
  629. [INFO] | | +- org.apache.santuario:xmlsec:jar:1.5.8:compile
  630. [INFO] | | \- org.opensaml:opensaml:jar:2.5.1-1:compile
  631. [INFO] | | \- org.opensaml:openws:jar:1.4.2-1:compile
  632. [INFO] | | \- org.opensaml:xmltooling:jar:1.3.2-1:compile
  633. [INFO] | | \- joda-time:joda-time:jar:2.5:compile
  634. [INFO] | +- commons-io:commons-io:jar:2.4:compile
  635. [INFO] | +- org.apache.commons:commons-csv:jar:1.4:compile
  636. [INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.4.6:compile
  637. [INFO] | +- commons-codec:commons-codec:jar:1.10:compile
  638. [INFO] | +- org.mnode.ical4j:ical4j:jar:1.0.6:compile
  639. [INFO] | | +- commons-lang:commons-lang:jar:2.6:compile
  640. [INFO] | | \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
  641. [INFO] | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
  642. [INFO] | +- com.sun.mail:javax.mail:jar:1.5.5:compile
  643. [INFO] | | \- javax.activation:activation:jar:1.1.1:compile
  644. [INFO] | +- org.jsoup:jsoup:jar:1.8.1:compile
  645. [INFO] | +- org.apache.commons:commons-email:jar:1.4:compile
  646. [INFO] | +- net.coobird:thumbnailator:jar:0.4.8:compile
  647. [INFO] | +- commons-net:commons-net:jar:3.3:compile
  648. [INFO] | +- org.apache.poi:poi:jar:3.10.1:compile
  649. [INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  650. [INFO] | +- javax.annotation:javax.annotation-api:jar:1.3:compile
  651. [INFO] | +- com.twelvemonkeys.imageio:imageio-batik:jar:3.3.2:compile
  652. [INFO] | | +- com.twelvemonkeys.imageio:imageio-core:jar:3.3.2:compile
  653. [INFO] | | +- com.twelvemonkeys.common:common-lang:jar:3.3.2:compile
  654. [INFO] | | +- com.twelvemonkeys.common:common-io:jar:3.3.2:compile
  655. [INFO] | | \- com.twelvemonkeys.common:common-image:jar:3.3.2:compile
  656. [INFO] | +- org.apache.xmlgraphics:batik-transcoder:jar:1.9.1:compile
  657. [INFO] | | +- org.apache.xmlgraphics:batik-anim:jar:1.9.1:compile
  658. [INFO] | | | +- org.apache.xmlgraphics:batik-css:jar:1.9.1:compile
  659. [INFO] | | | +- org.apache.xmlgraphics:batik-ext:jar:1.9.1:compile
  660. [INFO] | | | +- org.apache.xmlgraphics:batik-parser:jar:1.9.1:compile
  661. [INFO] | | | \- org.apache.xmlgraphics:batik-svg-dom:jar:1.9.1:compile
  662. [INFO] | | +- org.apache.xmlgraphics:batik-awt-util:jar:1.9.1:compile
  663. [INFO] | | | \- org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
  664. [INFO] | | +- org.apache.xmlgraphics:batik-bridge:jar:1.9.1:compile
  665. [INFO] | | | \- org.apache.xmlgraphics:batik-script:jar:1.9.1:compile
  666. [INFO] | | | +- org.mozilla:rhino:jar:1.7.7:compile
  667. [INFO] | | | \- org.python:jython:jar:2.7.0:compile
  668. [INFO] | | +- org.apache.xmlgraphics:batik-dom:jar:1.9.1:compile
  669. [INFO] | | | \- xalan:xalan:jar:2.7.2:compile
  670. [INFO] | | | \- xalan:serializer:jar:2.7.2:compile
  671. [INFO] | | +- org.apache.xmlgraphics:batik-gvt:jar:1.9.1:compile
  672. [INFO] | | +- org.apache.xmlgraphics:batik-svggen:jar:1.9.1:compile
  673. [INFO] | | +- org.apache.xmlgraphics:batik-util:jar:1.9.1:compile
  674. [INFO] | | | +- org.apache.xmlgraphics:batik-constants:jar:1.9.1:compile
  675. [INFO] | | | \- org.apache.xmlgraphics:batik-i18n:jar:1.9.1:compile
  676. [INFO] | | +- org.apache.xmlgraphics:batik-xml:jar:1.9.1:compile
  677. [INFO] | | \- xml-apis:xml-apis-ext:jar:1.3.04:compile
  678. [INFO] | +- com.twelvemonkeys.servlet:servlet:jar:3.3.2:compile
  679. [INFO] | +- com.fasterxml.uuid:java-uuid-generator:jar:3.1.4:compile
  680. [INFO] | \- com.google.zxing:core:jar:3.3.0:compile
  681. [INFO] +- com.someCompany:someProject-statemachine:jar:1.0-SNAPSHOT:compile
  682. [INFO] | +- org.springframework:spring-jms:jar:4.3.2.RELEASE:compile
  683. [INFO] | \- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  684. [INFO] | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  685. [INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
  686. [INFO] +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  687. [INFO] +- log4j:log4j:jar:1.2.17:compile
  688. [INFO] +- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  689. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  690. [INFO] | \- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  691. [INFO] +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  692. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  693. [INFO] +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
  694. [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile
  695. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile
  696. [INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.6:compile
  697. [INFO] +- com.fasterxml.jackson.datatype:jackson-datatype-hibernate5:jar:2.6.6:compile
  698. [INFO] +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  699. [INFO] | +- org.statefulj:statefulj-common:jar:1.0.8:compile
  700. [INFO] | | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  701. [INFO] | \- org.slf4j:slf4j-api:jar:1.7.12:compile
  702. [INFO] +- org.statefulj.framework:statefulj-framework-binders-springmvc:jar:1.0.8:compile
  703. [INFO] | \- org.statefulj.framework:statefulj-framework-binders-common:jar:1.0.8:compile
  704. [INFO] +- org.springframework.security:spring-security-core:jar:3.2.7.RELEASE:compile
  705. [INFO] | \- aopalliance:aopalliance:jar:1.0:compile
  706. [INFO] +- org.springframework.security:spring-security-web:jar:3.2.7.RELEASE:compile
  707. [INFO] +- org.springframework.security:spring-security-config:jar:3.2.7.RELEASE:compile
  708. [INFO] +- jstl:jstl:jar:1.2:compile
  709. [INFO] +- io.springfox:springfox-swagger2:jar:2.5.0:compile
  710. [INFO] | +- io.swagger:swagger-annotations:jar:1.5.9:compile
  711. [INFO] | +- io.swagger:swagger-models:jar:1.5.9:compile
  712. [INFO] | +- io.springfox:springfox-spi:jar:2.5.0:compile
  713. [INFO] | | \- io.springfox:springfox-core:jar:2.5.0:compile
  714. [INFO] | +- io.springfox:springfox-schema:jar:2.5.0:compile
  715. [INFO] | +- io.springfox:springfox-swagger-common:jar:2.5.0:compile
  716. [INFO] | +- io.springfox:springfox-spring-web:jar:2.5.0:compile
  717. [INFO] | +- com.google.guava:guava:jar:19.0:compile
  718. [INFO] | +- com.fasterxml:classmate:jar:1.3.1:compile
  719. [INFO] | +- org.springframework.plugin:spring-plugin-core:jar:1.1.0.RELEASE:compile
  720. [INFO] | +- org.springframework.plugin:spring-plugin-metadata:jar:1.1.0.RELEASE:compile
  721. [INFO] | \- org.mapstruct:mapstruct:jar:1.0.0.Final:compile
  722. [INFO] +- io.springfox:springfox-swagger-ui:jar:2.5.0:compile
  723. [INFO] +- junit:junit:jar:4.12:test
  724. [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
  725. [INFO] +- org.springframework:spring-test:jar:4.3.2.RELEASE:test
  726. [INFO] +- org.mockito:mockito-core:jar:1.9.5:test
  727. [INFO] | \- org.objenesis:objenesis:jar:2.1:test
  728. [INFO] +- com.jayway.jsonpath:json-path:jar:2.2.0:test
  729. [INFO] | \- net.minidev:json-smart:jar:2.2.1:test
  730. [INFO] | \- net.minidev:accessors-smart:jar:1.1:test
  731. [INFO] | \- org.ow2.asm:asm:jar:5.0.3:test
  732. [INFO] +- com.jayway.jsonpath:json-path-assert:jar:2.2.0:test
  733. [INFO] | \- org.hamcrest:hamcrest-library:jar:1.3:test
  734. [INFO] +- org.springframework:spring-messaging:jar:4.3.2.RELEASE:compile
  735. [INFO] +- org.springframework:spring-websocket:jar:4.3.2.RELEASE:compile
  736. [INFO] +- javax.websocket:javax.websocket-api:jar:1.0:provided
  737. [INFO] +- com.someCompany:someProject-util:jar:1.0-SNAPSHOT:compile
  738. [INFO] | +- org.springframework:spring-context-support:jar:4.1.7.RELEASE:compile
  739. [INFO] | \- org.apache.pdfbox:pdfbox:jar:2.0.0:compile
  740. [INFO] | \- org.apache.pdfbox:fontbox:jar:2.0.0:compile
  741. [INFO] \- com.github.fge:json-patch:jar:1.9:compile
  742. [INFO] \- com.github.fge:jackson-coreutils:jar:1.6:compile
  743. [INFO] +- com.github.fge:msg-simple:jar:1.1:compile
  744. [INFO] | \- com.github.fge:btf:jar:1.2:compile
  745. [INFO] \- com.google.code.findbugs:jsr305:jar:2.0.3:compile
  746. [INFO]
  747. [INFO] ----------------------< com.someCompany:someProject-web >-----------------------
  748. [INFO] Building someCompany someProject Web 1.0-SNAPSHOT [9/10]
  749. [INFO] --------------------------------[ war ]---------------------------------
  750. [INFO]
  751. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-web ---
  752. [INFO] com.someCompany:someProject-web:war:1.0-SNAPSHOT
  753. [INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
  754. [INFO] +- javax.servlet:jstl:jar:1.2:compile
  755. [INFO] +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  756. [INFO] +- log4j:log4j:jar:1.2.17:compile
  757. [INFO] +- commons-logging:commons-logging:jar:1.1.1:compile
  758. [INFO] +- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  759. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  760. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  761. [INFO] | \- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  762. [INFO] +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  763. [INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
  764. [INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile
  765. [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile
  766. [INFO] \- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.6:compile
  767. [INFO]
  768. [INFO] ------------------< com.someCompany:someProject-notification >------------------
  769. [INFO] Building someCompany someProject Notifications 1.0-SNAPSHOT [10/10]
  770. [INFO] --------------------------------[ jar ]---------------------------------
  771. [INFO]
  772. [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ someProject-notification ---
  773. [INFO] com.someCompany:someProject-notification:jar:1.0-SNAPSHOT
  774. [INFO] +- org.springframework.boot:spring-boot-starter:jar:1.3.5.RELEASE:compile
  775. [INFO] | +- org.springframework.boot:spring-boot:jar:1.3.5.RELEASE:compile
  776. [INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:1.3.5.RELEASE:compile
  777. [INFO] | +- org.springframework:spring-core:jar:4.3.2.RELEASE:compile
  778. [INFO] | \- org.yaml:snakeyaml:jar:1.16:runtime
  779. [INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:1.3.5.RELEASE:compile
  780. [INFO] | \- org.json:json:jar:20140107:compile
  781. [INFO] +- com.someCompany:someProject-notification-api:jar:1.0-SNAPSHOT:compile
  782. [INFO] | +- org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
  783. [INFO] | | \- org.springframework:spring-web:jar:4.3.2.RELEASE:compile
  784. [INFO] | +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
  785. [INFO] | | \- commons-io:commons-io:jar:2.4:compile
  786. [INFO] | \- com.google.guava:guava:jar:19.0:compile
  787. [INFO] +- com.someCompany:someProject-domain:jar:1.0-SNAPSHOT:compile
  788. [INFO] | +- org.springframework.data:spring-data-jpa:jar:1.9.4.RELEASE:compile
  789. [INFO] | | +- org.springframework.data:spring-data-commons:jar:1.11.4.RELEASE:compile
  790. [INFO] | | +- org.springframework:spring-orm:jar:4.3.2.RELEASE:compile
  791. [INFO] | | +- org.aspectj:aspectjrt:jar:1.8.9:compile
  792. [INFO] | | \- org.slf4j:jcl-over-slf4j:jar:1.7.21:runtime
  793. [INFO] | +- org.hibernate:hibernate-entitymanager:jar:4.3.11.Final:compile
  794. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
  795. [INFO] | | +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
  796. [INFO] | | +- org.hibernate:hibernate-core:jar:4.3.11.Final:compile
  797. [INFO] | | | +- antlr:antlr:jar:2.7.7:compile
  798. [INFO] | | | \- org.jboss:jandex:jar:1.1.0.Final:compile
  799. [INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
  800. [INFO] | | | \- xml-apis:xml-apis:jar:1.0.b2:compile
  801. [INFO] | | +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.5.Final:compile
  802. [INFO] | | +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
  803. [INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
  804. [INFO] | | \- org.javassist:javassist:jar:3.18.1-GA:compile
  805. [INFO] | +- org.hibernate:hibernate-c3p0:jar:5.0.0.Final:compile
  806. [INFO] | | \- com.mchange:c3p0:jar:0.9.5:compile
  807. [INFO] | | \- com.mchange:mchange-commons-java:jar:0.2.9:compile
  808. [INFO] | +- org.hibernate:hibernate-jpamodelgen:jar:4.3.11.Final:compile
  809. [INFO] | +- org.apache.logging.log4j:log4j-api:jar:2.4.1:compile
  810. [INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.4.1:compile
  811. [INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.21:compile
  812. [INFO] | | \- log4j:log4j:jar:1.2.17:compile
  813. [INFO] | +- org.springframework.security:spring-security-core:jar:4.0.4.RELEASE:compile
  814. [INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
  815. [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.6:compile
  816. [INFO] | +- org.statefulj:statefulj-fsm:jar:1.0.8:compile
  817. [INFO] | | \- org.statefulj:statefulj-common:jar:1.0.8:compile
  818. [INFO] | | \- org.apache.commons:commons-lang3:jar:3.3.2:compile
  819. [INFO] | +- org.statefulj.framework:statefulj-framework-persistence-jpa:jar:1.0.8:compile
  820. [INFO] | | +- org.statefulj.framework:statefulj-framework-core:jar:1.0.8:compile
  821. [INFO] | | | \- org.reflections:reflections:jar:0.9.9-RC1:compile
  822. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-jpa:jar:1.0.8:compile
  823. [INFO] | | \- org.statefulj.persistence:statefulj-persistence-common:jar:1.0.8:compile
  824. [INFO] | +- org.liquibase:liquibase-core:jar:3.4.2:compile
  825. [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
  826. [INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile
  827. [INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile
  828. [INFO] | +- org.jetbrains:annotations:jar:19.0.0:compile
  829. [INFO] | +- org.hibernate:hibernate-validator:jar:5.2.4.Final:compile
  830. [INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
  831. [INFO] | | \- com.fasterxml:classmate:jar:1.1.0:compile
  832. [INFO] | \- org.glassfish:javax.el:jar:3.0.0:compile
  833. [INFO] +- com.someCompany:someProject-auth:jar:1.0-SNAPSHOT:compile
  834. [INFO] | \- commons-codec:commons-codec:jar:1.10:compile
  835. [INFO] +- org.apache.activemq:activemq-broker:jar:5.12.3:compile
  836. [INFO] | +- org.apache.activemq:activemq-client:jar:5.12.3:compile
  837. [INFO] | | +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
  838. [INFO] | | +- org.fusesource.hawtbuf:hawtbuf:jar:1.11:compile
  839. [INFO] | | \- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
  840. [INFO] | \- org.apache.activemq:activemq-openwire-legacy:jar:5.12.3:compile
  841. [INFO] +- org.apache.activemq:activemq-spring:jar:5.12.3:compile
  842. [INFO] | +- org.slf4j:slf4j-api:jar:1.7.21:compile
  843. [INFO] | +- org.apache.xbean:xbean-spring:jar:3.18:compile
  844. [INFO] | +- org.apache.activemq:activemq-pool:jar:5.12.3:compile
  845. [INFO] | | \- org.apache.activemq:activemq-jms-pool:jar:5.12.3:compile
  846. [INFO] | +- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec:jar:1.0.1:compile
  847. [INFO] | \- org.apache.commons:commons-pool2:jar:2.4.2:compile
  848. [INFO] +- org.apache.activemq:activemq-http:jar:5.12.3:compile
  849. [INFO] | +- org.apache.activemq:activemq-mqtt:jar:5.12.3:compile
  850. [INFO] | | +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:compile
  851. [INFO] | | +- org.fusesource.mqtt-client:mqtt-client:jar:1.12:compile
  852. [INFO] | | +- org.fusesource.hawtdispatch:hawtdispatch-transport:jar:1.21:compile
  853. [INFO] | | | \- org.fusesource.hawtdispatch:hawtdispatch:jar:1.21:compile
  854. [INFO] | | \- commons-net:commons-net:jar:3.3:compile
  855. [INFO] | +- org.eclipse.jetty.aggregate:jetty-all:jar:8.1.16.v20140903:compile
  856. [INFO] | | \- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile
  857. [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
  858. [INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.4:compile
  859. [INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.8:compile
  860. [INFO] | +- xmlpull:xmlpull:jar:1.1.3.1:compile
  861. [INFO] | \- xpp3:xpp3_min:jar:1.1.4c:compile
  862. [INFO] +- org.apache.activemq:activemq-stomp:jar:5.12.3:compile
  863. [INFO] +- org.springframework:spring-jms:jar:4.3.2.RELEASE:compile
  864. [INFO] | +- org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
  865. [INFO] | +- org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
  866. [INFO] | \- org.springframework:spring-messaging:jar:4.2.6.RELEASE:compile
  867. [INFO] +- org.springframework:spring-context:jar:4.3.2.RELEASE:compile
  868. [INFO] | \- org.springframework:spring-expression:jar:4.2.6.RELEASE:compile
  869. [INFO] +- org.springframework:spring-context-support:jar:4.2.6.RELEASE:compile
  870. [INFO] +- org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
  871. [INFO] +- org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
  872. [INFO] +- org.aspectj:aspectjweaver:jar:1.8.7:compile
  873. [INFO] +- org.freemarker:freemarker-gae:jar:2.3.23:compile
  874. [INFO] +- com.sun.mail:javax.mail:jar:1.5.5:compile
  875. [INFO] | \- javax.activation:activation:jar:1.1.1:compile
  876. [INFO] +- org.postgresql:postgresql:jar:9.4-1201-jdbc41:compile
  877. [INFO] +- junit:junit:jar:4.11:test
  878. [INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
  879. [INFO] +- org.springframework:spring-test:jar:4.2.6.RELEASE:test
  880. [INFO] \- org.springframework.boot:spring-boot-starter-test:jar:1.3.5.RELEASE:test
  881. [INFO] +- org.mockito:mockito-core:jar:1.10.19:test
  882. [INFO] | \- org.objenesis:objenesis:jar:2.1:test
  883. [INFO] \- org.hamcrest:hamcrest-library:jar:1.3:test
  884. [INFO] ------------------------------------------------------------------------
  885. [INFO] Reactor Summary for someCompany someProject 1.0-SNAPSHOT:
  886. [INFO]
  887. [INFO] someCompany someProject .................................... SUCCESS [ 0.803 s]
  888. [INFO] someCompany someProject Domain ............................. SUCCESS [ 0.312 s]
  889. [INFO] someCompany someProject Auth ............................... SUCCESS [ 0.090 s]
  890. [INFO] someCompany someProject ActiveMQ Events .................... SUCCESS [ 0.107 s]
  891. [INFO] someCompany someProject Utilities .......................... SUCCESS [ 0.025 s]
  892. [INFO] someCompany someProject Business Logic ..................... SUCCESS [ 0.268 s]
  893. [INFO] someCompany someProject State Machine ...................... SUCCESS [ 0.122 s]
  894. [INFO] someCompany someProject Web API ............................ SUCCESS [ 0.202 s]
  895. [INFO] someCompany someProject Web ................................ SUCCESS [ 0.014 s]
  896. [INFO] someCompany someProject Notifications ...................... SUCCESS [ 0.254 s]
  897. [INFO] ------------------------------------------------------------------------
  898. [INFO] BUILD SUCCESS
  899. [INFO] ------------------------------------------------------------------------
  900. [INFO] Total time: 2.471 s
  901. [INFO] Finished at: 2020-06-08T13:57:00+03:00
  902. [INFO] ------------------------------------------------------------------------