+1 vote
in Maven - Coalescing Pipeline by
What is a system dependency?

1 Answer

0 votes
by

Dependency with scope system is always available and is not looked up in the repository, they are usually used to tell Maven about dependencies that are provided by the JDK or the VM. Thus, system dependencies are especially useful for resolving dependencies on artifacts that JDK normally provides.

Related questions

0 votes
asked Aug 20, 2023 in Maven - Coalescing Pipeline by GeorgeBell
0 votes
asked Aug 19, 2023 in Maven - Coalescing Pipeline by GeorgeBell
...