Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions extension/jsf-ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<!--This binds to SLF4J 1.7.29 - same that is used up to LittleProxy 2.0.7.
More recent LittleProxy versions use "log4j-slf4j2-impl", but several other dependencies still provide the 1.x version, and
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-->
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 1 addition & 4 deletions ftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<!--This binds to SLF4J 1.7.29 - same that is used up to LittleProxy 2.0.7.
More recent LittleProxy versions use "log4j-slf4j2-impl", but several other dependencies still provide the 1.x version, and
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-->
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down