]> source.dussan.org Git - sonarqube.git/commitdiff
LICENSE-98 Drop invalid plugins list in the license manager
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 4 Jun 2018 08:23:33 +0000 (10:23 +0200)
committerSonarTech <sonartech@sonarsource.com>
Tue, 12 Jun 2018 18:21:01 +0000 (20:21 +0200)
server/sonar-web/src/main/js/api/marketplace.ts

index a90f4fcc24f6870341759fb80d24d50bb206ec0d..3f572eaa8cf03ef51875e5cda1a35505dab3cc99 100644 (file)
@@ -24,7 +24,6 @@ export interface License {
   contactEmail: string;
   edition: string;
   expiresAt: string;
-  invalidInstalledPlugins: string[];
   isExpired: boolean;
   isOfficialDistribution: boolean;
   isSupported: boolean;