There are 2 comments.
 
 
OpenId Connect / cid:jira-generated-image-avatar-000f96e0-1d4b-4966-b36a-95f80fe2190e OIDC-258 Open

Install of oidc-provider extension fail

 
View issue   ·   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-debbffac-9fee-47a8-9c73-89684ef1e774 Josué Tille on 29/Aug/25 12:29
 

Maybe could it be caused by this exclusion https://github.com/xwikisas/jira-pro/blob/ae71ea0e41d7a124daecb1c1da7f926f38284716/jira-pro-oauth/jira-pro-oauth-api/pom.xml#L81-L84 ?

 

 
cid:jira-generated-image-avatar-debbffac-9fee-47a8-9c73-89684ef1e774 Josué Tille on 29/Aug/25 12:32
 
Maybe could it be caused by this exclusion [https://github.com/xwikisas/jira-pro/blob/ae71ea0e41d7a124daecb1c1da7f926f38284716/jira-pro-oauth/jira-pro-oauth-api/pom.xml#L81-L84] ?

 


I think I added this exclusion to solve this error:
{code:java}
[ERROR] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps failed with message:

[ERROR] Failed while enforcing RequireUpperBoundDeps. The error(s) are [

[ERROR] Require upper bound dependencies error for com.nimbusds:nimbus-jose-jwt:10.4 paths to dependency are:

[ERROR] +-com.xwiki.jirapro:jira-pro-oauth-api:1.0.0-beta-3-SNAPSHOT

[ERROR]   +-org.xwiki.contrib.oidc:oauth2-client:2.19.2

[ERROR]     +-org.xwiki.contrib.oidc:oidc-authenticator:2.19.2

[ERROR]       +-com.nimbusds:oauth2-oidc-sdk:11.27

[ERROR]         +-com.nimbusds:nimbus-jose-jwt:10.4

[ERROR] and

[ERROR] +-com.xwiki.jirapro:jira-pro-oauth-api:1.0.0-beta-3-SNAPSHOT

[ERROR]   +-org.xwiki.contrib.oidc:oauth2-client:2.19.2

[ERROR]     +-org.xwiki.contrib.oidc:oidc-authenticator:2.19.2

[ERROR]       +-org.xwiki.contrib.oidc:oidc-provider:2.19.2

[ERROR]         +-com.nimbusds:nimbus-jose-jwt:10.4.1

[ERROR] ] {code}