Skip to content
Snippets Groups Projects
Commit 0c76a4cf authored by User expired's avatar User expired
Browse files

OPENOLAT-513: added log4j-extras dependency to be able to use the RollingFileAppender

parent 9e474637
No related branches found
No related tags found
No related merge requests found
......@@ -400,6 +400,11 @@
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
<version>1.2.17</version>
</dependency>
<!-- Jersey for tomcat -->
<dependency>
<groupId>javax.ws.rs</groupId>
......
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