aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade
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 /zkfacade
parent73dc0d31608a597685baf47e9b245f9d9422379c (diff)
Depend on container-dev and allow embeddeding provided deps for now.
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index dd890fef3a8..365b3e1bea5 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -126,6 +126,8 @@
<extensions>true</extensions>
<configuration>
<importPackage>com.sun.management</importPackage>
+ <allowEmbeddedArtifacts>com.google.errorprone:error_prone_annotations:2.18.0, com.google.guava:failureaccess:1.0.1,
+ com.google.guava:guava:27.1-jre, com.google.j2objc:j2objc-annotations:1.1</allowEmbeddedArtifacts>
</configuration>
</plugin>
<plugin>