Advertisement
aironman

gcp dependency

Jul 9th, 2019
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. Last login: Tue Jul 9 12:24:56 on ttys002
  2. Welcome to fish, the friendly interactive shell
  3. aironman@MacBook-Pro-Retina-de-Alonso ~/s/s/s/spring-cloud-gcp-vision-api-sample> mvn dependency:tree
  4. [INFO] Scanning for projects...
  5. [WARNING]
  6. [WARNING] Some problems were encountered while building the effective model for org.springframework.cloud:spring-cloud-gcp-vision-api-sample:jar:1.2.0.BUILD-SNAPSHOT
  7. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 34, column 12
  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] ----< org.springframework.cloud:spring-cloud-gcp-vision-api-sample >----
  15. [INFO] Building Spring Cloud GCP Vision API Sample 1.2.0.BUILD-SNAPSHOT
  16. [INFO] --------------------------------[ jar ]---------------------------------
  17. [INFO]
  18. [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ spring-cloud-gcp-vision-api-sample ---
  19. [INFO] org.springframework.cloud:spring-cloud-gcp-vision-api-sample:jar:1.2.0.BUILD-SNAPSHOT
  20. [INFO] +- org.springframework.cloud:spring-cloud-gcp-starter-vision:jar:1.2.0.BUILD-SNAPSHOT:compile
  21. [INFO] | +- org.springframework.cloud:spring-cloud-gcp-starter:jar:1.2.0.BUILD-SNAPSHOT:compile
  22. [INFO] | | +- org.springframework.cloud:spring-cloud-gcp-core:jar:1.2.0.BUILD-SNAPSHOT:compile
  23. [INFO] | | \- org.springframework.cloud:spring-cloud-gcp-autoconfigure:jar:1.2.0.BUILD-SNAPSHOT:compile
  24. [INFO] | +- org.springframework.cloud:spring-cloud-gcp-vision:jar:1.2.0.BUILD-SNAPSHOT:compile
  25. [INFO] | \- com.google.cloud:google-cloud-vision:jar:1.78.0:compile
  26. [INFO] | +- com.google.cloud:google-cloud-core:jar:1.78.0:compile
  27. [INFO] | | +- com.google.guava:guava:jar:27.1-android:compile
  28. [INFO] | | | +- com.google.guava:failureaccess:jar:1.0.1:compile
  29. [INFO] | | | +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
  30. [INFO] | | | +- org.checkerframework:checker-compat-qual:jar:2.5.2:compile
  31. [INFO] | | | +- com.google.errorprone:error_prone_annotations:jar:2.2.0:compile
  32. [INFO] | | | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
  33. [INFO] | | | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
  34. [INFO] | | +- com.google.http-client:google-http-client:jar:1.30.1:compile
  35. [INFO] | | | +- org.apache.httpcomponents:httpclient:jar:4.5.9:compile
  36. [INFO] | | | | +- org.apache.httpcomponents:httpcore:jar:4.4.11:compile
  37. [INFO] | | | | \- commons-codec:commons-codec:jar:1.12:compile
  38. [INFO] | | | +- io.opencensus:opencensus-api:jar:0.21.0:compile
  39. [INFO] | | | \- io.opencensus:opencensus-contrib-http-util:jar:0.21.0:compile
  40. [INFO] | | +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
  41. [INFO] | | +- com.google.api:api-common:jar:1.8.1:compile
  42. [INFO] | | +- com.google.api:gax:jar:1.45.0:compile
  43. [INFO] | | | +- org.threeten:threetenbp:jar:1.3.3:compile
  44. [INFO] | | | \- com.google.auth:google-auth-library-oauth2-http:jar:0.16.1:compile
  45. [INFO] | | | \- com.google.http-client:google-http-client-jackson2:jar:1.30.1:compile
  46. [INFO] | | +- com.google.protobuf:protobuf-java-util:jar:3.7.1:compile
  47. [INFO] | | | \- com.google.code.gson:gson:jar:2.8.5:compile
  48. [INFO] | | +- com.google.api.grpc:proto-google-common-protos:jar:1.16.0:compile
  49. [INFO] | | \- com.google.api.grpc:proto-google-iam-v1:jar:0.12.0:compile
  50. [INFO] | +- com.google.cloud:google-cloud-core-grpc:jar:1.78.0:compile
  51. [INFO] | | +- com.google.auth:google-auth-library-credentials:jar:0.16.1:compile
  52. [INFO] | | +- com.google.protobuf:protobuf-java:jar:3.7.1:compile
  53. [INFO] | | +- io.grpc:grpc-protobuf:jar:1.21.0:compile
  54. [INFO] | | | \- io.grpc:grpc-protobuf-lite:jar:1.21.0:compile
  55. [INFO] | | +- io.grpc:grpc-context:jar:1.21.0:compile
  56. [INFO] | | \- com.google.api:gax-grpc:jar:1.45.0:compile
  57. [INFO] | | \- io.grpc:grpc-alts:jar:1.21.0:compile
  58. [INFO] | | +- io.grpc:grpc-grpclb:jar:1.21.0:compile
  59. [INFO] | | \- org.apache.commons:commons-lang3:jar:3.9:compile
  60. [INFO] | +- com.google.api.grpc:proto-google-cloud-vision-v1:jar:1.60.0:compile
  61. [INFO] | +- com.google.api.grpc:proto-google-cloud-vision-v1p1beta1:jar:0.61.0:compile
  62. [INFO] | +- com.google.api.grpc:proto-google-cloud-vision-v1p2beta1:jar:1.60.0:compile
  63. [INFO] | +- com.google.api.grpc:proto-google-cloud-vision-v1p3beta1:jar:0.61.0:compile
  64. [INFO] | +- com.google.api.grpc:proto-google-cloud-vision-v1p4beta1:jar:0.61.0:compile
  65. [INFO] | +- io.grpc:grpc-netty-shaded:jar:1.21.0:compile
  66. [INFO] | | \- io.grpc:grpc-core:jar:1.21.0:compile (version selected from constraint [1.21.0,1.21.0])
  67. [INFO] | | +- com.google.android:annotations:jar:4.1.1.4:compile
  68. [INFO] | | \- io.opencensus:opencensus-contrib-grpc-metrics:jar:0.21.0:compile
  69. [INFO] | +- io.grpc:grpc-stub:jar:1.21.0:compile
  70. [INFO] | | \- io.grpc:grpc-api:jar:1.21.0:compile
  71. [INFO] | +- io.grpc:grpc-auth:jar:1.21.0:compile
  72. [INFO] | \- javax.annotation:javax.annotation-api:jar:1.3.2:compile
  73. [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.0.M4:compile
  74. [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.2.0.M4:compile
  75. [INFO] | | +- org.springframework.boot:spring-boot:jar:2.2.0.M4:compile
  76. [INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.0.M4:compile
  77. [INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.0.M4:compile
  78. [INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
  79. [INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
  80. [INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2:compile
  81. [INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.11.2:compile
  82. [INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.26:compile
  83. [INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.4:compile
  84. [INFO] | | \- org.yaml:snakeyaml:jar:1.24:runtime
  85. [INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.2.0.M4:compile
  86. [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.9:compile
  87. [INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
  88. [INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.9.9:compile
  89. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.9:compile
  90. [INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.9:compile
  91. [INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.9:compile
  92. [INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.0.M4:compile
  93. [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.21:compile
  94. [INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.21:compile
  95. [INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.21:compile
  96. [INFO] | +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.0.M4:compile
  97. [INFO] | | +- jakarta.validation:jakarta.validation-api:jar:2.0.1:compile
  98. [INFO] | | \- org.hibernate.validator:hibernate-validator:jar:6.0.17.Final:compile
  99. [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.0.Final:compile
  100. [INFO] | | \- com.fasterxml:classmate:jar:1.5.0:compile
  101. [INFO] | +- org.springframework:spring-web:jar:5.2.0.M3:compile
  102. [INFO] | | \- org.springframework:spring-beans:jar:5.2.0.M3:compile
  103. [INFO] | \- org.springframework:spring-webmvc:jar:5.2.0.M3:compile
  104. [INFO] | +- org.springframework:spring-aop:jar:5.2.0.M3:compile
  105. [INFO] | +- org.springframework:spring-context:jar:5.2.0.M3:compile
  106. [INFO] | \- org.springframework:spring-expression:jar:5.2.0.M3:compile
  107. [INFO] +- org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.2.0.M4:compile
  108. [INFO] | +- org.thymeleaf:thymeleaf-spring5:jar:3.0.11.RELEASE:compile
  109. [INFO] | | \- org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE:compile
  110. [INFO] | | +- org.attoparser:attoparser:jar:2.0.5.RELEASE:compile
  111. [INFO] | | \- org.unbescape:unbescape:jar:1.1.6.RELEASE:compile
  112. [INFO] | \- org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.4.RELEASE:compile
  113. [INFO] +- org.awaitility:awaitility:jar:3.1.6:test
  114. [INFO] | +- org.hamcrest:hamcrest-library:jar:2.1:test
  115. [INFO] | +- org.hamcrest:hamcrest-core:jar:2.1:test
  116. [INFO] | \- org.objenesis:objenesis:jar:2.6:test
  117. [INFO] +- junit:junit:jar:4.12:test
  118. [INFO] +- org.slf4j:slf4j-api:jar:1.7.26:compile
  119. [INFO] +- org.mockito:mockito-core:jar:2.28.2:test
  120. [INFO] | +- net.bytebuddy:byte-buddy:jar:1.9.13:test
  121. [INFO] | \- net.bytebuddy:byte-buddy-agent:jar:1.9.13:test
  122. [INFO] \- org.springframework.boot:spring-boot-starter-test:jar:2.2.0.M4:test
  123. [INFO] +- org.springframework.boot:spring-boot-test:jar:2.2.0.M4:test
  124. [INFO] +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.0.M4:test
  125. [INFO] +- com.jayway.jsonpath:json-path:jar:2.4.0:test
  126. [INFO] | \- net.minidev:json-smart:jar:2.3:test
  127. [INFO] | \- net.minidev:accessors-smart:jar:1.2:test
  128. [INFO] | \- org.ow2.asm:asm:jar:5.0.4:test
  129. [INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test
  130. [INFO] | \- jakarta.activation:jakarta.activation-api:jar:1.2.1:test
  131. [INFO] +- org.junit.jupiter:junit-jupiter:jar:5.4.2:test
  132. [INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.4.2:test
  133. [INFO] | | +- org.opentest4j:opentest4j:jar:1.1.1:test
  134. [INFO] | | \- org.junit.platform:junit-platform-commons:jar:1.4.2:test
  135. [INFO] | +- org.junit.jupiter:junit-jupiter-params:jar:5.4.2:test
  136. [INFO] | \- org.junit.jupiter:junit-jupiter-engine:jar:5.4.2:test
  137. [INFO] +- org.junit.vintage:junit-vintage-engine:jar:5.4.2:test
  138. [INFO] | +- org.apiguardian:apiguardian-api:jar:1.0.0:test
  139. [INFO] | \- org.junit.platform:junit-platform-engine:jar:1.4.2:test
  140. [INFO] +- org.mockito:mockito-junit-jupiter:jar:2.28.2:test
  141. [INFO] +- org.assertj:assertj-core:jar:3.12.2:test
  142. [INFO] +- org.hamcrest:hamcrest:jar:2.1:test
  143. [INFO] +- org.skyscreamer:jsonassert:jar:1.5.0:test
  144. [INFO] | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
  145. [INFO] +- org.springframework:spring-core:jar:5.2.0.M3:compile
  146. [INFO] | \- org.springframework:spring-jcl:jar:5.2.0.M3:compile
  147. [INFO] +- org.springframework:spring-test:jar:5.2.0.M3:test
  148. [INFO] \- org.xmlunit:xmlunit-core:jar:2.6.2:test
  149. [INFO] ------------------------------------------------------------------------
  150. [INFO] BUILD SUCCESS
  151. [INFO] ------------------------------------------------------------------------
  152. [INFO] Total time: 1.936 s
  153. [INFO] Finished at: 2019-07-09T13:35:12+02:00
  154. [INFO] ------------------------------------------------------------------------
  155. aironman@MacBook-Pro-Retina-de-Alonso ~/s/s/s/spring-cloud-gcp-vision-api-sample>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement