From 476ebad2c8e1716f1b3800b265062b66d8fea9da Mon Sep 17 00:00:00 2001 From: Bertil Chapuis Date: Fri, 18 Oct 2024 08:41:00 +0200 Subject: [PATCH] Skip deployment of tighly coupled modules (#896) --- baremaps-cli/pom.xml | 1 + baremaps-core/pom.xml | 4 ++++ baremaps-server/pom.xml | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml index 825f6248f..b0bec25de 100644 --- a/baremaps-cli/pom.xml +++ b/baremaps-cli/pom.xml @@ -30,6 +30,7 @@ limitations under the License. ${project.build.directory}/generated-sources/license LICENSE + true ${project.build.directory}/generated-sources/license THIRD-PARTY diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index d546fd49e..2774419f7 100644 --- a/baremaps-core/pom.xml +++ b/baremaps-core/pom.xml @@ -25,6 +25,10 @@ limitations under the License. baremaps-core + + true + + com.fasterxml.jackson.core diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml index 7eede1927..06facf10e 100644 --- a/baremaps-server/pom.xml +++ b/baremaps-server/pom.xml @@ -25,6 +25,10 @@ limitations under the License. baremaps-server + + true + + com.aayushatharva.brotli4j