diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-03 11:35:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 09:54:06 +0200 |
commit | b44c6c83d99ea2909150fb473c5bf81cf7cdc9be (patch) | |
tree | 81b2b1658379548d79ca553a89ee52db8a3e0c67 /pom.xml | |
parent | c4995ac9c71459f7a407d844627d01bb6a9c5a85 (diff) | |
download | sonarqube-b44c6c83d99ea2909150fb473c5bf81cf7cdc9be.tar.gz sonarqube-b44c6c83d99ea2909150fb473c5bf81cf7cdc9be.zip |
SONAR-6370 fix cycle in maven dependencies
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -630,6 +630,10 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-deprecated</artifactId> </exclusion> + <exclusion> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-plugin-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |