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