From 002c4e0ff476a4381ba56c6aec3d8ac5e7c85235 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 12 Jun 2013 17:35:42 -0700 Subject: [PATCH] Add security starter pom --- spring-bootstrap-starters/pom.xml | 6 +++++ .../spring-bootstrap-security-starter/pom.xml | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 spring-bootstrap-starters/spring-bootstrap-security-starter/pom.xml diff --git a/spring-bootstrap-starters/pom.xml b/spring-bootstrap-starters/pom.xml index 2969917c9ca..9ca8756f518 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 00000000000..34fb7bc0cbe --- /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 + + +