I want to use spring-boot-starter, but that means I have to use the "spring-boot-starter-parent" pom and cannot use the company wide used root pom.
Spring-boot-starter is a huge advantage when it comes to manage dependecy and plugin that go together. But that contradict the advantage of our company wide used root pom.
Are there further advantages of using spring-boot-starter? Is there an easy way to only use spring-boot without spring-boot-starter?