You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostGIS JDBC driver should not depend on a specific logging framework. (#41)
Currently using the PostGIS JDBC driver draws in slf4j and logback
dependencies. The driver itself only uses java.util.logging classes
except for tests.
Therefore change the dependencies to test scope.
0 commit comments