updated to log4j2

This commit is contained in:
jomu
2015-07-10 08:37:44 +00:00
parent f6c9dde7d9
commit 4b7a6a4a15
11 changed files with 566 additions and 16 deletions

15
pom.xml
View File

@ -10,7 +10,7 @@
<module>configuration</module>
<module>network</module>
<module>security</module>
<module>sharepoint</module>
<module>sharepoint</module>
<module>util</module>
<module>jeeutil</module>
</modules>
@ -37,10 +37,15 @@
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>