Using com.adobe.cq.wcm.core.components.internal.resource in my class
Can I use classes from package osgi.wiring.package=com.adobe.cq.wcm.core.components.internal.resource in my project?
I imported ImageResourceWrapper class, but when I install my package I get this error
Unable to resolve aemlutech.core [584](R 584.36): missing requirement [aemlutech.core [584](R 584.36)] osgi.wiring.package; (osgi.wiring.package=com.adobe.cq.wcm.core.components.internal.resource) Unresolved requirements: [[aemlutech.core [584](R 584.36)] osgi.wiring.package; (osgi.wiring.package=com.adobe.cq.wcm.core.components.internal.resource)]
