We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea236f commit 1928647Copy full SHA for 1928647
pom.xml
@@ -13,5 +13,27 @@
13
<maven.compiler.target>19</maven.compiler.target>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
16
+ <dependencies>
17
+ <dependency>
18
+ <groupId>io.appium</groupId>
19
+ <artifactId>java-client</artifactId>
20
+ <version>7.6.0</version>
21
+ </dependency>
22
23
+ <groupId>org.testng</groupId>
24
+ <artifactId>testng</artifactId>
25
+ <version>7.5</version>
26
27
28
+ <groupId>io.cucumber</groupId>
29
+ <artifactId>cucumber-java</artifactId>
30
+ <version>7.13.0</version>
31
32
33
34
+ <artifactId>cucumber-testng</artifactId>
35
36
37
+ </dependencies>
38
39
</project>
0 commit comments