CQRules:CQBP-84
Hi community,
i am receiving these errors:
- The product interface org.apache.jackrabbit.api.security.JackrabbitAccessControlPolicy annotated with @ProviderType should not be implemented by custom code. Detected in org.apache.jackrabbit.api.security.JackrabbitAccessControlList contained in /apps/<MY PROJECT>/application/install/org.apache.jackrabbit.vault.rcp-3.6.0.jar.
- The product interface org.apache.jackrabbit.api.security.JackrabbitAccessControlEntry annotated with @ProviderType should not be implemented by custom code. Detected in org.apache.jackrabbit.jcr2spi.security.authorization.jackrabbit.acl.AccessControlEntryImpl contained in /apps/<MY PROJECT>/application/install/org.apache.jackrabbit.vault.rcp-3.6.0.jar.
during the cloud manager deployment raised as Critical Bugs with rule CQRules:CQBP-84.
Any suggestions about this?
As per now i am receiving D rating for that.

I tried to upgrade the version from 3.6.0 to 3.6.6 and 3.6.8 in my POM file and did deployment, issues are not getting resolved.
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault.rcp</artifactId>
<version>3.6.0</version>
</dependency>
Thanks in Advance..
