aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-04 13:25:33 +0200
committergjoranv <gv@yahooinc.com>2023-07-04 13:25:33 +0200
commitbd719b81d00c7015b820c93f2d1ef460c97f64cc (patch)
tree90fa420264eed1c2b03d7cb6bb4274606dbc0293 /configserver/pom.xml
parent394c04ac5bdaea3a56ac01f123d09af75f8e550d (diff)
Do not use version for allowed embedded artifacts.
- Rename ArtifactInfo -> ArtifactId and simply ignore versions.
Diffstat (limited to 'configserver/pom.xml')
-rw-r--r--configserver/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index 6a9b659e046..5b130969ae4 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -296,8 +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>
+ <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations, com.fasterxml.jackson.core:jackson-core,
+ com.yahoo.vespa:airlift-zstd</allowEmbeddedArtifacts>
</configuration>
</plugin>
<plugin>