Skip to content

Commit 48e4823

Browse files
Yansonkhorshuheng
authored andcommitted
Add log4j-web jar to core and serving. (#498)
1 parent 9b532c9 commit 48e4823

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
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>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@
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>

serving/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
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>

0 commit comments

Comments
 (0)