I have been working on generating a list of dependencies for my grade project. I am using Maven Publish for that, every time I try, I can see direct dependencies and some transitive too but I don't see many bom-based dependencies listed in my output.
For instance, if I take Flink streaming risk, I can see all jar dependencies but the ones listed within the pom file in Maven Central such as JUnit and junit-bom are not visible
could anyone possibly help me out