work on a cleanup bean

This commit is contained in:
eugenp
2015-08-23 21:02:04 +03:00
parent 0b42f56f49
commit ebcf6c8b74
4 changed files with 76 additions and 6 deletions

View File

@@ -7,6 +7,12 @@
<name>spring-security-rest-full</name>
<packaging>war</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.5.RELEASE</version>
</parent>
<dependencies>
<!-- Spring Boot Dependencies -->
@@ -454,10 +460,4 @@
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.4.RELEASE</version>
</parent>
</project>