@EnableOAuth2*

This commit is contained in:
Dave Syer
2014-09-01 08:17:23 +01:00
parent 4282f4aeab
commit db9bfb0b56
20 changed files with 511 additions and 177 deletions

View File

@@ -62,6 +62,10 @@
<version>2.0.3.RELEASE</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-core</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@@ -82,11 +86,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.9.3</version>
</dependency>
</dependencies>
<properties>