Closed
Description
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 in spring-test
.
spring-framework/spring-test/spring-test.gradle
Lines 34 to 43 in 8ee09e5