Google News
logo
Java Maven - Interview Questions
What is meant by the term 'System Dependency'?
* 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.
Advertisement