aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-06-23 14:52:56 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-06-23 14:58:08 +0200
commit56554cc77e5f0eba7fc75e7d6b340cdc7c2e4698 (patch)
treeb6a8d69f19f1d53d10e4d94204481f4bdd450ba5 /sonar-batch/pom.xml
parentf206ca12ae3b445697e88fea1864c29c791196d0 (diff)
downloadsonarqube-56554cc77e5f0eba7fc75e7d6b340cdc7c2e4698.tar.gz
sonarqube-56554cc77e5f0eba7fc75e7d6b340cdc7c2e4698.zip
SONAR-5216 compare quality profile dates when batch detects profile changes
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index dbd2cc91a69..f09d5e5b132 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -121,6 +121,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>