Hi, I'm facing a strange problem with the oak-core bundle after the m12n. The Import-Package for 'org.apache.jackrabbit.oak.plugins.blob' is missing even though the class DocumentNodeStoreService has imports for interfaces/classes in this package.
I can fix it by explicitly specifying that package in the maven bundle plugin configuration in the pom.xml, but I'm sure there must be a nicer solution to this problem. Anyone seen this before? Regards Marcel
