Below is my pom.xml, and when i run the "clean package" or "clean install" command, it prompt me on build failure as shown below, appreciated someone can show me pointers on my mistake, thanks ahead!
Looks like those error were printed during the "compile" phase. I am guessing that the missing class is in the spring-test artifact, which you have scoped as 'test'. Looks like you have test classes in src/main, they should be in src/test.