I have two maven projects. Project A is dependent on project B. The dependencies are defined in the pom.xml (as shown here : how to add dependency of other maven project to my current maven project in java eclipse?) and the compiler is happy. However when Project A startups it throws a ClassNotFoundException. I am using eclipse.
How do I fix this runtime exception?