summaryrefslogtreecommitdiffstats
path: root/application-model
diff options
context:
space:
mode:
Diffstat (limited to 'application-model')
-rw-r--r--application-model/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/application-model/pom.xml b/application-model/pom.xml
index c47fccc51bc..9f5cd9c23c1 100644
--- a/application-model/pom.xml
+++ b/application-model/pom.xml
@@ -55,6 +55,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <suppressWarningMissingImportPackages>true</suppressWarningMissingImportPackages>
+ </configuration>
</plugin>
<plugin>