Remove JDBC from secure-web sample

Fixes gh-1534
This commit is contained in:
Dave Syer
2014-09-13 06:41:15 -05:00
parent 9902f98a3d
commit bf0c8fc8bb
2 changed files with 6 additions and 35 deletions

View File

@@ -23,18 +23,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>