aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-01-15 16:57:48 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-01-25 17:23:09 +0100
commit7506fd298b7dbf2d8504536d8da20e790752eab4 (patch)
treed90ae13ed3f7b82c05e326c3b1248d98c198c50a /sonar-scanner-engine/pom.xml
parentb56784c3752c5742aed9bf66e307e6ab14c3080f (diff)
downloadsonarqube-7506fd298b7dbf2d8504536d8da20e790752eab4.tar.gz
sonarqube-7506fd298b7dbf2d8504536d8da20e790752eab4.zip
SONAR-10288 scanner multivalue property parsing ignore empty fields
Diffstat (limited to 'sonar-scanner-engine/pom.xml')
-rw-r--r--sonar-scanner-engine/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml
index eb629492360..5b2147d285f 100644
--- a/sonar-scanner-engine/pom.xml
+++ b/sonar-scanner-engine/pom.xml
@@ -93,6 +93,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.tngtech.java</groupId>
+ <artifactId>junit-dataprovider</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
h="/lib/jdiff/jdiff.jar"/> <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/> <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="src" path="/testing-client"/> <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/> <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> <classpathentry exported="true" sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"/> <classpathentry kind="src" path="/testing-util"/> <classpathentry kind="src" path="/ajde"/> <classpathentry kind="src" path="/asm"/> <classpathentry kind="src" path="/taskdefs"/> <classpathentry kind="src" path="newsrc"/> <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry combineaccessrules="false" kind="src" path="/weaver"/> <classpathentry combineaccessrules="false" kind="src" path="/loadtime"/> <classpathentry kind="output" path="bin"/> </classpath>