使用 aem-uber jar 6.5.3 进行 Maven 构建时出现以下编译错误
无法解析 com.day.cq.wcm.foundation.model.impl.export.AllowedComponentsExporter 类型。它是从所需的.class文件间接引用的
ResponsiveGridExporter API 不返回 com.day.cq.wcm.foundation.model.impl.export.AllowedComponentsExporter 接口。 com.day.cq.wcm.foundation.model.impl 包被声明为私有包。
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-5/qaq-p/330391
作为修复,我们可以在我们的包中创建一个具有相同包
com.day.cq.wcm.foundation.model.impl.export.AllowedComponentsExporter
的类,这解决了我的问题。