Skip to content

Commit eb476ab

Browse files
WolfgangHGrhusar
authored andcommitted
Testsuite: switch to SLF4J2 for e.g. LittleProxy logging
1 parent 6b08148 commit eb476ab

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

extension/jsf-ftest/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@
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>

ftest/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,7 @@
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>

0 commit comments

Comments
 (0)