<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.12.0</version>
</dependency>
<parent> <groupId>com.azure</groupId> <artifactId>azure-client-sdk-parent</artifactId> <version>1.7.0</version> </parent>
compile
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.3
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3
|-- org.slf4j:slf4j-api:1.7.30
|-- io.projectreactor:reactor-core:3.3.12.RELEASE
|-- io.netty:netty-tcnative-boringssl-static:2.0.35.Final
provided
|-- com.google.code.findbugs:jsr305:3.0.2
test
|-- io.projectreactor:reactor-test:3.3.12.RELEASE
|-- org.junit.jupiter:junit-jupiter-api:5.6.3
|-- org.junit.jupiter:junit-jupiter-engine:5.6.3
|-- org.junit.jupiter:junit-jupiter-params:5.6.3
|-- org.hamcrest:hamcrest-library:2.2
|-- org.mockito:mockito-core:3.3.3
|-- com.github.tomakehurst:wiremock-standalone:2.24.1