aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:13:17 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:32:39 +0100
commit03bf8ad81a9f48fb7342c4707a6a4ac6774a69f1 (patch)
treebf246cde66a05c207915402d1d0e461534ca964e /sonar-core/pom.xml
parent5b2ce72ec304284354e4786ac3afe6fb3dd24077 (diff)
downloadsonarqube-03bf8ad81a9f48fb7342c4707a6a4ac6774a69f1.tar.gz
sonarqube-03bf8ad81a9f48fb7342c4707a6a4ac6774a69f1.zip
Drop unused dependency bean-matchers
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 81b868c6576..4f39a5bc8b2 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -107,11 +107,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.google.code.bean-matchers</groupId>
- <artifactId>bean-matchers</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple</artifactId>
<version>4.1.21</version>