After Adding com.akamai.edgegrid dependency into pom.xml pages in AEM showing blank.
I have added following akamai dependency into pom.xml
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-apache-http-client</artifactId>
<version>4.0.0</version>
</dependency>
As this belongs non-OSGi dependencies so I have imported following java package into pom.xml
<Export-Package>
com.akamai.edgegrid.signer.*
</Export-Package>
has anyone faced the same issue?