summaryrefslogtreecommitdiffstats
path: root/container-test/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-09-04 17:51:15 +0200
committerGitHub <noreply@github.com>2023-09-04 17:51:15 +0200
commitbedbd44069d0464bbd23a367e144cb32fad4573a (patch)
tree3f11fb611e970719b1b4dcabf9f015ab34dd91e6 /container-test/pom.xml
parentecc63b46114df6049464af2956a8cd2f1beee156 (diff)
parentbb436916fd27e669ba0107761312d1cd4229a303 (diff)
Merge pull request #28370 from vespa-engine/renovate/major-guice.vespa.version
Update dependency com.google.inject:guice to v7
Diffstat (limited to 'container-test/pom.xml')
-rw-r--r--container-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index a22d0b59ace..9c6fe8025a2 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -115,6 +115,11 @@
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</dependency>
+ <dependency>
+ <groupId>jakarta.inject</groupId>
+ <artifactId>jakarta.inject-api</artifactId>
+ <version>${jakarta.inject.vespa.version}</version>
+ </dependency>
<!-- START JETTY embedded jars -->
<dependency>