updated to log4j2

This commit is contained in:
jomu
2015-07-10 08:35:42 +00:00
parent de1705d196
commit 45600a0953
2 changed files with 21 additions and 4 deletions

View File

@ -35,10 +35,13 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<type>jar</type>
</dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.lambdaworks</groupId>