From: Simon Brandhof Date: Wed, 2 Dec 2015 17:30:17 +0000 (+0100) Subject: SONAR-6809 fix child-first classloader strategy X-Git-Tag: 5.3-RC1~94 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c93d2bf659c5fc869b05752789e2bb267a9decc5;p=sonarqube.git 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. --- 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 - +