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>

View File

@ -18,6 +18,10 @@
<artifactId>spring-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>