rohankanojia

Untitled

Jun 5th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 13.76 KB | None | 0 0
  1. ~/work/repos/kubernetes-maven-plugin : $ mvn dependency:tree
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] Kubernetes Maven Plugin                                            [pom]
  7. [INFO] kubernetes-maven-plugin                                   [maven-plugin]
  8. [INFO] Kubernetes Maven :: Integration Tests                              [jar]
  9. [INFO]
  10. [INFO] --------------< io.jshift:kubernetes-maven-plugin-build >---------------
  11. [INFO] Building Kubernetes Maven Plugin 0.1-SNAPSHOT                      [1/3]
  12. [INFO] --------------------------------[ pom ]---------------------------------
  13. [INFO]
  14. [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ kubernetes-maven-plugin-build ---
  15. [INFO] io.jshift:kubernetes-maven-plugin-build:pom:0.1-SNAPSHOT
  16. [INFO]
  17. [INFO] -----------------< io.jshift:kubernetes-maven-plugin >------------------
  18. [INFO] Building kubernetes-maven-plugin 0.1-SNAPSHOT                      [2/3]
  19. [INFO] ----------------------------[ maven-plugin ]----------------------------
  20. [INFO]
  21. [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ kubernetes-maven-plugin ---
  22. [INFO] io.jshift:kubernetes-maven-plugin:maven-plugin:0.1-SNAPSHOT
  23. [INFO] +- io.jshift:jshift-kit-config-resource:jar:0.1-SNAPSHOT:compile
  24. [INFO] |  +- io.jshift:jshift-kit-common:jar:0.1-SNAPSHOT:compile
  25. [INFO] |  |  +- org.fusesource.jansi:jansi:jar:1.16:compile
  26. [INFO] |  |  +- org.javassist:javassist:jar:3.20.0-GA:compile
  27. [INFO] |  |  \- com.networknt:json-schema-validator:jar:0.1.7:compile
  28. [INFO] |  |     \- org.slf4j:slf4j-ext:jar:1.7.25:compile
  29. [INFO] |  +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.7:compile
  30. [INFO] |  |  +- com.fasterxml.jackson.core:jackson-core:jar:2.8.7:compile
  31. [INFO] |  |  \- org.yaml:snakeyaml:jar:1.17:compile
  32. [INFO] |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8:compile
  33. [INFO] +- io.jshift:jshift-kit-build-service-docker:jar:0.1-SNAPSHOT:compile
  34. [INFO] |  +- io.jshift:jshift-kit-build-api:jar:0.1-SNAPSHOT:compile
  35. [INFO] |  +- io.jshift:jshift-kit-config-image:jar:0.1-SNAPSHOT:compile
  36. [INFO] |  |  \- commons-io:commons-io:jar:2.6:compile
  37. [INFO] |  +- com.google.code.gson:gson:jar:2.8.5:compile
  38. [INFO] |  +- org.apache.commons:commons-lang3:jar:3.8.1:compile
  39. [INFO] |  +- org.apache.commons:commons-compress:jar:1.18:compile
  40. [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.6:compile
  41. [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.10:compile
  42. [INFO] |  |  +- commons-logging:commons-logging:jar:1.2:compile
  43. [INFO] |  |  \- commons-codec:commons-codec:jar:1.10:compile
  44. [INFO] |  +- com.github.jnr:jnr-unixsocket:jar:0.12:compile
  45. [INFO] |  |  +- com.github.jnr:jnr-ffi:jar:2.0.9:compile
  46. [INFO] |  |  |  +- com.github.jnr:jffi:jar:1.2.11:compile
  47. [INFO] |  |  |  +- com.github.jnr:jffi:jar:native:1.2.11:runtime
  48. [INFO] |  |  |  +- org.ow2.asm:asm:jar:5.0.3:compile
  49. [INFO] |  |  |  +- org.ow2.asm:asm-commons:jar:5.0.3:compile
  50. [INFO] |  |  |  +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
  51. [INFO] |  |  |  +- org.ow2.asm:asm-tree:jar:5.0.3:compile
  52. [INFO] |  |  |  +- org.ow2.asm:asm-util:jar:5.0.3:compile
  53. [INFO] |  |  |  \- com.github.jnr:jnr-x86asm:jar:1.0.2:compile
  54. [INFO] |  |  +- com.github.jnr:jnr-constants:jar:0.9.1:compile
  55. [INFO] |  |  +- com.github.jnr:jnr-enxio:jar:0.12:compile
  56. [INFO] |  |  \- com.github.jnr:jnr-posix:jar:3.0.29:compile
  57. [INFO] |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.57:compile
  58. [INFO] |  |  \- org.bouncycastle:bcprov-jdk15on:jar:1.57:compile
  59. [INFO] |  \- org.apache.commons:commons-text:jar:1.1:compile
  60. [INFO] +- io.jshift:jshift-maven-enricher-api:jar:0.1-SNAPSHOT:compile
  61. [INFO] |  +- io.fabric8:kubernetes-client:jar:4.2.1:compile
  62. [INFO] |  |  +- io.fabric8:kubernetes-model:jar:4.2.1:compile
  63. [INFO] |  |  |  +- io.fabric8:kubernetes-model-common:jar:4.2.1:compile
  64. [INFO] |  |  |  +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.9.8:compile
  65. [INFO] |  |  |  +- javax.validation:validation-api:jar:2.0.1.Final:compile
  66. [INFO] |  |  |  \- org.glassfish:javax.el:jar:3.0.1-b11:compile
  67. [INFO] |  |  +- com.squareup.okhttp3:okhttp:jar:3.12.0:compile
  68. [INFO] |  |  |  \- com.squareup.okio:okio:jar:1.15.0:compile
  69. [INFO] |  |  +- com.squareup.okhttp3:logging-interceptor:jar:3.12.0:compile
  70. [INFO] |  |  +- org.slf4j:jul-to-slf4j:jar:1.7.26:compile
  71. [INFO] |  |  +- io.fabric8:zjsonpatch:jar:0.3.0:compile
  72. [INFO] |  |  \- com.github.mifmif:generex:jar:1.0.2:compile
  73. [INFO] |  |     \- dk.brics.automaton:automaton:jar:1.11-8:compile
  74. [INFO] |  +- io.fabric8:openshift-client:jar:4.2.1:compile
  75. [INFO] |  \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
  76. [INFO] +- io.jshift:jshift-maven-generator-api:jar:0.1-SNAPSHOT:compile
  77. [INFO] |  +- org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6:compile
  78. [INFO] |  +- org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6:compile
  79. [INFO] |  +- org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6:compile
  80. [INFO] |  \- com.fasterxml.jackson.core:jackson-databind:jar:2.9.9:compile
  81. [INFO] +- io.jshift:jshift-maven-generator-java-exec:jar:0.1-SNAPSHOT:compile
  82. [INFO] +- io.jshift:jshift-maven-generator-karaf:jar:0.1-SNAPSHOT:compile
  83. [INFO] +- io.jshift:jshift-maven-generator-webapp:jar:0.1-SNAPSHOT:compile
  84. [INFO] +- io.jshift:jshift-maven-generator-wildfly-swarm:jar:0.1-SNAPSHOT:compile
  85. [INFO] +- io.jshift:jshift-maven-enricher-generic:jar:0.1-SNAPSHOT:compile
  86. [INFO] |  +- io.fabric8:ianaservicehelper:jar:0.0.1:compile
  87. [INFO] |  +- com.google.guava:guava:jar:27.0-jre:compile
  88. [INFO] |  |  +- com.google.guava:failureaccess:jar:1.0:compile
  89. [INFO] |  |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
  90. [INFO] |  |  +- org.checkerframework:checker-qual:jar:2.5.2:compile
  91. [INFO] |  |  +- com.google.errorprone:error_prone_annotations:jar:2.2.0:compile
  92. [INFO] |  |  +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
  93. [INFO] |  |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
  94. [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.25:compile
  95. [INFO] +- io.jshift:jshift-maven-enricher-specific:jar:0.1-SNAPSHOT:compile
  96. [INFO] |  \- org.eclipse.jgit:org.eclipse.jgit:jar:5.3.0.201903130848-r:compile
  97. [INFO] |     +- com.jcraft:jsch:jar:0.1.54:compile
  98. [INFO] |     +- com.jcraft:jzlib:jar:1.1.1:compile
  99. [INFO] |     +- com.googlecode.javaewah:JavaEWAH:jar:1.1.6:compile
  100. [INFO] |     \- org.bouncycastle:bcpg-jdk15on:jar:1.60:compile
  101. [INFO] +- io.jshift:jshift-kit-thorntail:jar:0.1-SNAPSHOT:compile
  102. [INFO] +- io.jshift:jshift-kit-spring-boot:jar:0.1-SNAPSHOT:compile
  103. [INFO] +- io.jshift:jshift-kit-quarkus:jar:0.1-SNAPSHOT:compile
  104. [INFO] +- io.jshift:jshift-kit-vertx:jar:0.1-SNAPSHOT:compile
  105. [INFO] +- io.jshift:jshift-kit-build-maven:jar:0.1-SNAPSHOT:compile
  106. [INFO] |  \- org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0:compile
  107. [INFO] |     +- org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile
  108. [INFO] |     |  \- org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
  109. [INFO] |     |     \- org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
  110. [INFO] |     |        \- org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
  111. [INFO] |     +- org.apache.maven.shared:maven-artifact-transfer:jar:0.9.0:compile
  112. [INFO] |     +- org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
  113. [INFO] |     +- org.apache.maven.shared:file-management:jar:3.0.0:compile
  114. [INFO] |     +- org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile
  115. [INFO] |     |  +- org.apache.maven:maven-compat:jar:3.0:compile
  116. [INFO] |     |  \- org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile
  117. [INFO] |     +- org.apache.maven.shared:maven-filtering:jar:3.1.1:compile
  118. [INFO] |     |  \- org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
  119. [INFO] |     \- org.apache.maven:maven-archiver:jar:3.2.0:compile
  120. [INFO] +- io.jshift:jshift-maven-profiles:jar:0.1-SNAPSHOT:compile
  121. [INFO] +- io.jshift:jshift-kit-watcher-api:jar:0.1-SNAPSHOT:compile
  122. [INFO] +- io.jshift:jshift-watcher-standard:jar:0.1-SNAPSHOT:compile
  123. [INFO] +- org.apache.maven:maven-plugin-api:jar:3.5.4:compile
  124. [INFO] |  +- org.apache.maven:maven-model:jar:3.5.4:compile
  125. [INFO] |  +- org.apache.maven:maven-artifact:jar:3.5.4:compile
  126. [INFO] |  +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3:compile
  127. [INFO] |  |  \- javax.enterprise:cdi-api:jar:1.0:compile
  128. [INFO] |  |     \- javax.annotation:jsr250-api:jar:1.0:compile
  129. [INFO] |  +- org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
  130. [INFO] |  \- org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
  131. [INFO] +- org.apache.maven:maven-core:jar:3.5.4:compile
  132. [INFO] |  +- org.apache.maven:maven-settings:jar:3.5.4:compile
  133. [INFO] |  +- org.apache.maven:maven-settings-builder:jar:3.5.4:compile
  134. [INFO] |  |  \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
  135. [INFO] |  |     \- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
  136. [INFO] |  +- org.apache.maven:maven-builder-support:jar:3.5.4:compile
  137. [INFO] |  +- org.apache.maven:maven-repository-metadata:jar:3.5.4:compile
  138. [INFO] |  +- org.apache.maven:maven-model-builder:jar:3.5.4:compile
  139. [INFO] |  +- org.apache.maven:maven-resolver-provider:jar:3.5.4:compile
  140. [INFO] |  +- org.apache.maven.resolver:maven-resolver-impl:jar:1.1.1:compile
  141. [INFO] |  +- org.apache.maven.resolver:maven-resolver-api:jar:1.1.1:compile
  142. [INFO] |  +- org.apache.maven.resolver:maven-resolver-spi:jar:1.1.1:compile
  143. [INFO] |  +- org.apache.maven.resolver:maven-resolver-util:jar:1.1.1:compile
  144. [INFO] |  +- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
  145. [INFO] |  +- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3:compile
  146. [INFO] |  +- com.google.inject:guice:jar:no_aop:4.2.0:compile
  147. [INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
  148. [INFO] |  +- javax.inject:javax.inject:jar:1:compile
  149. [INFO] |  \- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
  150. [INFO] +- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:compile
  151. [INFO] \- org.codehaus.plexus:plexus-archiver:jar:3.5:compile
  152. [INFO]    +- org.codehaus.plexus:plexus-io:jar:3.0.0:compile
  153. [INFO]    +- org.iq80.snappy:snappy:jar:0.4:compile
  154. [INFO]    \- org.tukaani:xz:jar:1.6:runtime
  155. [INFO]
  156. [INFO] -------------------< io.jshift:kubernetes-maven-it >--------------------
  157. [INFO] Building Kubernetes Maven :: Integration Tests 0.1-SNAPSHOT        [3/3]
  158. [INFO] --------------------------------[ jar ]---------------------------------
  159. [INFO]
  160. [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ kubernetes-maven-it ---
  161. [INFO] io.jshift:kubernetes-maven-it:jar:0.1-SNAPSHOT
  162. [INFO] +- com.consol.citrus:citrus-core:jar:2.6.2:test
  163. [INFO] |  +- com.consol.citrus.model:citrus-model-core:jar:2.6.2:test
  164. [INFO] |  |  +- javax.xml.bind:jaxb-api:jar:2.2.11:test
  165. [INFO] |  |  +- com.sun.xml.bind:jaxb-core:jar:2.2.11:test
  166. [INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.2.11:test
  167. [INFO] |  +- commons-cli:commons-cli:jar:1.3.1:test
  168. [INFO] |  +- commons-codec:commons-codec:jar:1.10:test
  169. [INFO] |  +- commons-lang:commons-lang:jar:2.6:test
  170. [INFO] |  +- xalan:xalan:jar:2.7.2:test
  171. [INFO] |  |  \- xalan:serializer:jar:2.7.2:test
  172. [INFO] |  +- xerces:xercesImpl:jar:2.11.0:test
  173. [INFO] |  |  \- xml-apis:xml-apis:jar:1.4.01:test
  174. [INFO] |  +- wsdl4j:wsdl4j:jar:1.6.3:test
  175. [INFO] |  +- net.sf.jtidy:jtidy:jar:r938:test
  176. [INFO] |  +- org.hamcrest:hamcrest-core:jar:1.3:test
  177. [INFO] |  +- org.hamcrest:hamcrest-library:jar:1.3:test
  178. [INFO] |  +- commons-logging:commons-logging-api:jar:1.1:test
  179. [INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.6.7:compile
  180. [INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.7:test
  181. [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.7:test
  182. [INFO] |  +- net.minidev:json-smart:jar:2.2.1:test
  183. [INFO] |  |  \- net.minidev:accessors-smart:jar:1.1:test
  184. [INFO] |  |     \- org.ow2.asm:asm:jar:5.0.3:test
  185. [INFO] |  +- com.jayway.jsonpath:json-path:jar:2.0.0:test
  186. [INFO] |  +- org.springframework:spring-core:jar:4.2.7.RELEASE:test
  187. [INFO] |  |  \- commons-logging:commons-logging:jar:1.2:test
  188. [INFO] |  +- org.springframework:spring-context:jar:4.2.7.RELEASE:test
  189. [INFO] |  |  +- org.springframework:spring-aop:jar:4.2.7.RELEASE:test
  190. [INFO] |  |  |  \- aopalliance:aopalliance:jar:1.0:test
  191. [INFO] |  |  +- org.springframework:spring-beans:jar:4.2.7.RELEASE:test
  192. [INFO] |  |  \- org.springframework:spring-expression:jar:4.2.7.RELEASE:test
  193. [INFO] |  +- org.springframework:spring-jdbc:jar:4.2.7.RELEASE:test
  194. [INFO] |  |  \- org.springframework:spring-tx:jar:4.2.7.RELEASE:test
  195. [INFO] |  +- org.springframework.integration:spring-integration-core:jar:4.2.9.RELEASE:test
  196. [INFO] |  |  +- org.springframework.retry:spring-retry:jar:1.1.2.RELEASE:test
  197. [INFO] |  |  \- org.springframework:spring-messaging:jar:4.2.7.RELEASE:test
  198. [INFO] |  +- org.springframework.ws:spring-xml:jar:2.2.4.RELEASE:test
  199. [INFO] |  +- org.springframework:spring-oxm:jar:4.2.7.RELEASE:test
  200. [INFO] |  \- org.springframework:spring-test:jar:4.2.7.RELEASE:test
  201. [INFO] +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.7:compile
  202. [INFO] |  \- org.yaml:snakeyaml:jar:1.17:compile
  203. [INFO] \- junit:junit:jar:4.11:test
  204. [INFO] ------------------------------------------------------------------------
  205. [INFO] Reactor Summary:
  206. [INFO]
  207. [INFO] Kubernetes Maven Plugin 0.1-SNAPSHOT ............... SUCCESS [  0.589 s]
  208. [INFO] kubernetes-maven-plugin ............................ SUCCESS [  0.799 s]
  209. [INFO] Kubernetes Maven :: Integration Tests 0.1-SNAPSHOT . SUCCESS [  0.107 s]
  210. [INFO] ------------------------------------------------------------------------
  211. [INFO] BUILD SUCCESS
  212. [INFO] ------------------------------------------------------------------------
  213. [INFO] Total time: 1.719 s
  214. [INFO] Finished at: 2019-06-05T19:46:54+05:30
  215. [INFO] ------------------------------------------------------------------------
  216. ~/work/repos/kubernetes-maven-plugin : $
Add Comment
Please, Sign In to add comment