From bb436916fd27e669ba0107761312d1cd4229a303 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 4 Sep 2023 13:42:44 +0200 Subject: Use Guice 6.0 https://github.com/google/guice/wiki/Guice600 We cannot upgrade to 7.x as we export javax.inject from container. 6.x supports both the old javax.inject and the new jakarta.inject replacement. --- application/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/pom.xml') diff --git a/application/pom.xml b/application/pom.xml index bb1ea4b30ee..46f6ee3132b 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -104,6 +104,10 @@ org.apache.commons commons-math3 + + jakarta.inject + jakarta.inject-api + com.yahoo.vespa -- cgit v1.2.3