vscode-spring-initializr icon indicating copy to clipboard operation
vscode-spring-initializr copied to clipboard

Failed to build after removing a dependency

Open bsaby opened this issue 7 years ago • 1 comments

Steps to reproduce:

  1. Generate a maven project , select some dependencies. e.g. Select "DevTools"and "Security" dependencies.
  2. Open pom.xml file, right click on the editing area of the file, choose Edit starters.
  3. In the QuickPick box, unselect "Security", and proceed following the prompt messages.
  4. mvn package

image

bsaby avatar May 02 '18 09:05 bsaby

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

Eskibear avatar May 02 '18 10:05 Eskibear