Auth Core only requires JCR API for backwards compatibiliy; thus dynamic import
suffices it
-------------------------------------------------------------------------------------------
Key: SLING-1668
URL: https://issues.apache.org/jira/browse/SLING-1668
Project: Sling
Issue Type: Improvement
Components: Authentication
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Auth Core 1.0.0
The Auth Core bundle has a dependency on the JCR API to be able to implement
the backwards compatible AuthenticationInfo inherited from the Engine bundle.
If this functionality is not required, the JCR dependency is not required
either. For this reason the import may well be dynamic instead of required.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.