Exclude import of log4j 1 libraries

This commit is contained in:
Giambattista Bloisi 2024-12-09 09:22:41 +01:00
parent d98670ac61
commit 06c93260ce
1 changed files with 10 additions and 0 deletions

View File

@ -206,6 +206,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
@ -213,6 +217,12 @@
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>