]
Steve Ebersole closed HIBERNATE-173.
------------------------------------
Resolution: Duplicate Issue
Hibernate 6.0.0.Alpha4 has JUnit 5 as compile-time dependency
-------------------------------------------------------------
Key: HIBERNATE-173
URL:
https://issues.redhat.com/browse/HIBERNATE-173
Project: Hibernate Integration
Issue Type: Bug
Reporter: Victor Williams Stafusa da Silva
Assignee: Steve Ebersole
Priority: Trivial
As can evidenced in
[
mvnrepository|https://mvnrepository.com/artifact/org.hibernate.orm/hibern...],
JUnit 5 (org.junit.jupiter:junit-jupiter-engine:5.3.1 and
org.junit.vintage:junit-vintage-engine:5.3.1 to be precise) ended up being compile
dependencies in Hibernate 6.0.0.Alpha4. They should have a testCompile scope instead.