0 votes
in Maven - Coalescing Pipeline by
What is meant by the term ‘System Dependency’?

1 Answer

0 votes
by

System dependency refers to the dependency that is present with the scope system. These dependencies are commonly used to help Maven know the dependencies that are provided by the JDK or VM.

System dependencies are mostly used to resolve dependencies on artifacts that are provided by the JDK.

...