summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-10-03 14:32:30 +0200
committergjoranv <gv@oath.com>2018-10-03 14:32:30 +0200
commitfaa356096ce5877daa9e580923622ddd114567ba (patch)
tree018b43d4f37443e114e9fb00d9751c61672de78b /zkfacade
parent353f5b1af4947972b297ae922193ddf557e3ecb5 (diff)
VESPA-13547: Import package looked up via reflection.
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 3a4e9232d83..0519ac2d14d 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -98,6 +98,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <importPackage>com.sun.management</importPackage>
+ </configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>