1.

What Is A Transitive Dependency? Can We Override Transitive Dependency Version And If Yes, How?

Answer»
  • TRANSITIVE dependency is the dependencies not DEFINED DIRECTLY in the current POM but the POM of the DEPENDENT PROJECTS.
  • Yes, we can override transitive dependency version by specifying the dependency in the current POM.



Discussion

No Comment Found