Skip to content

Commit

Permalink
Add TestNG to gephi-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Dec 23, 2013
1 parent 325f60d commit 046c8ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,16 @@
</dependency>
</dependencies>
</dependencyManagement>

<!-- TestNG dependency -->
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.7</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>

Expand Down

0 comments on commit 046c8ef

Please sign in to comment.