Uber upgrade from 6.5.3 to 6.5.13 : Compilation error
We upgraded AEM SP to 6.5.17 from 6.5.12. We had uber-jar at 6.5.3.6 and now we are upgrading that to 6.5.13. While compiling after upgrade, getting below error
The import com.day.cq.dam.entitlement cannot be resolved
import com.day.cq.dam.entitlement.api.EntitlementConstants
The code is referring
ASSETS_DYNAMICMEDIA_FEATURE_FLAG_PID from EntitlementConstants class
The uber 6.5.3.6 has the reference https://javadoc.io/static/com.adobe.aem/uber-jar/6.3.3.6/com/day/cq/dam/entitlement/api/EntitlementConstants.html available, but not seeing the same in 6.5.13 at https://javadoc.io/doc/com.adobe.aem/uber-jar/6.5.13/index.html
Any directions on how to fix this error will be helpful

