0 votes
in Maven - Coalescing Pipeline by
What is the ‘Dependency Scope’, and how many types of Dependency Scopes are there?

1 Answer

0 votes
by

Dependency scope refers to all the dependencies about the current stage of the build.

The different types of dependency scopes are:

  • Compile
  • Provided
  • Runtime
  • Test
  • System
  • Import

...