Commit 217ab12 1 parent 15afc5c commit 217ab12 Copy full SHA for 217ab12
File tree 3 files changed +6
-16
lines changed
3 files changed +6
-16
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>
107
-
108
106
<air .javadoc.lint>-missing</air .javadoc.lint>
109
107
</properties >
110
108
234
232
<scope >import</scope >
235
233
</dependency >
236
234
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
-
251
235
<dependency >
252
236
<groupId >com.facebook.presto</groupId >
253
237
<artifactId >presto-testing-docker</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.24.3</dep .log4j.version>
16
17
</properties >
17
18
18
19
<repositories >
177
178
<dependency >
178
179
<groupId >org.apache.logging.log4j</groupId >
179
180
<artifactId >log4j-api</artifactId >
181
+ <version >${dep.log4j.version} </version >
180
182
<scope >runtime</scope >
181
183
</dependency >
182
184
183
185
<dependency >
184
186
<groupId >org.apache.logging.log4j</groupId >
185
187
<artifactId >log4j-core</artifactId >
188
+ <version >${dep.log4j.version} </version >
186
189
<scope >runtime</scope >
187
190
</dependency >
188
191
Original file line number Diff line number Diff line change 13
13
<properties >
14
14
<air .main.basedir>${project.parent.basedir} </air .main.basedir>
15
15
<dep .elasticsearch.version>6.0.0</dep .elasticsearch.version>
16
+ <dep .log4j.version>2.24.3</dep .log4j.version>
16
17
</properties >
17
18
18
19
<dependencies >
172
173
<dependency >
173
174
<groupId >org.apache.logging.log4j</groupId >
174
175
<artifactId >log4j-api</artifactId >
176
+ <version >${dep.log4j.version} </version >
175
177
<scope >runtime</scope >
176
178
</dependency >
177
179
178
180
<dependency >
179
181
<groupId >org.apache.logging.log4j</groupId >
180
182
<artifactId >log4j-core</artifactId >
183
+ <version >${dep.log4j.version} </version >
181
184
<scope >runtime</scope >
182
185
</dependency >
183
186
You can’t perform that action at this time.
0 commit comments