summaryrefslogtreecommitdiffstats
path: root/openai-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'openai-client/pom.xml')
-rw-r--r--openai-client/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/openai-client/pom.xml b/openai-client/pom.xml
index da2252ee1e6..71a31a7b859 100644
--- a/openai-client/pom.xml
+++ b/openai-client/pom.xml
@@ -48,6 +48,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>
@@ -69,4 +72,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>