File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 compile(' com.sparkjava:spark-core:2.6.0' )
1313 compile(' com.sparkjava:spark-template-handlebars:2.5.5' )
1414 compile(' com.google.guava:guava:23.0' )
15- compile(' org.slf4j:slf4j-simple :1.7.21 ' )
15+ compile(' ch.qos.logback:logback-classic :1.2.3 ' )
1616 testCompile(' junit:junit:4.12' )
1717}
Original file line number Diff line number Diff line change 2424 <version >2.6.0</version >
2525 </dependency >
2626 <dependency >
27- <groupId >org.slf4j </groupId >
28- <artifactId >slf4j-simple </artifactId >
29- <version >1.7.21 </version >
27+ <groupId >ch.qos.logback </groupId >
28+ <artifactId >logback-classic </artifactId >
29+ <version >1.2.3 </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >com.sparkjava</groupId >
You can’t perform that action at this time.
0 commit comments