ClassNotFoundException: org.apache.felix.dm.DependencyActivatorBase with Pax Exam
I am using Pax Exam (3.5.0) for my OSGi unit tests. I have created a test but when I run it I get this stacktrace: java.lang.NoClassDefFoundError: org/apache/felix/dm/DependencyActivatorBase at …