Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 86a15e4

Browse files
author
Tim Sowers
committed
Zero Day log4j update.
1 parent 2a09e80 commit 86a15e4

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>gov.osti</groupId>
55
<artifactId>doecode</artifactId>
6-
<version>2.2.1</version>
6+
<version>2.2.2</version>
77
<name>DOE CODE Web Application (Client)</name>
88
<packaging>war</packaging>
99
<properties>
@@ -398,6 +398,20 @@
398398
<groupId>org.javalite</groupId>
399399
<artifactId>javalite-common</artifactId>
400400
<version>2.4-j8</version>
401+
<exclusions>
402+
<exclusion>
403+
<groupId>org.apache.logging.log4j</groupId>
404+
<artifactId>log4j-slf4j-impl</artifactId>
405+
</exclusion>
406+
<exclusion>
407+
<groupId>org.apache.logging.log4j</groupId>
408+
<artifactId>log4j-core</artifactId>
409+
</exclusion>
410+
<exclusion>
411+
<groupId>org.apache.logging.log4j</groupId>
412+
<artifactId>log4j-api</artifactId>
413+
</exclusion>
414+
</exclusions>
401415
</dependency>
402416

403417
<!-- -->

0 commit comments

Comments
 (0)