Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does dependency management mean with respect to transitive dependency?



What does dependency management mean with respect to transitive dependency?..

Answer / Amit Trivedi

In Apache Maven, Dependency Management refers to the centralized configuration of dependencies and their versions. This includes managing Transitive Dependencies, i.e., dependencies that are required by your direct dependencies but not explicitly declared. When you declare a dependency with its version in the pom.xml file, it also manages any transitive dependencies that this dependency requires.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

Mention the phases of cleaning lifecycle.

1 Answers  


Mention how profiles are specified in Maven?

1 Answers  


What means snapshot in maven?

1 Answers  


What is a snapshot maven?

1 Answers  


What are the three build life cycles of maven? Mention them.

1 Answers  


What is the use of the exclusion element?

1 Answers  


How do you resolve maven dependencies issue while upgrading dependencies versions?

1 Answers  


Write the steps for installing maven on windows.

1 Answers  


How would you see the version of maven?

1 Answers  


What is a local repository?

1 Answers  


What is an uber jar?

1 Answers  


What is a transitive dependency in maven?

1 Answers  


Categories