]> source.dussan.org Git - sonarqube.git/commitdiff
add junit-dataprovider as a dependency of sonar-testing-harness
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 5 Jun 2015 13:14:48 +0000 (15:14 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 11 Jun 2015 08:28:34 +0000 (10:28 +0200)
pom.xml
sonar-testing-harness/pom.xml

diff --git a/pom.xml b/pom.xml
index 8659bc8529658d5b5f2f77490be2286254a8b72f..9e26bb1d3f7ce5371bc89cab75d0dd5e4a1a95b8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>
index 8143c934f1888ea892586c50d76178c08d7bef7a..ec1271e33d1f3b6331e94d114521786507ad1347 100644 (file)
       <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>