> Once the main stuff builds, testsuite fails with the same error: > Definitely something fishy with this pojo cache mvn ref ... OK, got it. It's the transitive deps again. :-) PojoCache was only brought in by Spring-int, which is what I removed. Hence an explicit addition of PojoCache to build/pom.xml must be done.