Refactor sample dependencies to use starters

pull/103/head
Dave Syer 11 years ago
parent 9f48376cbc
commit 6c31854600

@ -29,16 +29,8 @@
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>${project.groupId}</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save