akamai edge auth dependency issue. Class Def Not Found Exception.AEM as cloud.
Hi Everyone,
We need to generate akamai token. For token generation we are using EdgeAuth and need to added the dependency mentioned below.
<!-- https://mvnrepository.com/artifact/com.akamai/edgeauth -->
<dependency>
<groupId>com.akamai</groupId>
<artifactId>edgeauth</artifactId>
<version>0.2.0</version>
</dependency>
Deployment is successful but bundles are in satisfied state.
I have also updated dependency in all/pom.xml and embedded in.
But getting compile time error.
Content Package Converter Exception Content Package Converter Exception Jar file can not be defined as a valid OSGI bundle without specifying a valid 'Bundle-SymbolicName' property.