Fix spring-boot-sample-test dependencies

This commit is contained in:
Phillip Webb 2016-05-02 17:34:00 -07:00
parent cc27a0f22b
commit 30e295b5c4

View File

@ -27,6 +27,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>