File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 115115 </dependency >
116116 <dependency >
117117 <groupId >org.apache.logging.log4j</groupId >
118- <!-- This binds to SLF4J 1.7.29 - same that is used up to LittleProxy 2.0.7.
119- More recent LittleProxy versions use "log4j-slf4j2-impl", but several other dependencies still provide the 1.x version, and
120- thus we would have to add a dependency "org.slf4:slf4j-api:2.0.7" to overwrite the other version. It is easier to stay with 1.x-->
121- <artifactId >log4j-slf4j-impl</artifactId >
118+ <artifactId >log4j-slf4j2-impl</artifactId >
122119 <scope >test</scope >
123120 </dependency >
124121 </dependencies >
Original file line number Diff line number Diff line change 105105 </dependency >
106106 <dependency >
107107 <groupId >org.apache.logging.log4j</groupId >
108- <!-- This binds to SLF4J 1.7.29 - same that is used up to LittleProxy 2.0.7.
109- More recent LittleProxy versions use "log4j-slf4j2-impl", but several other dependencies still provide the 1.x version, and
110- thus we would have to add a dependency "org.slf4:slf4j-api:2.0.7" to overwrite the other version. It is easier to stay with 1.x-->
111- <artifactId >log4j-slf4j-impl</artifactId >
108+ <artifactId >log4j-slf4j2-impl</artifactId >
112109 <scope >test</scope >
113110 </dependency >
114111 </dependencies >
You can’t perform that action at this time.
0 commit comments