Skip to content

Commit

Permalink
exclude slf4j-nop from geopackage to avoid SLF4J warning (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanecak-maptiler authored Apr 28, 2024
1 parent 12558b9 commit 85324e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions planetiler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@
<groupId>mil.nga.geopackage</groupId>
<artifactId>geopackage</artifactId>
<version>${geopackage.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 85324e7

Please sign in to comment.