From bb7cb0404785d7e3dbd6222bf5c32f947d231c79 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Mon, 29 Apr 2024 16:56:11 -0500 Subject: [PATCH] [WFLY-19300] Add missing guava dependency needed to launch an AMQ instance as a test fixture --- testsuite/integration/microprofile/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testsuite/integration/microprofile/pom.xml b/testsuite/integration/microprofile/pom.xml index 2f101b5d8c51..b81432486353 100644 --- a/testsuite/integration/microprofile/pom.xml +++ b/testsuite/integration/microprofile/pom.xml @@ -240,6 +240,11 @@ artemis-amqp-protocol test + + com.google.guava + guava + test + io.netty netty-codec