Add security starter pom

This commit is contained in:
Phillip Webb
2013-06-12 17:35:42 -07:00
parent 5ce220b51c
commit 002c4e0ff4
2 changed files with 29 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
<module>spring-bootstrap-batch-starter</module>
<module>spring-bootstrap-integration-starter</module>
<module>spring-bootstrap-jpa-starter</module>
<module>spring-bootstrap-security-starter</module>
<module>spring-bootstrap-tomcat-starter</module>
<module>spring-bootstrap-web-starter</module>
</modules>
@@ -71,6 +72,11 @@
<artifactId>spring-bootstrap-integration-starter</artifactId>
<version>${spring.bootstrap.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.bootstrap</groupId>
<artifactId>spring-bootstrap-security-starter</artifactId>
<version>${spring.bootstrap.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>