We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e64f73 commit 1f767e4Copy full SHA for 1f767e4
pom.xml
@@ -134,13 +134,15 @@
134
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-client-java -->
135
<dependency>
136
<groupId>org.seleniumhq.selenium</groupId>
137
- <artifactId>selenium-firefox-driver</artifactId>
+ <artifactId>selenium-server</artifactId>
138
<version>3.141.0</version>
139
+ <scope>test</scope>
140
</dependency>
141
142
- <artifactId>selenium-server</artifactId>
143
+ <artifactId>selenium-firefox-driver</artifactId>
144
145
146
147
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-netty -->
148
0 commit comments