updated to log4j2

This commit is contained in:
jomu
2015-07-10 08:37:04 +00:00
parent 1a8c60b6db
commit f6c9dde7d9
2 changed files with 8 additions and 7 deletions

View File

@ -25,12 +25,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>compile</scope>
</dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
</dependencies>
</project>