geopackage-java icon indicating copy to clipboard operation
geopackage-java copied to clipboard

build: do not include slf4j binding as library dependency

Open stempler opened this issue 11 months ago • 0 comments

Including the slf4j binding causes problems in any downstream application that intends to use a different slf4j binding (e.g. slf4j-simple, logback, etc.).

Fixes #62

stempler avatar Feb 11 '25 14:02 stempler