Skip to content
Snippets Groups Projects
Commit 149855ce authored by Martin Stähr's avatar Martin Stähr
Browse files

fix: fix for logging

parent 9596972b
No related branches found
No related tags found
No related merge requests found
...@@ -29,16 +29,16 @@ ...@@ -29,16 +29,16 @@
<dependencies> <dependencies>
<!-- <dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId> <artifactId>log4j-slf4j-impl</artifactId>
<version>2.11.0</version> <version>2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId> <artifactId>log4j-core</artifactId>
<version>2.11.0</version> <version>2.0</version>
</dependency>--> </dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet.jsp/jsp-api --> <!-- https://mvnrepository.com/artifact/javax.servlet.jsp/jsp-api -->
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment