Our Existing Parent Project using spring 4.3.3.RELEASE, we are trying provide part of it as a Spring Boot Application and the other parts as a Spring.
To do this it seems we must create a Maven project that has two parents: our existing parent project and the Spring Boot parent. How can we do that?