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