Skip to content

Commit d3cf9db

Browse files
committed
add loback library
1 parent 6997993 commit d3cf9db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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>

0 commit comments

Comments
 (0)