Fix spring-boot-sample-test pom following Selenium changes in 35270e9

This commit is contained in:
Andy Wilkinson 2016-04-15 17:20:54 +01:00
parent cc0fc07c0e
commit 06c1dd87c9

View File

@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId>
<artifactId>htmlunit-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency>