Update log4j

This commit is contained in:
Andrea Cavalli 2022-09-10 23:13:11 +02:00
parent 0302ad9458
commit f9c2f7ca31
1 changed files with 19 additions and 3 deletions

22
pom.xml
View File

@ -49,6 +49,14 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@ -188,10 +196,18 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.18.0</version>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.18.1-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>