Skip to content

Commit edb0542

Browse files
committed
Issue when running tests from IDE on embedded undertow - org.jboss.threads.EnhancedQueueExecutor.setKeepAliveTime(java.time.Duration)
closes #33517 Signed-off-by: mposolda <[email protected]>
1 parent 38e0568 commit edb0542

File tree

1 file changed

+12
-7
lines changed
  • testsuite/integration-arquillian/tests/base

1 file changed

+12
-7
lines changed

testsuite/integration-arquillian/tests/base/pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,6 @@
184184
<scope>provided</scope>
185185
</dependency>
186186

187-
<!-- FIXME: Override in order to prevent NoClassDefFoundError: org/jboss/threads/AsyncFuture in ClientContainerController -->
188-
<dependency>
189-
<groupId>org.jboss.threads</groupId>
190-
<artifactId>jboss-threads</artifactId>
191-
<version>2.4.0.Final</version>
192-
</dependency>
193-
194187
<dependency>
195188
<groupId>org.jboss.spec.javax.servlet</groupId>
196189
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
@@ -480,6 +473,12 @@
480473
<scope>test</scope>
481474
<version>${wildfly.core.version}</version>
482475
</dependency>
476+
<!-- FIXME: Override in order to prevent NoClassDefFoundError: org/jboss/threads/AsyncFuture in ClientContainerController -->
477+
<dependency>
478+
<groupId>org.jboss.threads</groupId>
479+
<artifactId>jboss-threads</artifactId>
480+
<version>2.4.0.Final</version>
481+
</dependency>
483482
</dependencies>
484483
<build>
485484
<plugins>
@@ -518,6 +517,12 @@
518517
<scope>test</scope>
519518
<version>${wildfly.core.version}</version>
520519
</dependency>
520+
<!-- FIXME: Override in order to prevent NoClassDefFoundError: org/jboss/threads/AsyncFuture in ClientContainerController -->
521+
<dependency>
522+
<groupId>org.jboss.threads</groupId>
523+
<artifactId>jboss-threads</artifactId>
524+
<version>2.4.0.Final</version>
525+
</dependency>
521526
</dependencies>
522527
<build>
523528
<plugins>

0 commit comments

Comments
 (0)