for (SpringBootStarter s : _starters) {
starters.add(s.getId());
}
IFile file = getPomFile();
performOnDOMDocument(new OperationTuple(file, new Operation() {
public void process(Document document) {
Element depsEl = getChild(
document.getDocumentElement(), DEPENDENCIES);
List<Element> children = findChilds(depsEl, DEPENDENCY);
for (Element c : children) {