From d2271ff4fbda95e53657f0bd4e512944b23275b8 Mon Sep 17 00:00:00 2001 From: Guo XIn <371864209@qq.com> Date: Sun, 28 Apr 2024 16:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=AE=89=E8=A3=85=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sonar-keyware-plugins-java/pom.xml | 55 ++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/sonar-keyware-plugins-java/pom.xml b/sonar-keyware-plugins-java/pom.xml index fad5b25..32a9688 100644 --- a/sonar-keyware-plugins-java/pom.xml +++ b/sonar-keyware-plugins-java/pom.xml @@ -148,6 +148,61 @@ shade + + false + false + true + + + *:* + + META-INF/LICENSE* + META-INF/NOTICE* + META-INF/*.RSA + META-INF/*.SF + LICENSE* + NOTICE* + + + + cglib:cglib-nodep + + ** + + + + org.sonarsource.java:java-frontend + + ** + + + + xerces:xercesImpl + + ** + + + + xml-apis:xml-apis + + ** + + + + org.apache.tomcat.embed:tomcat-embed-jasper + + ** + + + + + org.apache.tomcat.embed:tomcat-embed-el + + ** + + + +