File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments