Skip to content
Snippets Groups Projects
Commit 18394f0b authored by Georg Graßnick's avatar Georg Graßnick :thinking:
Browse files

Remove redundant dependency declaration of logger

parent 4bbff47a
No related branches found
No related tags found
1 merge request!11Feat/csv data importer overhaul
......@@ -40,9 +40,6 @@ dependencies {
compile group: 'tec.units', name: 'unit-ri', version: '1.0.3'
compile "com.opencsv:opencsv:4.0"
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.24'
}
test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment