Update OAuth version
This commit is contained in:
@@ -39,7 +39,7 @@ public class CloudfoundryResourceCompilerAutoConfiguration extends CompilerAutoC
|
||||
.ifAnyMissingClasses(
|
||||
"org.springframework.platform.cloudfoundry.resource.EnableCloudfoundryResource")
|
||||
.add("spring-platform-starter-cloudfoundry")
|
||||
.add("org.springframework.security.oauth:spring-security-oauth2:2.0.3.BUILD-SNAPSHOT");
|
||||
.add("org.springframework.security.oauth:spring-security-oauth2:2.0.3.RELEASE");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -39,7 +39,7 @@ public class CloudfoundrySsoCompilerAutoConfiguration extends CompilerAutoConfig
|
||||
.ifAnyMissingClasses(
|
||||
"org.springframework.platform.cloudfoundry.sso.EnableCloudfoundrySso")
|
||||
.add("spring-platform-starter-cloudfoundry")
|
||||
.add("org.springframework.security.oauth:spring-security-oauth2:2.0.3.BUILD-SNAPSHOT");
|
||||
.add("org.springframework.security.oauth:spring-security-oauth2:2.0.3.RELEASE");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -45,6 +45,11 @@
|
||||
<artifactId>spring-platform-starter-zuul</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security.oauth</groupId>
|
||||
<artifactId>spring-security-oauth2</artifactId>
|
||||
<version>2.0.3.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user