aboutsummaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
Diffstat (limited to 'http-client')
-rw-r--r--http-client/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/http-client/pom.xml b/http-client/pom.xml
index 133da65631c..c8a58330f24 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -72,6 +72,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <suppressWarningMissingImportPackages>true</suppressWarningMissingImportPackages>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -81,4 +84,3 @@
</build>
</project>
-