From b44c6c83d99ea2909150fb473c5bf81cf7cdc9be Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 3 Jun 2015 11:35:32 +0200 Subject: [PATCH] SONAR-6370 fix cycle in maven dependencies --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 944d6287ad4..0f263d2de07 100644 --- a/pom.xml +++ b/pom.xml @@ -630,6 +630,10 @@ org.codehaus.sonar sonar-deprecated + + org.codehaus.sonar + sonar-plugin-api +