Skip to content

Commit

Permalink
Add testng for single test method support
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jan 19, 2023
1 parent e79e6a4 commit 7debb06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@
<version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand Down

0 comments on commit 7debb06

Please sign in to comment.