updated to log4j2

This commit is contained in:
jomu
2015-07-10 08:35:54 +00:00
parent 45600a0953
commit 27f20af9fe
3 changed files with 15 additions and 8 deletions

View File

@ -26,9 +26,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>provided</scope>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<type>jar</type>
</dependency>
</dependencies>
<name>shared-util</name>