diff --git a/pom.xml b/pom.xml index 9e1b501d99e..01eddb327a9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ ${project.groupId}:SonarAnalyzer.CSharp:nupkg,${project.groupId}:SonarAnalyzer.VisualBasic:nupkg none - 2.5.0.1358 + 2.7.0.1482 10.1.0.809 10.1.0.73491 11 @@ -76,6 +76,11 @@ + + org.sonarsource.analyzer-commons + sonar-analyzer-commons + ${sonar.analyzer.commons.version} + org.slf4j slf4j-api diff --git a/sonar-csharp-plugin/pom.xml b/sonar-csharp-plugin/pom.xml index 3be7241fd34..f2bbed3a675 100644 --- a/sonar-csharp-plugin/pom.xml +++ b/sonar-csharp-plugin/pom.xml @@ -74,7 +74,6 @@ org.sonarsource.analyzer-commons sonar-analyzer-commons - ${sonar.analyzer.commons.version} diff --git a/sonar-dotnet-shared-library/pom.xml b/sonar-dotnet-shared-library/pom.xml index d59932a6b3e..0d8294046bc 100644 --- a/sonar-dotnet-shared-library/pom.xml +++ b/sonar-dotnet-shared-library/pom.xml @@ -56,7 +56,6 @@ org.sonarsource.analyzer-commons sonar-analyzer-commons - ${sonar.analyzer.commons.version} org.sonarsource.analyzer-commons diff --git a/sonar-vbnet-plugin/pom.xml b/sonar-vbnet-plugin/pom.xml index d3b1916b34b..92547080016 100644 --- a/sonar-vbnet-plugin/pom.xml +++ b/sonar-vbnet-plugin/pom.xml @@ -74,7 +74,6 @@ org.sonarsource.analyzer-commons sonar-analyzer-commons - ${sonar.analyzer.commons.version}