fpapon commented on issue #1339: URL: https://github.com/apache/shiro/issues/1339#issuecomment-1978263114
> Hey @lprimak > > Sorry that I didn't push up my changes. I have updated the working branch. > > I use the `<dependencyManagement>` in my root pom to define the versions of [`shiro-spring`, `shiro-core`, `shiro-web` and `shiro-bom`](https://github.com/fcrepo/fcrepo/blob/feature/fcrepo7/pom.xml#L604-L628), then in the authz module (`fcrepo-auth-common`) I define [those as dependencies](https://github.com/fcrepo/fcrepo/blob/feature/fcrepo7/fcrepo-auth-common/pom.xml#L45-L59) but also define [`shiro-bom`](https://github.com/fcrepo/fcrepo/blob/feature/fcrepo7/fcrepo-auth-common/pom.xml#L220-L230) in a `<dependencyManagement>` element? > > Does that seem correct, because I am still hitting dependency convergence errors within shiro. > > ``` > Dependency convergence error for javax.el:el-api:jar:2.2:provided paths to dependency are: > +-org.fcrepo:fcrepo-auth-common:bundle:6.5.0-SNAPSHOT > +-org.apache.shiro:shiro-web:jar:jakarta:2.0.0:compile > +-javax.servlet.jsp:jsp-api:jar:2.2:provided > +-javax.el:el-api:jar:2.2:provided > and > +-org.fcrepo:fcrepo-auth-common:bundle:6.5.0-SNAPSHOT > +-org.apache.shiro:shiro-web:jar:jakarta:2.0.0:compile > +-org.apache.taglibs:taglibs-standard-spec:jar:1.2.5:provided > +-javax.el:el-api:jar:1.0:provided > and > +-org.fcrepo:fcrepo-auth-common:bundle:6.5.0-SNAPSHOT > +-org.apache.shiro:shiro-web:jar:jakarta:2.0.0:compile > +-org.apache.taglibs:taglibs-standard-impl:jar:1.2.5:provided > +-javax.el:el-api:jar:1.0:provided > ``` The problem is the different version of javax.el:el-api:jar 2.2 vs 1.0 between the jsp api and the taglibs-standard. I will try to fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
