Skip to content

Commit 2ac5485

Browse files
update log4j2 version
1 parent 520e01e commit 2ac5485

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,38 @@
132132
</dependency>
133133

134134

135+
<!-- <dependency>-->
136+
<!-- <groupId>org.springframework.boot</groupId>-->
137+
<!-- <artifactId>spring-boot-starter-log4j2</artifactId>-->
138+
<!-- </dependency>-->
139+
140+
135141
<dependency>
136142
<groupId>org.springframework.boot</groupId>
137143
<artifactId>spring-boot-starter-log4j2</artifactId>
144+
<exclusions>
145+
<exclusion>
146+
<groupId>org.apache.logging.log4j</groupId>
147+
<artifactId>log4j-api</artifactId>
148+
</exclusion>
149+
<exclusion>
150+
<groupId>org.apache.logging.log4j</groupId>
151+
<artifactId>log4j-core</artifactId>
152+
</exclusion>
153+
</exclusions>
154+
</dependency>
155+
<dependency>
156+
<groupId>org.apache.logging.log4j</groupId>
157+
<artifactId>log4j-api</artifactId>
158+
<version>2.16.0</version>
138159
</dependency>
160+
<dependency>
161+
<groupId>org.apache.logging.log4j</groupId>
162+
<artifactId>log4j-core</artifactId>
163+
<version>2.16.0</version>
164+
</dependency>
165+
166+
139167

140168
<!-- https://mvnrepository.com/artifact/com.lmax/disruptor -->
141169
<dependency>

0 commit comments

Comments
 (0)