From edb05421ac13819b903ac6e7b5b264067e575d09 Mon Sep 17 00:00:00 2001 From: mposolda Date: Thu, 3 Oct 2024 13:08:55 +0200 Subject: [PATCH] Issue when running tests from IDE on embedded undertow - org.jboss.threads.EnhancedQueueExecutor.setKeepAliveTime(java.time.Duration) closes #33517 Signed-off-by: mposolda --- .../integration-arquillian/tests/base/pom.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/testsuite/integration-arquillian/tests/base/pom.xml b/testsuite/integration-arquillian/tests/base/pom.xml index 3e7c56144d..c9718d04aa 100644 --- a/testsuite/integration-arquillian/tests/base/pom.xml +++ b/testsuite/integration-arquillian/tests/base/pom.xml @@ -184,13 +184,6 @@ provided - - - org.jboss.threads - jboss-threads - 2.4.0.Final - - org.jboss.spec.javax.servlet jboss-servlet-api_3.0_spec @@ -480,6 +473,12 @@ test ${wildfly.core.version} + + + org.jboss.threads + jboss-threads + 2.4.0.Final + @@ -518,6 +517,12 @@ test ${wildfly.core.version} + + + org.jboss.threads + jboss-threads + 2.4.0.Final +