summaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index acd551817b1..9eb5c28ed05 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -66,6 +66,10 @@
<version>${maven-bundle-plugin.vespa.version}</version>
<configuration>
<obrRepository>NONE</obrRepository>
+ <!-- Hide warnings for multi-release jars, e.g. bouncycastle -->
+ <instructions>
+ <_fixupmessages>"Classes found in the wrong directory"</_fixupmessages>
+ </instructions>
</configuration>
</plugin>
<plugin>