We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbb541 commit 77f647dCopy full SHA for 77f647d
1 file changed
pom.xml
@@ -102,6 +102,19 @@
102
</exclusions>
103
<scope>test</scope>
104
</dependency>
105
+ <dependency>
106
+ <groupId>org.seleniumhq.selenium</groupId>
107
+ <artifactId>selenium-java</artifactId>
108
+ <version>${selenium.version}</version>
109
+ <scope>test</scope>
110
+ </dependency>
111
112
113
+ <artifactId>selenium-support</artifactId>
114
115
116
117
+
118
<dependency>
119
<groupId>junit</groupId>
120
<artifactId>junit</artifactId>
0 commit comments