This message was deleted.
# community-support
s
This message was deleted.
n
you can investigate where that dependency comes from using the
dependencyInsight
task. This should indicate whether it's transitive: e.g.
Copy code
./gradlew :your-module:dependencyInsight --configuration runtimeClasspath --dependency javax.xml.bind:jaxb-api
as far as I know, there's no difference in how testFixtures handles dependencies
👍 1