exclusion of `log4j`

This commit is contained in:
Francesco Mangiacrapa 2024-07-09 17:43:45 +02:00
parent 1d73d108c9
commit a434ab5d23
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@
<groupId>org.freemarker</groupId> <groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId> <artifactId>freemarker</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>