File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
testsuite/integration-arquillian/tests/base Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments