We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7997ab5 commit 55fd3faCopy full SHA for 55fd3fa
1 file changed
web/pom.xml
@@ -364,6 +364,11 @@
364
<artifactId>maven-war-plugin</artifactId>
365
<version>2.1.1</version>
366
<configuration>
367
+ <packagingExcludes>WEB-INF/lib/commons-codec-1.2.jar,
368
+ WEB-INF/lib/commons-io-1.1.jar,
369
+ WEB-INF/lib/commons-logging-1.0.4.jar,
370
+ WEB-INF/lib/commons-pool-1.3.jar
371
+ </packagingExcludes>
372
<overlays>
373
<overlay>
374
<groupId>it.geosolutions.geostore</groupId>
0 commit comments