Created
July 18, 2022 04:02
-
-
Save moarychan/4f64d0ed55b82482d37ab47e5a13de4f to your computer and use it in GitHub Desktop.
Add Azure SDKs IN Spring Boor 3 application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ----------------< com.example:demo-storage-queue-issue >---------------- | |
[INFO] Building demo-storage-queue-issue 0.0.1-SNAPSHOT | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ demo-storage-queue-issue --- | |
[INFO] | |
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ demo-storage-queue-issue --- | |
[INFO] com.example:demo-storage-queue-issue:jar:0.0.1-SNAPSHOT | |
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:3.0.0-M3:compile | |
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:3.0.0-M3:compile | |
[INFO] | | +- org.springframework.boot:spring-boot:jar:3.0.0-M3:compile | |
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:3.0.0-M3:compile | |
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:3.0.0-M3:compile | |
[INFO] | | | +- ch.qos.logback:logback-classic:jar:1.2.11:compile | |
[INFO] | | | | \- ch.qos.logback:logback-core:jar:1.2.11:compile | |
[INFO] | | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.17.2:compile | |
[INFO] | | | | \- org.apache.logging.log4j:log4j-api:jar:2.17.2:compile | |
[INFO] | | | \- org.slf4j:jul-to-slf4j:jar:1.7.36:compile | |
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:2.0.0:compile | |
[INFO] | | \- org.yaml:snakeyaml:jar:1.30:compile | |
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:3.0.0-M3:compile | |
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.3:compile | |
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.13.3:compile | |
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.3:compile | |
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.3:compile | |
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:3.0.0-M3:compile | |
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:10.0.21:compile | |
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:10.0.21:compile | |
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:10.0.21:compile | |
[INFO] | +- org.springframework:spring-web:jar:6.0.0-M4:compile | |
[INFO] | | \- org.springframework:spring-beans:jar:6.0.0-M4:compile | |
[INFO] | \- org.springframework:spring-webmvc:jar:6.0.0-M4:compile | |
[INFO] | +- org.springframework:spring-aop:jar:6.0.0-M4:compile | |
[INFO] | +- org.springframework:spring-context:jar:6.0.0-M4:compile | |
[INFO] | \- org.springframework:spring-expression:jar:6.0.0-M4:compile | |
[INFO] +- com.azure:azure-identity:jar:1.5.3:compile | |
[INFO] | +- com.azure:azure-core:jar:1.30.0:compile | |
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3:compile | |
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.3:compile | |
[INFO] | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.13.3:compile | |
[INFO] | | | +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile | |
[INFO] | | | \- com.fasterxml.woodstox:woodstox-core:jar:6.2.7:compile | |
[INFO] | | +- org.slf4j:slf4j-api:jar:1.7.36:compile | |
[INFO] | | \- io.projectreactor:reactor-core:jar:3.5.0-M2:compile | |
[INFO] | | \- org.reactivestreams:reactive-streams:jar:1.0.3:compile | |
[INFO] | +- com.azure:azure-core-http-netty:jar:1.12.3:compile | |
[INFO] | | +- io.netty:netty-handler:jar:4.1.77.Final:compile | |
[INFO] | | | +- io.netty:netty-common:jar:4.1.77.Final:compile | |
[INFO] | | | +- io.netty:netty-resolver:jar:4.1.77.Final:compile | |
[INFO] | | | +- io.netty:netty-transport:jar:4.1.77.Final:compile | |
[INFO] | | | \- io.netty:netty-codec:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-handler-proxy:jar:4.1.77.Final:compile | |
[INFO] | | | \- io.netty:netty-codec-socks:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-buffer:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-codec-http:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-codec-http2:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-transport-native-unix-common:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.77.Final:compile | |
[INFO] | | | \- io.netty:netty-transport-classes-epoll:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.77.Final:compile | |
[INFO] | | | \- io.netty:netty-transport-classes-kqueue:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-tcnative-boringssl-static:jar:2.0.52.Final:compile | |
[INFO] | | | +- io.netty:netty-tcnative-classes:jar:2.0.52.Final:compile | |
[INFO] | | | +- io.netty:netty-tcnative-boringssl-static:jar:linux-x86_64:2.0.52.Final:compile | |
[INFO] | | | +- io.netty:netty-tcnative-boringssl-static:jar:linux-aarch_64:2.0.52.Final:compile | |
[INFO] | | | +- io.netty:netty-tcnative-boringssl-static:jar:osx-x86_64:2.0.52.Final:compile | |
[INFO] | | | +- io.netty:netty-tcnative-boringssl-static:jar:osx-aarch_64:2.0.52.Final:compile | |
[INFO] | | | \- io.netty:netty-tcnative-boringssl-static:jar:windows-x86_64:2.0.52.Final:compile | |
[INFO] | | \- io.projectreactor.netty:reactor-netty-http:jar:1.1.0-M2:compile | |
[INFO] | | +- io.micrometer:context-propagation-api:jar:1.0.0-M2:compile | |
[INFO] | | +- io.netty:netty-resolver-dns:jar:4.1.77.Final:compile | |
[INFO] | | | \- io.netty:netty-codec-dns:jar:4.1.77.Final:compile | |
[INFO] | | +- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.77.Final:compile | |
[INFO] | | | \- io.netty:netty-resolver-dns-classes-macos:jar:4.1.77.Final:compile | |
[INFO] | | \- io.projectreactor.netty:reactor-netty-core:jar:1.1.0-M2:compile | |
[INFO] | +- com.microsoft.azure:msal4j:jar:1.12.0:compile | |
[INFO] | | +- com.nimbusds:oauth2-oidc-sdk:jar:9.32:compile | |
[INFO] | | | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile | |
[INFO] | | | +- com.nimbusds:content-type:jar:2.2:compile | |
[INFO] | | | +- com.nimbusds:lang-tag:jar:1.6:compile | |
[INFO] | | | \- com.nimbusds:nimbus-jose-jwt:jar:9.21:compile | |
[INFO] | | \- net.minidev:json-smart:jar:2.4.8:compile | |
[INFO] | | \- net.minidev:accessors-smart:jar:2.4.8:compile | |
[INFO] | | \- org.ow2.asm:asm:jar:9.1:compile | |
[INFO] | +- com.microsoft.azure:msal4j-persistence-extension:jar:1.1.0:compile | |
[INFO] | | \- net.java.dev.jna:jna:jar:5.5.0:compile | |
[INFO] | \- net.java.dev.jna:jna-platform:jar:5.6.0:compile | |
[INFO] +- com.azure:azure-storage-queue:jar:12.13.1:compile | |
[INFO] | \- com.azure:azure-storage-common:jar:12.16.1:compile | |
[INFO] \- org.springframework.boot:spring-boot-starter-test:jar:3.0.0-M3:test | |
[INFO] +- org.springframework.boot:spring-boot-test:jar:3.0.0-M3:test | |
[INFO] +- org.springframework.boot:spring-boot-test-autoconfigure:jar:3.0.0-M3:test | |
[INFO] +- com.jayway.jsonpath:json-path:jar:2.7.0:test | |
[INFO] +- jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1:test | |
[INFO] | \- com.sun.activation:jakarta.activation:jar:2.0.1:test | |
[INFO] +- org.assertj:assertj-core:jar:3.22.0:test | |
[INFO] +- org.hamcrest:hamcrest:jar:2.2:test | |
[INFO] +- org.junit.jupiter:junit-jupiter:jar:5.8.2:test | |
[INFO] | +- org.junit.jupiter:junit-jupiter-api:jar:5.8.2:test | |
[INFO] | | +- org.opentest4j:opentest4j:jar:1.2.0:test | |
[INFO] | | +- org.junit.platform:junit-platform-commons:jar:1.8.2:test | |
[INFO] | | \- org.apiguardian:apiguardian-api:jar:1.1.2:test | |
[INFO] | +- org.junit.jupiter:junit-jupiter-params:jar:5.8.2:test | |
[INFO] | \- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2:test | |
[INFO] | \- org.junit.platform:junit-platform-engine:jar:1.8.2:test | |
[INFO] +- org.mockito:mockito-core:jar:4.5.1:test | |
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.12.10:test | |
[INFO] | +- net.bytebuddy:byte-buddy-agent:jar:1.12.10:test | |
[INFO] | \- org.objenesis:objenesis:jar:3.2:test | |
[INFO] +- org.mockito:mockito-junit-jupiter:jar:4.5.1:test | |
[INFO] +- org.skyscreamer:jsonassert:jar:1.5.0:test | |
[INFO] | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test | |
[INFO] +- org.springframework:spring-core:jar:6.0.0-M4:compile | |
[INFO] | \- org.springframework:spring-jcl:jar:6.0.0-M4:compile | |
[INFO] +- org.springframework:spring-test:jar:6.0.0-M4:test | |
[INFO] \- org.xmlunit:xmlunit-core:jar:2.9.0:test | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 1.712 s | |
[INFO] Finished at: 2022-07-18T11:59:38+08:00 | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment