geopackage-java
geopackage-java copied to clipboard
build: do not include slf4j binding as library dependency
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