Commit c85d3d3 1 parent 7d69b0a commit c85d3d3 Copy full SHA for c85d3d3
File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 103
103
<air .test.thread-count>2</air .test.thread-count>
104
104
<air .test.jvmsize>4g</air .test.jvmsize>
105
105
<grpc .version>1.68.0</grpc .version>
106
+ <dep .log4j.version>2.24.3</dep .log4j.version>
106
107
107
108
<air .javadoc.lint>-missing</air .javadoc.lint>
108
109
</properties >
233
234
<scope >import</scope >
234
235
</dependency >
235
236
237
+ <dependency >
238
+ <groupId >org.apache.logging.log4j</groupId >
239
+ <artifactId >log4j-api</artifactId >
240
+ <version >${dep.log4j.version} </version >
241
+ <scope >runtime</scope >
242
+ </dependency >
243
+
244
+ <dependency >
245
+ <groupId >org.apache.logging.log4j</groupId >
246
+ <artifactId >log4j-core</artifactId >
247
+ <version >${dep.log4j.version} </version >
248
+ <scope >runtime</scope >
249
+ </dependency >
250
+
236
251
<dependency >
237
252
<groupId >io.netty</groupId >
238
253
<artifactId >netty-transport</artifactId >
Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<air .main.basedir>${project.parent.basedir} </air .main.basedir>
16
- <dep .log4j.version>2.17.1</dep .log4j.version>
17
16
</properties >
18
17
19
18
<repositories >
178
177
<dependency >
179
178
<groupId >org.apache.logging.log4j</groupId >
180
179
<artifactId >log4j-api</artifactId >
181
- <version >${dep.log4j.version} </version >
182
180
<scope >runtime</scope >
183
181
</dependency >
184
182
185
183
<dependency >
186
184
<groupId >org.apache.logging.log4j</groupId >
187
185
<artifactId >log4j-core</artifactId >
188
- <version >${dep.log4j.version} </version >
189
186
<scope >runtime</scope >
190
187
</dependency >
191
188
Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<air .main.basedir>${project.parent.basedir} </air .main.basedir>
15
- <dep .log4j.version>2.17.1</dep .log4j.version>
16
15
<dep .elasticsearch.version>6.0.0</dep .elasticsearch.version>
17
16
</properties >
18
17
173
172
<dependency >
174
173
<groupId >org.apache.logging.log4j</groupId >
175
174
<artifactId >log4j-api</artifactId >
176
- <version >${dep.log4j.version} </version >
177
175
<scope >runtime</scope >
178
176
</dependency >
179
177
180
178
<dependency >
181
179
<groupId >org.apache.logging.log4j</groupId >
182
180
<artifactId >log4j-core</artifactId >
183
- <version >${dep.log4j.version} </version >
184
181
<scope >runtime</scope >
185
182
</dependency >
186
183
You can’t perform that action at this time.
0 commit comments