updated to log4j2
This commit is contained in:
15
pom.xml
15
pom.xml
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user