I am using spring-boot, and experienced an error similar to the one described here. I added the following to my pom.xml.
spring-boot
useful ! I resolve the problem. As the module pom file declare 9.2.12.M0 while the spring-boot refer to the V9.3 . I overwrite the V9.2 in the parent pom file. follow by "Eric Wang"