Hi adobe community team,
I am encountering the following error when trying to use akmai to logoc in current project:
com.akamai.edgegrid.signer,version=[4.0,5) -- Cannot be resolved
com.akamai.edgegrid.signer.apachehttpclient,version=[4.0,5) -- Cannot be resolved
here the core pom.xml changes
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-apache-http-client</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-core</artifactId>
<version>4.0.1</version>
</dependency>
please provides you comment on the issue and provide your thoughts?

#