]
Josef Cacek updated WFLY-5438:
------------------------------
Affects Version/s: 10.0.0.CR2
JUnit version mismatch
----------------------
Key: WFLY-5438
URL:
https://issues.jboss.org/browse/WFLY-5438
Project: WildFly
Issue Type: Bug
Components: Build System
Affects Versions: 10.0.0.CR2
Reporter: Josef Cacek
Assignee: Tomaz Cerar
Priority: Critical
JUnit dependency defined in WildFly Core is {{4.11}}, but current WildFly-Arquillian
version depends on version {{4.12}}. It can lead to API incompatibilities and also project
compilation problems (as was for instance in the [PR
8200|https://github.com/wildfly/wildfly/pull/8200#issuecomment-143217516])
From my PoV is the best solution upgrade JUnit version in WF-CORE or exclude the
junit:junit from the wildfly-core dependency.