File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed
log4j-samples-flume-embedded Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
- m <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
~ Licensed to the Apache Software Foundation (ASF) under one or more
4
4
~ contributor license agreements. See the NOTICE file distributed with
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.logging</groupId >
24
24
<artifactId >logging-parent</artifactId >
25
- <version >12.0 .0</version >
25
+ <version >12.1 .0</version >
26
26
<relativePath />
27
27
</parent >
28
28
276
276
</dependencies >
277
277
</dependencyManagement >
278
278
279
+ <repositories >
280
+ <!--
281
+ ~ The repository that contains the requested Log4j version.
282
+ ~
283
+ ~ By default, we use Apache Snapshots.
284
+ ~ An alternative repository is defined in the `staging-repo` profile.
285
+ -->
286
+ <!-- The repository that contains the requested Log4j version -->
287
+ <repository >
288
+ <releases >
289
+ <enabled >false</enabled >
290
+ </releases >
291
+ <id >log4j-repo</id >
292
+ <name >Apache Snapshot Repository</name >
293
+ <url >https://repository.apache.org/snapshots</url >
294
+ </repository >
295
+ </repositories >
296
+
279
297
<build >
280
298
281
299
<pluginManagement >
311
329
</path >
312
330
</annotationProcessorPaths >
313
331
<compilerArgs combine.children=" append" >
314
- <!-- Workaround Error Prone breaking change -->
315
- <arg >--should-stop=ifError=FLOW</arg >
316
332
<!-- Provide arguments for the GraalVM processor -->
317
333
<arg >-Alog4j.graalvm.groupId=${project.groupId} </arg >
318
334
<arg >-Alog4j.graalvm.artifactId=${project.artifactId} </arg >
334
350
<activation >
335
351
<property >
336
352
<name >log4j.repository.url</name >
337
- <value >!</value >
338
353
</property >
339
354
</activation >
340
355
353
368
<snapshots >
354
369
<enabled >false</enabled >
355
370
</snapshots >
356
- <id >log4j-staging </id >
371
+ <id >log4j-repo </id >
357
372
<name >Log4j Staging Repository</name >
358
373
<url >${log4j.repository.url} </url >
359
374
</repository >
You can’t perform that action at this time.
0 commit comments