Hello Experts,
We are trying to include below dependency in the core package
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier</artifactId>
<version>${okta-jwt.version}</version>
</dependency>
<dependency>
<groupId>com.okta.jwt</groupId>
<artifactId>okta-jwt-verifier-impl</artifactId>
<version>${okta-jwt.version}</version>
<scope>runtime</scope>
</dependency>
(version is 0.5.1)
We are seeing below dependency resolution error when the bundle is installed (not activated because of the dependency issue)
We are using maven bnd plugin and all the other dependencies are resolved without any issue but this. Could you please share your experience if you have encountered this issue before and resolved. Appreciate you time
Okta documentation :
https://developer.okta.com/docs/guides/validate-access-tokens/java/main/