lightbend / kalix-jvm-sdk

Java and Scala SDKs for Kalix
https://docs.kalix.io/java/index.html
Other
58 stars 39 forks source link

fix: kalix-spring-boot-parent publishing #2119

Closed octonato closed 6 months ago

octonato commented 6 months ago

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.