aboutsummaryrefslogtreecommitdiffstats
path: root/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 /pom.xml
parent5b2ce72ec304284354e4786ac3afe6fb3dd24077 (diff)
downloadsonarqube-03bf8ad81a9f48fb7342c4707a6a4ac6774a69f1.tar.gz
sonarqube-03bf8ad81a9f48fb7342c4707a6a4ac6774a69f1.zip
Drop unused dependency bean-matchers
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 610e8028afc..3129d039f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -913,18 +913,6 @@
</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.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.4.1</version>