]> source.dussan.org Git - sonarqube.git/commitdiff
Add Billing as a privileged plugin 1888/head
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 3 Apr 2017 09:46:02 +0000 (11:46 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 4 Apr 2017 06:44:14 +0000 (08:44 +0200)
sonar-core/src/main/java/org/sonar/core/platform/PluginLoader.java

index 68395c2317537a561abe7f8f31668049c25f07ee..09e1478f3356a4da6f628a90261dc1dbd45d0fe3 100644 (file)
@@ -55,7 +55,7 @@ public class PluginLoader {
    * Defines the base keys (defined by {@link #basePluginKey(PluginInfo, Map)}) of the plugins which are allowed to
    * run a full server extensions.
    */
-  private static final Set<String> PRIVILEGED_PLUGINS_BASE_KEYS = ImmutableSet.of("views", "devcockpit", "governance");
+  private static final Set<String> PRIVILEGED_PLUGINS_BASE_KEYS = ImmutableSet.of("views", "devcockpit", "governance", "billing");
 
   public static final Version COMPATIBILITY_MODE_MAX_VERSION = Version.create("5.2");