diff options
-rw-r--r-- | pom.xml | 12 | ||||
-rw-r--r-- | sonar-core/pom.xml | 5 | ||||
-rw-r--r-- | sonar-scanner-engine/pom.xml | 5 |
3 files changed, 0 insertions, 22 deletions
@@ -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> 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> diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml index 2fe90ba547c..d15fb384ef7 100644 --- a/sonar-scanner-engine/pom.xml +++ b/sonar-scanner-engine/pom.xml @@ -121,11 +121,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>com.google.code.bean-matchers</groupId> - <artifactId>bean-matchers</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <scope>test</scope> |