Skip to content

Commit

Permalink
add junit-dataprovider as a dependency of sonar-testing-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
sns-seb committed Jun 11, 2015
1 parent c6af540 commit 1ffbf48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -1047,6 +1047,11 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions sonar-testing-harness/pom.xml
Expand Up @@ -37,6 +37,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand Down

0 comments on commit 1ffbf48

Please sign in to comment.