Type | Graphs | Description |
---|---|---|
all | linked, flat | These are the dependencies of the project for all scopes. |
provided | linked, flat | Similar to compile, but with the expectation that the JDK or a container will provide the dependency at runtime. These dependencies are only available on the compilation and test classpaths, and are not transitive. |
Type | Graphs | Description |
---|---|---|
all | linked, flat | These are the dependencies of the project for all scopes. |
provided | linked, flat | Similar to compile, but with the expectation that the JDK or a container will provide the dependency at runtime. These dependencies are only available on the compilation and test classpaths, and are not transitive. |