We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3e62b commit 143f7d5Copy full SHA for 143f7d5
pom.xml
@@ -239,6 +239,13 @@
239
<version>${version.hamcrest}</version>
240
<scope>test</scope>
241
</dependency>
242
+ <!-- keycloak-parent has dependency on jboss-threads 3.6, but arquillian needs 2.4 -->
243
+ <dependency>
244
+ <groupId>org.jboss.threads</groupId>
245
+ <artifactId>jboss-threads</artifactId>
246
+ <version>2.4.0.Final</version>
247
+ <scope>test</scope>
248
+ </dependency>
249
</dependencies>
250
</dependencyManagement>
251
<dependencies>
0 commit comments