File tree Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Expand file tree Collapse file tree 2 files changed +37
-5
lines changed Original file line number Diff line number Diff line change 3131 <properties >
3232 <slf4j .version>1.7.36</slf4j .version>
3333 </properties >
34+
35+ <!-- Use explicit versions as a temporary workaround to a Coursier/Ivy bug:
36+ https://github.com/apache/logging-log4j2/issues/2065 -->
37+ <dependencyManagement >
38+ <dependencies >
39+ <dependency >
40+ <groupId >org.slf4j</groupId >
41+ <artifactId >slf4j-api</artifactId >
42+ <version >${slf4j.version} </version >
43+ </dependency >
44+ </dependencies >
45+ </dependencyManagement >
46+
3447 <dependencies >
3548 <dependency >
3649 <groupId >org.osgi</groupId >
5467 <groupId >org.apache.logging.log4j</groupId >
5568 <artifactId >log4j-api-test</artifactId >
5669 <scope >test</scope >
70+ <exclusions >
71+ <exclusion >
72+ <groupId >org.slf4j</groupId >
73+ <artifactId >slf4j-api</artifactId >
74+ </exclusion >
75+ </exclusions >
5776 </dependency >
5877 <dependency >
5978 <groupId >org.apache.logging.log4j</groupId >
6483 <groupId >org.apache.logging.log4j</groupId >
6584 <artifactId >log4j-to-slf4j</artifactId >
6685 <scope >test</scope >
86+ <exclusions >
87+ <exclusion >
88+ <groupId >org.slf4j</groupId >
89+ <artifactId >slf4j-api</artifactId >
90+ </exclusion >
91+ </exclusions >
6792 </dependency >
6893 <dependency >
6994 <groupId >org.apache.commons</groupId >
75100 <artifactId >commons-lang3</artifactId >
76101 <scope >test</scope >
77102 </dependency >
78- <dependency >
79- <groupId >org.hamcrest</groupId >
80- <artifactId >hamcrest</artifactId >
81- <scope >test</scope >
82- </dependency >
83103 <dependency >
84104 <groupId >org.junit.jupiter</groupId >
85105 <artifactId >junit-jupiter-engine</artifactId >
93113 </dependencies >
94114 <build >
95115 <plugins >
116+
96117 <plugin >
97118 <groupId >org.apache.maven.plugins</groupId >
98119 <artifactId >maven-surefire-plugin</artifactId >
129150 </execution >
130151 </executions >
131152 </plugin >
153+
132154 </plugins >
133155 </build >
134156</project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <entry xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xmlns =" http://logging.apache.org/log4j/changelog"
4+ xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+ type =" fixed" >
6+ <issue id =" 2065" link =" https://github.com/apache/logging-log4j2/pull/2065" />
7+ <description format =" asciidoc" >
8+ Workaround a Coursier/Ivy dependency resolution bug affecting `log4j-slf4j-impl` and `log4j-mongodb3`.
9+ </description >
10+ </entry >
You can’t perform that action at this time.
0 commit comments