AEM 6.4 mockito, junits not working - getting java.lang.NoClassDefFoundError
After 6.4 upgrade, junits giving below mentioned error (Using Mockito for junits). This used to work in AEM 6.3. We looked at the packages inside Uber-jar-6.4.3-apis.jar (inside maven dependencies of eclipse ), and noticed that package "org.apache.sling.api.wrappers" is showing empty? ObjectConverter class which is not found is being referred from this package. Since the package is not present, we won't find this class. Is there any way we can fix it?
java.lang.NoClassDefFoundError: org/apache/sling/api/wrappers/impl/ObjectConverter

