Quantcast
Channel: CQ 5
Viewing all articles
Browse latest Browse all 35

Upgrade to AEM 6.5

$
0
0

Error:

[ERROR] /Users/mukmayu/All_Documents/Project_Official/Manulife_CEA/Code_Workspaces/AEMCodeAll/aem-global/core/src/main/java/ca/manulifeglobal/core/util/AssetAccessUtils.java:[99,7] cannot access org.apache.poi.ooxml.POIXMLDocument

  class file for org.apache.poi.ooxml.POIXMLDocument not found

Solution:

Add dependency:

<dependency>
<groupId>com.adobe.granite</groupId>
<artifactId>com.adobe.granite.poi</artifactId>
<version>2.0.22</version>
</dependency>

Viewing all articles
Browse latest Browse all 35

Trending Articles