gbif / name-parser

The core GBIF scientific name parser library
Apache License 2.0
17 stars 4 forks source link

Name-parser brings in name-parser-tests #47

Closed timrobertson100 closed 4 years ago

timrobertson100 commented 4 years ago

Name-parser has a compile time dependency on name-parser-tests which means the logback-test.xml gets included in the e.g. the checklistbank-nub-ws which brings in insane amounts of logging at debug level.

It looks suspicious that this is depending on the tests jar in this way

mdoering commented 4 years ago

it's simply missing the test scope