public class MavenModelDependencyManagement extends Object implements DependencyManagement
DependencyManagement derived from a Maven Model.| Constructor and Description | 
|---|
| MavenModelDependencyManagement(org.apache.maven.model.Model model) | 
| Modifier and Type | Method and Description | 
|---|---|
| Dependency | find(String artifactId)Finds the managed dependency with the given  artifactId. | 
| List<Dependency> | getDependencies()Returns the managed dependencies. | 
| String | getSpringBootVersion()Returns the managed version of Spring Boot. | 
public MavenModelDependencyManagement(org.apache.maven.model.Model model)
public List<Dependency> getDependencies()
DependencyManagementgetDependencies in interface DependencyManagementpublic String getSpringBootVersion()
DependencyManagementnull.getSpringBootVersion in interface DependencyManagementnullpublic Dependency find(String artifactId)
DependencyManagementartifactId.find in interface DependencyManagementartifactId - the artifact ID of the dependency to findnullCopyright © 2020 Pivotal Software, Inc.. All rights reserved.