Interface DeploymentPackage.DependencyResolution
- Enclosing class:
 - DeploymentPackage
 
public static interface DeploymentPackage.DependencyResolution
Indicates how application dependencies will be resolved when deploying an application.
- 
Field Summary
Fields 
- 
Field Details
- 
LATEST
Deploy the latest version of any dependency.- See Also:
 
 - 
EXISTING
Use existing versions where possible, i.e. do a minimal change.- See Also:
 
 
 -