mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Remove FindBugs annotations from WEB-INF/lib, as it's only used to produce FindBugs reports with SonarQube
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user