Skip to content

Commit 9e4b4f6

Browse files
authored
Add log4j-web jar to core and serving. (#498)
1 parent 0b31f27 commit 9e4b4f6

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
@@ -278,6 +278,11 @@
278278
<artifactId>log4j-jul</artifactId>
279279
<version>${log4jVersion}</version>
280280
</dependency>
281+
<dependency>
282+
<groupId>org.apache.logging.log4j</groupId>
283+
<artifactId>log4j-web</artifactId>
284+
<version>${log4jVersion}</version>
285+
</dependency>
281286
<dependency>
282287
<groupId>org.apache.logging.log4j</groupId>
283288
<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)