diff --git a/spring-bootstrap-starters/pom.xml b/spring-bootstrap-starters/pom.xml index 2969917c9c..9ca8756f51 100644 --- a/spring-bootstrap-starters/pom.xml +++ b/spring-bootstrap-starters/pom.xml @@ -21,6 +21,7 @@ spring-bootstrap-batch-starter spring-bootstrap-integration-starter spring-bootstrap-jpa-starter + spring-bootstrap-security-starter spring-bootstrap-tomcat-starter spring-bootstrap-web-starter @@ -71,6 +72,11 @@ spring-bootstrap-integration-starter ${spring.bootstrap.version} + + org.springframework.bootstrap + spring-bootstrap-security-starter + ${spring.bootstrap.version} + diff --git a/spring-bootstrap-starters/spring-bootstrap-security-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-security-starter/pom.xml new file mode 100644 index 0000000000..34fb7bc0cb --- /dev/null +++ b/spring-bootstrap-starters/spring-bootstrap-security-starter/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + + org.springframework.bootstrap + spring-bootstrap-starters + 0.5.0.BUILD-SNAPSHOT + + spring-bootstrap-security-starter + jar + + + ${project.groupId} + spring-bootstrap-starter + ${project.version} + + + org.springframework.security + spring-security-javaconfig + + +