summaryrefslogtreecommitdiffstats
path: root/config-model/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 /config-model/pom.xml
parent394c04ac5bdaea3a56ac01f123d09af75f8e550d (diff)
Do not use version for allowed embedded artifacts.
- Rename ArtifactInfo -> ArtifactId and simply ignore versions.
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index a05a246cc4b..afb5a7f49c0 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -301,9 +301,9 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations:2.15.2, com.fasterxml.jackson.core:jackson-core:2.15.2,
- com.fasterxml.jackson.core:jackson-databind:2.15.2, com.yahoo.vespa:metrics:*, com.yahoo.vespa:predicate-search-core:*,
- com.yahoo.vespa:searchcore:*</allowEmbeddedArtifacts>
+ <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations, com.fasterxml.jackson.core:jackson-core,
+ com.fasterxml.jackson.core:jackson-databind, com.yahoo.vespa:metrics, com.yahoo.vespa:predicate-search-core,
+ com.yahoo.vespa:searchcore</allowEmbeddedArtifacts>
</configuration>
</plugin>
<plugin>