Skip to content

Commit 8d78818

Browse files
committed
update pom
1 parent afdba22 commit 8d78818

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
<maven.compiler.source>21</maven.compiler.source>
2424
<maven.compiler.target>21</maven.compiler.target>
2525
<graalvm-native.version>0.9.27</graalvm-native.version>
26-
26+
<selenium.version>4.30.0</selenium.version>
2727
<vertx.version>4.4.6</vertx.version>
2828
<junit-jupiter.version>5.9.1</junit-jupiter.version>
2929
</properties>
3030

3131
<dependencies>
32+
<dependency>
33+
<groupId>org.seleniumhq.selenium</groupId>
34+
<artifactId>selenium-java</artifactId>
35+
<version>${selenium.version}</version>
36+
</dependency>
3237
<dependency>
3338
<groupId>commons-io</groupId>
3439
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)