aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/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-core/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-core/pom.xml')
-rw-r--r--sonar-core/pom.xml7
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>