Skip to content

Commit

Permalink
use logback rather than log4j as a log backend, fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Matz <[email protected]>
  • Loading branch information
OliverMatz committed Sep 13, 2019
1 parent 193b20b commit 1d91e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<!-- show log output during tests using log4j as the slfj backend. -->
<!-- show log output during tests using logback as the slfj backend. -->
<!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 1d91e7a

Please sign in to comment.