I recently upgraded to Spring Boot 2, our app is deployed out through Bamboo onto PCF the build runs fine however during the deployment stage I receive the following error:
java.lang.ClassNotFoundException: org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
We aren't using the EmbeddedServletContainerCustomizer
class anywhere in the code and I can't figure out where this is coming from. Wondering if this is a pom issue?
I have tried all other questions on here of a similar nature.