Skip to content

Commit 1928647

Browse files
committed
edited
1 parent bea236f commit 1928647

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pom.xml

+22
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,27 @@
1313
<maven.compiler.target>19</maven.compiler.target>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
16+
<dependencies>
17+
<dependency>
18+
<groupId>io.appium</groupId>
19+
<artifactId>java-client</artifactId>
20+
<version>7.6.0</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>org.testng</groupId>
24+
<artifactId>testng</artifactId>
25+
<version>7.5</version>
26+
</dependency>
27+
<dependency>
28+
<groupId>io.cucumber</groupId>
29+
<artifactId>cucumber-java</artifactId>
30+
<version>7.13.0</version>
31+
</dependency>
32+
<dependency>
33+
<groupId>io.cucumber</groupId>
34+
<artifactId>cucumber-testng</artifactId>
35+
<version>7.13.0</version>
36+
</dependency>
37+
</dependencies>
1638

1739
</project>

0 commit comments

Comments
 (0)