Skip to content

Commit 949942a

Browse files
Override log4j version to 2.15.0 (#556)
1 parent eaf42bd commit 949942a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<alchim31>3.2.0</alchim31>
8181
<spring.version>2.5.2</spring.version>
8282
<quartz.version>2.3.2</quartz.version>
83-
<log4j.version>2.11.1</log4j.version>
83+
<log4j.version>2.15.0</log4j.version>
8484
<slf4j.log4j2.version>1.7.26</slf4j.log4j2.version>
8585
<spring.security.ldap.version>5.5.1</spring.security.ldap.version>
8686
<scalatest.version>3.0.5</scalatest.version>
@@ -134,6 +134,16 @@
134134
</dependencyManagement>
135135

136136
<dependencies>
137+
<dependency>
138+
<groupId>org.apache.logging.log4j</groupId>
139+
<artifactId>log4j-api</artifactId>
140+
<version>${log4j.version}</version>
141+
</dependency>
142+
<dependency>
143+
<groupId>org.apache.logging.log4j</groupId>
144+
<artifactId>log4j-to-slf4j</artifactId>
145+
<version>${log4j.version}</version>
146+
</dependency>
137147
<dependency>
138148
<groupId>com.fasterxml.jackson.module</groupId>
139149
<artifactId>jackson-module-scala_${scala.compat.version}</artifactId>

0 commit comments

Comments
 (0)