aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-tenant-cd
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 /cloud-tenant-cd
parent73dc0d31608a597685baf47e9b245f9d9422379c (diff)
Depend on container-dev and allow embeddeding provided deps for now.
Diffstat (limited to 'cloud-tenant-cd')
-rw-r--r--cloud-tenant-cd/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud-tenant-cd/pom.xml b/cloud-tenant-cd/pom.xml
index baccbab54f5..11e680f75d8 100644
--- a/cloud-tenant-cd/pom.xml
+++ b/cloud-tenant-cd/pom.xml
@@ -83,6 +83,8 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
+ <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-core:2.15.2, com.yahoo.vespa:annotations:8-SNAPSHOT,
+ org.bouncycastle:bcpkix-jdk18on:1.74, org.bouncycastle:bcprov-jdk18on:1.74, org.bouncycastle:bcutil-jdk18on:1.74</allowEmbeddedArtifacts>
<useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>
</plugin>
@@ -92,4 +94,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>