kalix-spring-boot-parent was not being published and that was related to the fact that it was not sharing the same pom parent pom as the other maven project we have.
This PR fix it by making full member of the Kalix maven projects and the Spring Boot Starter pom is removed and we only pull in the Spring BOM instead.
Did some local tests and working as expected. In follow up PR I will change all the samples to use the new parent pom and then we will have more test running and building with it.
kalix-spring-boot-parent was not being published and that was related to the fact that it was not sharing the same pom parent pom as the other maven project we have.
This PR fix it by making full member of the Kalix maven projects and the Spring Boot Starter pom is removed and we only pull in the Spring BOM instead.
Did some local tests and working as expected. In follow up PR I will change all the samples to use the new parent pom and then we will have more test running and building with it.