Skip to content

Commit 6ac66fd

Browse files
committed
FIX_log4j_jar :
- ajout d'un filtre d'exclusion sur Log4j2Plugins.dat
1 parent 0c7562c commit 6ac66fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,14 @@
226226
<descriptorRefs>
227227
<descriptorRef>jar-with-dependencies</descriptorRef>
228228
</descriptorRefs>
229+
<filters>
230+
<filter>
231+
<artifact>*:*</artifact>
232+
<excludes>
233+
<exclude>**/Log4j2Plugins.dat</exclude>
234+
</excludes>
235+
</filter>
236+
</filters>
229237
</configuration>
230238
<executions>
231239
<execution>

0 commit comments

Comments
 (0)