File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ dependencies {
8787 implementation ' ch.qos.logback:logback-core'
8888 implementation ' ch.qos.logback:logback-classic'
8989 implementation " info.picocli:picocli:${ picocliVersion} "
90- implementation ' org.fusesource.jansi:jansi:2.4.2'
9190 implementation ' com.fasterxml.jackson.core:jackson-databind'
9291 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
9392 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
Original file line number Diff line number Diff line change 11<configuration >
22 <conversionRule conversionWord =" customHighlight" converterClass =" me.itzg.helpers.logger.CustomHighlight" />
33 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
4- <withJansi >true</withJansi >
54 <filter class =" ch.qos.logback.classic.filter.LevelFilter" >
65 <level >INFO</level >
76 <onMatch >ACCEPT</onMatch >
1413 </encoder >
1514 </appender >
1615 <appender name =" STDERR" class =" ch.qos.logback.core.ConsoleAppender" >
17- <withJansi >true</withJansi >
1816 <filter class =" ch.qos.logback.classic.filter.LevelFilter" >
1917 <level >INFO</level >
2018 <onMatch >DENY</onMatch >
You can’t perform that action at this time.
0 commit comments