File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 <groupId >org.springframework.boot</groupId >
7373 <artifactId >spring-boot-starter-log4j2</artifactId >
7474 </dependency >
75+ <dependency >
76+ <groupId >org.apache.logging.log4j</groupId >
77+ <artifactId >log4j-web</artifactId >
78+ </dependency >
7579 <!-- compile io.github.lognet:grpc-spring-boot-starter:3.0.2'-->
7680 <dependency >
7781 <groupId >io.github.lognet</groupId >
Original file line number Diff line number Diff line change 283283 <artifactId >log4j-jul</artifactId >
284284 <version >${log4jVersion} </version >
285285 </dependency >
286+ <dependency >
287+ <groupId >org.apache.logging.log4j</groupId >
288+ <artifactId >log4j-web</artifactId >
289+ <version >${log4jVersion} </version >
290+ </dependency >
286291 <dependency >
287292 <groupId >org.apache.logging.log4j</groupId >
288293 <artifactId >log4j-slf4j-impl</artifactId >
Original file line number Diff line number Diff line change 9898 <groupId >org.springframework.boot</groupId >
9999 <artifactId >spring-boot-starter-log4j2</artifactId >
100100 </dependency >
101+ <dependency >
102+ <groupId >org.apache.logging.log4j</groupId >
103+ <artifactId >log4j-web</artifactId >
104+ </dependency >
101105
102106 <dependency >
103107 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments