aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-03 14:38:24 +0200
committergjoranv <gv@yahooinc.com>2023-07-03 22:37:54 +0200
commit394c04ac5bdaea3a56ac01f123d09af75f8e550d (patch)
treed5b30d85fd31361c6feac908ab8668bbc5731fb8 /configserver/pom.xml
parent73dc0d31608a597685baf47e9b245f9d9422379c (diff)
Depend on container-dev and allow embeddeding provided deps for now.
Diffstat (limited to 'configserver/pom.xml')
-rw-r--r--configserver/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index 5bd155c797b..6a9b659e046 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -296,6 +296,8 @@
<!-- TODO: Vespa > 8: remove importPackage when the jackson-jaxrs-json-provider bundle is no longer installed in jdisc -->
<!-- added to ensure using the same class as orchestrator, core-dump-reporter, provision-controller and controller-clients -->
<importPackage>com.fasterxml.jackson.jaxrs.json;version="[2.12.6,3)"</importPackage>
+ <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations:2.15.2, com.fasterxml.jackson.core:jackson-core:2.15.2,
+ com.yahoo.vespa:airlift-zstd:*</allowEmbeddedArtifacts>
</configuration>
</plugin>
<plugin>