OpenSextant / giscore

GIS file data format streaming input and output library
Other
9 stars 3 forks source link

dependency on slf4j-simple should be test-only or runtime and optional #2

Closed dsmiley closed 11 years ago

dsmiley commented 11 years ago

Xponents is referring to giscore & geodesy and it's picking up the slf4j-simple dependency. That dependency in giscore & geodesy on slf4j-simple should most likely be "test" scope. If there is a main method somewhere and you want that to be used at runtime, then use scope "runtime" but mark as optional so that it's not transitive.