Tweak starter poms

Minor tweaks to some starter POMs.
This commit is contained in:
Phillip Webb
2013-07-13 22:46:45 -07:00
parent 8d39abb8d9
commit a97f4f670c
3 changed files with 19 additions and 11 deletions

View File

@@ -22,5 +22,9 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-javaconfig</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
</dependencies>
</project>