diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml index b0bec25de..8aec14de7 100644 --- a/baremaps-cli/pom.xml +++ b/baremaps-cli/pom.xml @@ -53,20 +53,9 @@ limitations under the License. baremaps-server - org.apache.logging.log4j - log4j-api - - - org.apache.logging.log4j - log4j-core - - - org.apache.logging.log4j - log4j-jul - - - org.apache.logging.log4j - log4j-slf4j2-impl + org.apache.baremaps + baremaps-testing + test diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index 436e8fdd6..95db47385 100644 --- a/baremaps-core/pom.xml +++ b/baremaps-core/pom.xml @@ -30,34 +30,10 @@ limitations under the License. - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-csv - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - com.github.ben-manes.caffeine caffeine - - com.google.guava - guava - com.google.protobuf protobuf-java @@ -70,10 +46,6 @@ limitations under the License. it.unimi.dsi fastutil - - mil.nga.geopackage - geopackage - net.ripe.ipresource ipresource diff --git a/baremaps-data/pom.xml b/baremaps-data/pom.xml index e475b3315..8201191b4 100644 --- a/baremaps-data/pom.xml +++ b/baremaps-data/pom.xml @@ -21,5 +21,9 @@ org.apache.calcite calcite-core + + org.roaringbitmap + RoaringBitmap + diff --git a/baremaps-maplibre/pom.xml b/baremaps-maplibre/pom.xml index 9febca29c..7d2a1f336 100644 --- a/baremaps-maplibre/pom.xml +++ b/baremaps-maplibre/pom.xml @@ -8,6 +8,18 @@ baremaps-maplibre + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + com.google.protobuf protobuf-java diff --git a/baremaps-pmtiles/pom.xml b/baremaps-pmtiles/pom.xml index 20be0f9eb..2f3625d97 100644 --- a/baremaps-pmtiles/pom.xml +++ b/baremaps-pmtiles/pom.xml @@ -8,6 +8,18 @@ baremaps-pmtiles + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + org.apache.baremaps baremaps-testing diff --git a/pom.xml b/pom.xml index 3c31ed2a4..3f8d21266 100644 --- a/pom.xml +++ b/pom.xml @@ -562,56 +562,50 @@ limitations under the License. - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - com.google.guava guava + + org.apache.logging.log4j + log4j-api + org.apache.logging.log4j log4j-core - test org.apache.logging.log4j log4j-jul - test org.apache.logging.log4j log4j-slf4j2-impl - test org.awaitility awaitility + test org.junit.jupiter junit-jupiter-api + test org.junit.jupiter junit-jupiter-engine + test org.junit.jupiter junit-jupiter-params + test - org.roaringbitmap - RoaringBitmap + org.slf4j + slf4j-api + test org.slf4j @@ -620,14 +614,17 @@ limitations under the License. org.testcontainers junit-jupiter + test org.testcontainers postgresql + test org.testcontainers testcontainers + test