summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-07-04 15:57:55 +0200
committerGitHub <noreply@github.com>2023-07-04 15:57:55 +0200
commit3d820924a0a7c079df064991e5acc5240149220f (patch)
tree28c2ea72e99524006dbb5f71d3de788806aa16c4 /config-model
parentb3abb357a1d64c19f9be1efeb60b43da244c4391 (diff)
parentbd719b81d00c7015b820c93f2d1ef460c97f64cc (diff)
Merge pull request #27611 from vespa-engine/fail-on-embedded-provided-deps
Fail on embedded provided deps
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index a634a40c93b..afb5a7f49c0 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -300,6 +300,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <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>
<groupId>org.apache.maven.plugins</groupId>