Add security starter pom
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user