Update OAuth version

This commit is contained in:
Dave Syer
2014-08-29 09:50:08 +01:00
parent 75fdc89d32
commit ab1c53173c
3 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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>