summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-04-25 20:06:15 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-04-25 20:06:15 +0200
commitb1c12e25e9698501440b46bca37ada23c5116239 (patch)
treeb620b6da03bd81f8805733f626ebf375a5a25357 /pom.xml
parentd5f17d23f377776e85aa687be17b211b54423c59 (diff)
Put the openai client in a separate component
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c4b6e200e2e..a601e847e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,6 @@
<module>jdisc_core_test</module>
<module>jrt</module>
<module>linguistics</module>
- <module>opennlp-linguistics</module>
<module>linguistics-components</module>
<module>logd</module>
<module>logserver</module>
@@ -102,6 +101,8 @@
<module>model-integration</module>
<module>node-repository</module>
<module>node-admin</module>
+ <module>openai-client</module>
+ <module>opennlp-linguistics</module>
<module>orchestrator-restapi</module>
<module>orchestrator</module>
<module>parent</module>