This message was deleted.
# dependency-management
s
This message was deleted.
v
The
junit-vintage-engine
is capable of running the JUnit 4 tests. It depends on
junit:junit
, so
org.junit.Assert
are avaiable in the runtime classpath. But I agree that it would probably be cleaner to not have
testCompileOnly
but
testImplementation
.
thank you 1