summaryrefslogtreecommitdiffstats
path: root/openai-client
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-04-26 19:11:12 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-04-26 19:11:12 +0200
commita02b124868e5be4719a5ca52e47315646a0cacd7 (patch)
tree112584d8086ac45ec5d4e3e08f274f7f7d0232a2 /openai-client
parent730a047dd5274eb2d547ae703c3306c19b6d5d6c (diff)
Add runtime dependency
Diffstat (limited to 'openai-client')
-rw-r--r--openai-client/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/openai-client/pom.xml b/openai-client/pom.xml
index f4362194b58..da2252ee1e6 100644
--- a/openai-client/pom.xml
+++ b/openai-client/pom.xml
@@ -23,6 +23,11 @@
<artifactId>service</artifactId>
<version>${openai-gpt3.version}</version>
</dependency>
+ <dependency> <!-- Missing dependency of openai-gpt3 -->
+ <groupId>com.squareup.retrofit2</groupId>
+ <artifactId>converter-jackson</artifactId>
+ <version>2.9.0</version>
+ </dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>