Update log4j dependency
Signed-off-by: Rex Chen <shuningc@amazon.com>
This commit is contained in:
parent
d8e29e8cd7
commit
269724b8df
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
|
@ -104,9 +104,9 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.15.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
Loading…
Reference in a new issue