From ab8ac9184348ee44a99aaa5f526822b1ca5c9b76 Mon Sep 17 00:00:00 2001 From: Jorge Bescos Gascon Date: Thu, 1 Dec 2022 11:19:21 +0100 Subject: [PATCH] Remove Guava under version 24 (#5175) Signed-off-by: Jorge Bescos Gascon --- examples/http-patch/pom.xml | 13 +++++++++++++ tests/integration/microprofile/rest-client/pom.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/examples/http-patch/pom.xml b/examples/http-patch/pom.xml index b153aba5b9..8f09cde6c7 100644 --- a/examples/http-patch/pom.xml +++ b/examples/http-patch/pom.xml @@ -43,6 +43,19 @@ com.github.fge json-patch 1.9 + + + + com.google.guava + guava + + + + + com.google.guava + guava + ${guava.version} + test org.glassfish.jersey.media diff --git a/tests/integration/microprofile/rest-client/pom.xml b/tests/integration/microprofile/rest-client/pom.xml index b838ca090f..876c40cccc 100644 --- a/tests/integration/microprofile/rest-client/pom.xml +++ b/tests/integration/microprofile/rest-client/pom.xml @@ -91,6 +91,19 @@ wiremock ${wiremock.version} test + + + + com.google.guava + guava + + + + + com.google.guava + guava + ${guava.version} + test org.jboss.arquillian.testng