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

Commit

Permalink
Zero Day log4j update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sowers committed Dec 21, 2021
1 parent 2a09e80 commit 86a15e4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gov.osti</groupId>
<artifactId>doecode</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
<name>DOE CODE Web Application (Client)</name>
<packaging>war</packaging>
<properties>
Expand Down Expand Up @@ -398,6 +398,20 @@
<groupId>org.javalite</groupId>
<artifactId>javalite-common</artifactId>
<version>2.4-j8</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- -->
Expand Down

0 comments on commit 86a15e4

Please sign in to comment.