Make dependencies on AssertJ and JUnit in spring-core-test
optional
#34612
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: test
Issues in the test module
type: enhancement
A general enhancement
Milestone
Overview
The
spring-core-test
artifact currently has required transitive dependencies on AssertJ and JUnit.spring-framework/spring-core-test/spring-core-test.gradle
Lines 5 to 6 in 8ee09e5
In light of my findings in #34610 (comment), we should make the dependencies on AssertJ and JUnit
optional
like we do inspring-test
.spring-framework/spring-test/spring-test.gradle
Lines 34 to 43 in 8ee09e5
Related Issues
spring-core-test
6.2.4 forces upgrade to JUnit 5.12 #34610The text was updated successfully, but these errors were encountered: