I have a spring web app that has multiple modules, and I want to deploy in tomcat server 9, for on of these applications has a dependency with another jar located in tomcat/lib. in the pom.xml I defined the scope as provided
when I deploy I can't get beans defined in the jar.
Any help please