Skip to content
Snippets Groups Projects
Commit 54c707cc authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

maven: log4j logging

parent 02049560
No related branches found
No related tags found
No related merge requests found
...@@ -111,8 +111,10 @@ ...@@ -111,8 +111,10 @@
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 --> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<scope>provided</scope> <scope>provided</scope>
<optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
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