aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 71612ee7c9a..e94e6fb3e05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -917,6 +917,18 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>0.9</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>