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 /sonar-core/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 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 631bf0b1a95..331c28cede2 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -156,14 +156,7 @@ <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> |