Browse Source
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-29066pull/29072/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue