diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-21 11:37:25 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-21 11:37:25 +0200 |
commit | 4e9cff5b91425c9a888f6e3b42b30528e92880fb (patch) | |
tree | f755cdcd3180fa073c49389654cdbc16f45544fa /sonar-plugin-api/pom.xml | |
parent | f653a7a5221ec753bdb089c119dcd2b320368515 (diff) | |
parent | 20f2ddd5f6033d74c9a9de7b865ee82c62ee7c72 (diff) | |
download | sonarqube-4e9cff5b91425c9a888f6e3b42b30528e92880fb.tar.gz sonarqube-4e9cff5b91425c9a888f6e3b42b30528e92880fb.zip |
Merge remote-tracking branch 'remotes/origin/branch-4.5'
Conflicts:
sonar-plugin-api/src/main/java/org/sonar/api/utils/KeyValueFormat.java
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index fde0b298948..454e3599fb3 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -131,6 +131,11 @@ <!-- unit tests --> <dependency> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-testing-harness</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> |