|
|
|
@ -571,6 +571,18 @@ |
|
|
|
<version>33.4.8-jre</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- log4j --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<artifactId>log4j-core</artifactId> |
|
|
|
<version>2.25.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.logging.log4j</groupId> |
|
|
|
<artifactId>log4j-api</artifactId> |
|
|
|
<version>2.25.3</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|
|