Skip to content

Commit

Permalink
Fixed removed testng dependency by mistake issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonliao committed Nov 15, 2017
1 parent 41804c2 commit 01d2fa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<artifactId>selenium-java</artifactId>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.10</version>
</dependency>
<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
Expand Down

0 comments on commit 01d2fa2

Please sign in to comment.