Describe the bug
Cannot resolve com.azure.spring:azure-spring-boot-starter-active-directory:3.0.0-beta.1
and I can not find this dependency at maven repository
Code Snippet
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
<version>3.0.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
</dependency>
Expected behavior
Screenshots
Setup (please complete the following information):
That project isn't in maven central yet, so you have to build from source: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/CONTRIBUTING.md#building-from-source
Hi @liuziyuan someone from the azure-spring team will follow up with you shortly. Thanks
@liuziyuan
Here it is: https://repo.maven.apache.org/maven2/com/azure/spring/azure-spring-boot-starter-keyvault-certificates/
And if you are using latest master branch, please build by the following command:
cd azure-sdk-for-java
mvn clean install -pl .\sdk\spring\azure-spring-boot-samples\azure-spring-boot-sample-active-directory-stateless -am
@chenrujun
Here it is: https://repo.maven.apache.org/maven2/com/azure/spring/azure-spring-boot-starter-keyvault-certificates/
No - that's keyvault-certificates - azure-spring-boot-starter-active-directory is missing.
@derkoe
Oh, my mistake. You are right.
We didn't release azure-spring-boot-starter-active-directory:3.0.0-beta.1.
Please use 2.3.5 instead. or build azure-spring-boot-starter-active-directory:3.0.0-beta.2 by yourself. (check my last comment about how to build by yourself).
Hey guys, azure-spring-boot-starter-active-directory 3.0.0 has been released now, here is the maven link. Closing this issue now.
Most helpful comment
Hey guys,
azure-spring-boot-starter-active-directory3.0.0 has been released now, here is the maven link. Closing this issue now.