summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-06-21 11:33:39 +0200
committerjonmv <venstad@gmail.com>2022-06-21 11:33:39 +0200
commit7eb1b35fcf873cff108be7f62f4e69aec4508cc0 (patch)
treebcaf4d098f82b237541076fc3a6970b1065ce198 /container-test
parentfc1604631cb71e1df1affb4c0980b9d166501ccd (diff)
Exclude guava from airlift in container-test, so we get the one from container
Diffstat (limited to 'container-test')
-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 a938329dd72..ab5a2dc3612 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -61,6 +61,11 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</exclusion>
+ <exclusion>
+ <!-- We want the declaration from our parent, not the one in airlift -->
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>