Unresolved requirement error even after adding the correct maven dependency

Issue #420 closed
Former user created an issue

I have added the below maven dependency. And also its compile dependecies. But I am getting this error.

DeploymentParseStatus=DeploymentParsedStatus [importingServer=null, definitionsOverallImportStatus =null, dataOverallImportStatus=null, ErrorMessages =[DEPLOY_PACKAGE_JAR_ERROR, Could not resolve module:

Unresolved requirement: Import-Package: com.nimbusds.jose; version="[8.20.0,9.0.0)" :null], definitionsStatusContent=[], dataStatusContent={}]]

<dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>${nimbus-jose-jwt.version}</version> <scope>provided</scope> </dependency>

<dependency> <groupId>com.github.stephenc.jcip</groupId> <artifactId>jcip-annotations</artifactId> <version>1.0-1</version> </dependency>

B

Comments (1)

  1. Log in to comment