summaryrefslogtreecommitdiffstats
path: root/container-llama
diff options
context:
space:
mode:
authorArne Juul <arnej@vespa.ai>2024-03-22 13:17:00 +0000
committerArne Juul <arnej@yahooinc.com>2024-04-02 15:56:18 +0200
commitda256a41081afb82aab855a49ec07443b3fe595a (patch)
tree1a63001f4840b583ae90f3488d515c98951a40d9 /container-llama
parentf83cc4e37fea07eb758f8c4a734326800a2d0f6a (diff)
some wiring for de.kherud:llama
Diffstat (limited to 'container-llama')
-rw-r--r--container-llama/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-llama/pom.xml b/container-llama/pom.xml
index 38b9f96d653..47941807d4c 100644
--- a/container-llama/pom.xml
+++ b/container-llama/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>de.kherud</groupId>
<artifactId>llama</artifactId>
- <version>2.3.5</version>
+ <version>${java-llama.vespa.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>