Class DependencyRangesInfoContributor

java.lang.Object
io.spring.initializr.actuate.info.DependencyRangesInfoContributor
All Implemented Interfaces:
InfoContributor

public class DependencyRangesInfoContributor extends Object implements InfoContributor
An InfoContributor that exposes the actual ranges used by dependencies defined in the project that have an explicit version (i.e. not relying on a bom).
Author:
Stephane Nicoll