mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Remove support for style
See gh-959
This commit is contained in:
committed by
Stephane Nicoll
parent
23cc192813
commit
74e460a3a1
@@ -77,7 +77,6 @@ public class ProjectRequestDocumentFactory {
|
||||
|
||||
// Let's not rely on the resolved dependencies here
|
||||
List<String> dependencies = new ArrayList<>();
|
||||
dependencies.addAll(request.getStyle());
|
||||
dependencies.addAll(request.getDependencies());
|
||||
List<String> validDependencies = dependencies.stream()
|
||||
.filter((id) -> metadata.getDependencies().get(id) != null).collect(Collectors.toList());
|
||||
|
||||
Reference in New Issue
Block a user