Skip to content

Commit 96adddc

Browse files
committed
Updated slf4j
1 parent 9f2ab16 commit 96adddc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ publishing {
2121

2222
ext {
2323
junitVersion = '4.12'
24+
slf4jVersion = '1.7.25'
2425
}
2526

2627
apply plugin: 'java'
@@ -55,6 +56,8 @@ task myJavadocs(type: Javadoc) {
5556
}
5657

5758
dependencies {
59+
compile 'org.slf4j:slf4j-api:' + slf4jVersion
60+
testCompile 'org.slf4j:slf4j-simple:' + slf4jVersion
5861
testCompile "junit:junit:$junitVersion"
5962
testCompile 'org.awaitility:awaitility:2.0.0'
6063
}

0 commit comments

Comments
 (0)