From fd760e08dc881fbff44f480f6512b4bb1df0989e Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Wed, 19 Apr 2017 15:45:19 +0200 Subject: [PATCH] Minimize sonar-plugin-api --- pom.xml | 2 +- sonar-plugin-api/pom.xml | 26 ++++++++++++++++++++++---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 54c626c4bde..9445f14324a 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.3 + 3.0.0 org.apache.maven.plugins diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 6ce34e9f521..a4fb8265f03 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -175,9 +175,7 @@ shade - - false + true true @@ -186,11 +184,31 @@ org.codehaus.staxmate:staxmate + + + + ${project.groupId}:sonar-duplications + + ** + + + + org.codehaus.sonar:sonar-channel + + ** + + + + org.sonarsource.sonarqube:sonar-check-api + + ** + + + com.google org.sonar.api.internal.google - org.apache.commons -- 2.39.5