File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 132
132
</dependency >
133
133
134
134
135
+ <!-- <dependency>-->
136
+ <!-- <groupId>org.springframework.boot</groupId>-->
137
+ <!-- <artifactId>spring-boot-starter-log4j2</artifactId>-->
138
+ <!-- </dependency>-->
139
+
140
+
135
141
<dependency >
136
142
<groupId >org.springframework.boot</groupId >
137
143
<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 >
138
159
</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
+
139
167
140
168
<!-- https://mvnrepository.com/artifact/com.lmax/disruptor -->
141
169
<dependency >
You can’t perform that action at this time.
0 commit comments