I'm upgrading from STS 3.9.11 to STS 4.18.1.
When I try to run my web project on a STS Tomcat Server (8.5) and receive the infamous java.lang.ClassNotFoundException: org.springframework.security.web.session.HttpSessionEventPublisher
that I received also while developing on STS 3.9. I used to solve that just going to build-path -> deployment assembly and adding the maven dependencies from there. However I just can't find "java build path entries" on this version nor I can add maven dependencies to the deployment assembly. Is there something I am doing wrong?
I already tried the same process that I did on prior versions, updated the project and cleaned the Tomcat server directory.