Uses of Class
org.springframework.boot.maven.DependencyFilter
-
Uses of DependencyFilter in org.springframework.boot.maven
Subclasses of DependencyFilter in org.springframework.boot.mavenModifier and TypeClassDescriptionclassAn {DependencyFilter} that filters out any artifact matching anExclude.classAnArtifactsFilterthat filters out any artifact not matching anInclude.Methods in org.springframework.boot.maven that return DependencyFilterModifier and TypeMethodDescriptionstatic DependencyFilterReturn a newDependencyFilterthe excludes artifacts based on the given predicate.