public class CompositeDependencyManagement extends java.lang.Object implements DependencyManagement
DependencyManagement that delegates to one or more DependencyManagement
instances.| Constructor and Description |
|---|
CompositeDependencyManagement(DependencyManagement... delegates) |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
find(java.lang.String artifactId)
Finds the managed dependency with the given
artifactId. |
java.util.List<Dependency> |
getDependencies()
Returns the managed dependencies.
|
java.lang.String |
getSpringBootVersion()
Returns the managed version of Spring Boot.
|
public CompositeDependencyManagement(DependencyManagement... delegates)
public java.util.List<Dependency> getDependencies()
DependencyManagementgetDependencies in interface DependencyManagementpublic java.lang.String getSpringBootVersion()
DependencyManagementnull.getSpringBootVersion in interface DependencyManagementnullpublic Dependency find(java.lang.String artifactId)
DependencyManagementartifactId.find in interface DependencyManagementartifactId - the artifact ID of the dependency to findnull