Expand my Community achievements bar.

SOLVED

unable to resolve dependency for akamai edgegrid API

Avatar

Level 2

Hi,

I am trying to use akamai edgegrid API for invalidating akamai chache. I have added below dependency in my pom.xml, but my bundle keeps in installed state. Below are more details-

pom.xml dependency-

<dependency>

<groupId>com.akamai.edgegrid</groupId>

<artifactId>edgegrid-signer-apache-http-client</artifactId>

<version>2.1.0</version>

<scope>provided</scope>

</dependency>

Bundle is in installed state, on felix console it says-

Imported Packagescom.akamai.edgegrid.signer -- Cannot be resolved

error.log says -

Unable to resolve 497.82: missing requirement [497.82] osgi.wiring.package; (osgi.wiring.package=com.akamai.edgegrid.signer)

any help would be really appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 2
4 Replies

Avatar

Correct answer by
Level 2

Got it resolved.

Avatar

Level 1

Hi Abheym , Can you please share the fix which you fixed for akamai bundle resolve issue.

Avatar

Administrator

abheym Can please share here how did you get this working? it would come handy if someone else also faces this problem.

~kautuk



Kautuk Sahni