Package | Description |
---|---|
org.springframework.boot.cli.compiler.dependencies |
Classes for dependencies used during compilation.
|
Modifier and Type | Method and Description |
---|---|
List<Dependency.Exclusion> |
Dependency.getExclusions()
Return the dependency exclusions.
|
Constructor and Description |
---|
Dependency(String groupId,
String artifactId,
String version,
List<Dependency.Exclusion> exclusions)
Create a new
Dependency instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.