Skip to content

Commit

Permalink
BATM-710 added dep. org.slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
jurbanekgeneralbytes committed Nov 28, 2018
1 parent 835dd75 commit 64b330e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_extensions_test/build.gradle
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile project(':server_extensions_api');
compile project(':server_extensions_extra');
compile(group: 'net.sf.jopt-simple', name: 'jopt-simple', version: '4.9')
runtime(group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3')
runtime(group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25')
}

dependencySubstitutions {
Expand Down

0 comments on commit 64b330e

Please sign in to comment.