Skip to content

Commit

Permalink
Re-add missing testng dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jan 29, 2020
1 parent 7b8dc3d commit 634182f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/sanity/pom.xml
Expand Up @@ -202,6 +202,11 @@
</dependency>

<!-- TEST dependency -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
Expand Down

0 comments on commit 634182f

Please sign in to comment.