Allow @EnableGlobalMethodSecurity in a non webapp

Fixes gh-202
This commit is contained in:
Dave Syer
2014-01-09 16:37:45 +00:00
parent b8b948d366
commit b1db714c23
24 changed files with 544 additions and 251 deletions

View File

@@ -19,15 +19,6 @@
<artifactId>spring-boot-starter-security</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring4</artifactId>
</dependency>
</dependencies>
<build>
<plugins>