diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-23 14:52:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-06-23 14:58:08 +0200 |
commit | 56554cc77e5f0eba7fc75e7d6b340cdc7c2e4698 (patch) | |
tree | b6a8d69f19f1d53d10e4d94204481f4bdd450ba5 /pom.xml | |
parent | f206ca12ae3b445697e88fea1864c29c791196d0 (diff) | |
download | sonarqube-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.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |