royclarkson / spring-rest-service-oauth

A simple OAuth protected REST service built with Spring Boot and Spring Security OAuth
Apache License 2.0
664 stars 339 forks source link

Upgrade Spring Boot and OAuth2 #36

Closed dsyer closed 9 years ago

dsyer commented 9 years ago

Boot 1.2.7 and OAuth2 2.0.8 are now released so this change updates the dependencies.

Also reverts the java version in the pom.xml because Eclipse users will otherwise find that the project defaults to Java 6 and breaks because of a mismatch with the Web 3.1 profile.

royclarkson commented 9 years ago

@dsyer thank you for these updates