From c93d2bf659c5fc869b05752789e2bb267a9decc5 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 2 Dec 2015 18:30:17 +0100 Subject: [PATCH] SONAR-6809 fix child-first classloader strategy sonar-java-api was removed from root (5a1a0e3fbec92bbc8508cfc5165b2c6590666ce5) but not from sonar-plugin-api-deps. The exclusion of sonar-plugin-api was lost, so child-first classloader strategy loaded SonarPlugin class from plugin instead of core classloader. --- sonar-plugin-api-deps/pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 44b1809cdba..9d0169ec1ea 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -12,7 +13,7 @@ SonarQube :: Plugin API Dependencies Deprecated transitive dependencies of sonar-plugin-api - +