updated to log4j2

This commit is contained in:
jomu
2015-07-10 08:36:28 +00:00
parent 7c13514762
commit 1a8c60b6db
3 changed files with 26 additions and 8 deletions

View File

@ -21,11 +21,13 @@
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<type>jar</type>
<scope>compile</scope>
</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>javax</groupId>
<artifactId>javaee-api</artifactId>