Skip to content

Commit a9857b2

Browse files
committed
chore(appveyor): exclusion of selenium-remote-driver is back
1 parent 94ed833 commit a9857b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<groupId>org.seleniumhq.selenium</groupId>
6767
<artifactId>selenium-java</artifactId>
6868
</exclusion>
69+
<exclusion>
70+
<groupId>org.seleniumhq.selenium</groupId>
71+
<artifactId>selenium-remote-driver</artifactId>
72+
</exclusion>
6973
</exclusions>
7074
</dependency>
7175

0 commit comments

Comments
 (0)