You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.8.0:deploy (default-cli) on project Functions: Execution default-cli of goal com.microsoft.azure:azure-functions-maven-plugin:1.8.0:deploy failed: An API incompatibility was encountered while executing com.microsoft.azure:azure-functions-maven-plugin:1.8.0:deploy: java.lang.NoSuchMethodError: com.nimbusds.jwt.JWTClaimsSet.toJSONObject()Lnet/minidev/json/JSONObject;
Steps to reproduce the problem
Enable authentication with service principal certificate at azure-functions-maven-plugin configuration tag
Plugin name and version
Plugin/Version:
azure-functions-maven-plugin
/ 1.4.0Plugin configuration in your
pom.xml
Expected behavior
Deployment succeeds
Actual behavior
Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.8.0:deploy (default-cli) on project Functions: Execution default-cli of goal com.microsoft.azure:azure-functions-maven-plugin:1.8.0:deploy failed: An API incompatibility was encountered while executing com.microsoft.azure:azure-functions-maven-plugin:1.8.0:deploy: java.lang.NoSuchMethodError: com.nimbusds.jwt.JWTClaimsSet.toJSONObject()Lnet/minidev/json/JSONObject;
Steps to reproduce the problem
Enable authentication with service principal certificate at azure-functions-maven-plugin configuration tag
Workaround
Downgrade nimbus-jose-jtw plugin from 9.0 to 8.20
The text was updated successfully, but these errors were encountered: