Remove FindBugs annotations from WEB-INF/lib, as it's only used to produce FindBugs reports with SonarQube

This commit is contained in:
Angel Borroy
2019-08-29 11:08:18 +02:00
parent 6e70029ae1
commit 2cb1bed475
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
<version>${project.version}</version>
<classifier>libs</classifier>
<outputDirectory>${project.build.directory}/solr-libs</outputDirectory>
<excludes>**/jackson-dataformat-smile-*.jar,**/asm-3.3.1.jar,**/jackson-core-asl-*.jar,**/jackson-mapper-asl-*.jar,**/dom4j-1.6.1.jar</excludes>
<excludes>**/jackson-dataformat-smile-*.jar,**/asm-3.3.1.jar,**/jackson-core-asl-*.jar,**/jackson-mapper-asl-*.jar,**/dom4j-1.6.1.jar,**/annotations-1.0.0.jar</excludes>
</artifactItem>
</artifactItems>
</configuration>
@@ -29,9 +29,6 @@ xpp3-1.1.3_8.jar http://www.extreme.indiana.edu/xgws/xsoap/xpp/
=== JSON ===
json-20160212.jar http://code.google.com/p/json-simple/
=== LGPL ===
annotations-1.0.0.jar http://findbugs.sourceforge.net
=== Apache 2.0 ===
xml-resolver-1.2.jar https://github.com/FasterXML/jackson