spring-framework/spring-core-test
Andy Wilkinson 0daaa1c38a Make QDox an implementation detail of spring-core-test
Previously, com.thoughtworks.qdox:qdox was declared as an api
dependency of spring-core-test despite it only being used in the
module's internals. This resulted in it unnecessarily appearing on the
compile classpath of consuming projects.

This commit moves qdox to be an implementation dependency, removing it
from the compile classpath of consuming projects but ensuring that it's
still available at runtime.

Closes gh-29066
2022-09-03 16:45:05 +02:00
..
src Align RuntimeHintsPredicates with new FieldMode 2022-09-02 18:16:43 +02:00
spring-core-test.gradle Make QDox an implementation detail of spring-core-test 2022-09-03 16:45:05 +02:00