Skip to content

Commit 06c1dd8

Browse files
committed
Fix spring-boot-sample-test pom following Selenium changes in 35270e9
1 parent cc0fc07 commit 06c1dd8

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-test

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</dependency>
4343
<dependency>
4444
<groupId>org.seleniumhq.selenium</groupId>
45-
<artifactId>selenium-htmlunit-driver</artifactId>
45+
<artifactId>htmlunit-driver</artifactId>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>

0 commit comments

Comments
 (0)