spring-security-oauth2-autoconfigure 2.1.0.RELEASE在Maven Central中不存在

时间:2018-10-31 10:49:37

标签: spring-boot

发行说明中没有提及工件已被删除(Spring存储库中存在2.1.0.RC1)

版本2.1.0可能有问题吗?

1 个答案:

答案 0 :(得分:0)

它是一个独立的依赖项,请从

下载
<!-- https://mvnrepository.com/artifact/org.springframework.security.oauth.boot/spring-security-oauth2-autoconfigure -->
<dependency>
    <groupId>org.springframework.security.oauth.boot</groupId>
    <artifactId>spring-security-oauth2-autoconfigure</artifactId>
    <version>2.0.6.RELEASE</version>
</dependency>