vscode-spring-initializr
vscode-spring-initializr copied to clipboard
Failed to build after removing a dependency
Steps to reproduce:
- Generate a maven project , select some dependencies. e.g. Select "DevTools"and "Security" dependencies.
- Open pom.xml file, right click on the editing area of the file, choose Edit starters.
- In the QuickPick box, unselect "Security", and proceed following the prompt messages.
- mvn package

devtools only introduce runtime scope maven dependency, so I suppose we still need to add back base starter.