whikloj commented on issue #1339:
URL: https://github.com/apache/shiro/issues/1339#issuecomment-1976967359

   Hi @lprimak and @fpapon,
   
   First I just wanted to thank you for the support.
   
   @fpapon my working branch is here 
https://github.com/fcrepo/fcrepo/tree/feature/fcrepo7
   
   I tried to reduce my dependencies to defining `shiro-bom` in the 
`<dependencyManagement>` of the root pom as well as both authz modules. Then I 
added a dependency on `shiro-spring` in the two authz modules.
   
   Here is the dependency tree and you are correct that I don't see a javax 
dependency there.
   ```
   > mvn dependency:tree -pl fcrepo-auth-common  
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] -------------------< org.fcrepo:fcrepo-auth-common 
>--------------------
   [INFO] Building Fedora Repository Authorization Commons Module 6.5.0-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] -------------------------------[ bundle 
]-------------------------------
   [INFO] 
   [INFO] --- dependency:3.2.0:tree (default-cli) @ fcrepo-auth-common ---
   [INFO] org.fcrepo:fcrepo-auth-common:bundle:6.5.0-SNAPSHOT
   [INFO] +- org.fcrepo:fcrepo-kernel-api:jar:6.5.0-SNAPSHOT:compile
   [INFO] |  +- com.google.guava:guava:jar:32.0.0-jre:compile
   [INFO] |  |  +- com.google.guava:failureaccess:jar:1.0.1:compile
   [INFO] |  |  +- 
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
   [INFO] |  |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
   [INFO] |  |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
   [INFO] |  +- org.apache.jena:jena-core:jar:4.2.0:compile
   [INFO] |  |  +- org.apache.jena:jena-base:jar:4.2.0:compile
   [INFO] |  |  |  +- org.apache.jena:jena-shaded-guava:jar:4.2.0:compile
   [INFO] |  |  |  +- org.apache.commons:commons-csv:jar:1.9.0:compile
   [INFO] |  |  |  +- org.apache.commons:commons-compress:jar:1.21:compile
   [INFO] |  |  |  \- com.github.andrewoma.dexx:collection:jar:0.7:compile
   [INFO] |  |  +- org.apache.jena:jena-iri:jar:4.2.0:compile
   [INFO] |  |  \- commons-cli:commons-cli:jar:1.6.0:compile
   [INFO] |  +- org.apache.jena:jena-arq:jar:4.2.0:compile
   [INFO] |  |  +- com.github.jsonld-java:jsonld-java:jar:0.13.3:compile
   [INFO] |  |  +- com.apicatalog:titanium-json-ld:jar:1.1.0:compile
   [INFO] |  |  +- org.glassfish:jakarta.json:jar:2.0.1:compile
   [INFO] |  |  +- org.apache.httpcomponents:httpclient-cache:jar:4.5.13:compile
   [INFO] |  |  +- org.apache.thrift:libthrift:jar:0.14.2:compile
   [INFO] |  |  |  \- javax.annotation:javax.annotation-api:jar:1.3.2:compile
   [INFO] |  |  \- org.slf4j:jcl-over-slf4j:jar:1.7.32:runtime
   [INFO] |  +- commons-codec:commons-codec:jar:1.15:compile
   [INFO] |  \- 
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.0:compile
   [INFO] |     \- org.yaml:snakeyaml:jar:2.0:compile
   [INFO] +- org.fcrepo:fcrepo-http-commons:jar:6.5.0-SNAPSHOT:compile
   [INFO] |  +- org.fcrepo:fcrepo-persistence-api:jar:6.5.0-SNAPSHOT:compile
   [INFO] |  +- org.fcrepo:fcrepo-search-api:jar:6.5.0-SNAPSHOT:compile
   [INFO] |  +- org.apache.commons:commons-lang3:jar:3.12.0:compile
   [INFO] |  +- org.apache.jena:apache-jena-libs:pom:4.2.0:compile
   [INFO] |  |  +- org.apache.jena:jena-shacl:jar:4.2.0:compile
   [INFO] |  |  +- org.apache.jena:jena-shex:jar:4.2.0:compile
   [INFO] |  |  |  \- org.apache.jena:jena-arq:jar:tests:4.2.0:compile
   [INFO] |  |  +- org.apache.jena:jena-tdb:jar:4.2.0:compile
   [INFO] |  |  +- org.apache.jena:jena-tdb2:jar:4.2.0:compile
   [INFO] |  |  |  \- org.apache.jena:jena-dboe-storage:jar:4.2.0:compile
   [INFO] |  |  |     \- org.apache.jena:jena-dboe-trans-data:jar:4.2.0:compile
   [INFO] |  |  |        +- 
org.apache.jena:jena-dboe-transaction:jar:4.2.0:compile
   [INFO] |  |  |        |  \- org.apache.jena:jena-dboe-base:jar:4.2.0:compile
   [INFO] |  |  |        \- org.apache.jena:jena-dboe-index:jar:4.2.0:compile
   [INFO] |  |  \- org.apache.jena:jena-rdfconnection:jar:4.2.0:compile
   [INFO] |  +- org.glassfish.jersey.core:jersey-server:jar:3.1.5:compile
   [INFO] |  |  +- org.glassfish.jersey.core:jersey-client:jar:3.1.5:compile
   [INFO] |  |  \- jakarta.validation:jakarta.validation-api:jar:3.0.2:compile
   [INFO] |  +- org.slf4j:slf4j-api:jar:1.7.32:compile
   [INFO] |  +- org.glassfish.hk2:hk2-api:jar:3.0.5:compile
   [INFO] |  |  +- org.glassfish.hk2:hk2-utils:jar:3.0.5:compile
   [INFO] |  |  \- 
org.glassfish.hk2.external:aopalliance-repackaged:jar:3.0.5:compile
   [INFO] |  +- 
org.glassfish.jersey.media:jersey-media-json-jackson:jar:3.1.5:compile
   [INFO] |  |  +- 
org.glassfish.jersey.ext:jersey-entity-filtering:jar:3.1.5:compile
   [INFO] |  |  \- 
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:jar:2.15.3:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-core:jar:2.15.0:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.0:compile
   [INFO] |  +- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.15.0:compile
   [INFO] |  +- org.apache.velocity.tools:velocity-tools-generic:jar:3.0:compile
   [INFO] |  |  +- org.apache.commons:commons-digester3:jar:3.2:compile
   [INFO] |  |  |  \- cglib:cglib:jar:2.2.2:compile
   [INFO] |  |  |     \- asm:asm:jar:3.3.1:compile
   [INFO] |  |  \- com.github.cliftonlabs:json-simple:jar:3.0.2:compile
   [INFO] |  +- io.micrometer:micrometer-core:jar:1.12.3:compile
   [INFO] |  |  +- io.micrometer:micrometer-commons:jar:1.12.3:compile
   [INFO] |  |  +- org.hdrhistogram:HdrHistogram:jar:2.1.12:runtime
   [INFO] |  |  \- org.latencyutils:LatencyUtils:jar:2.0.3:runtime
   [INFO] |  +- io.prometheus:simpleclient_servlet_jakarta:jar:0.16.0:compile
   [INFO] |  |  +- io.prometheus:simpleclient:jar:0.16.0:compile
   [INFO] |  |  |  +- io.prometheus:simpleclient_tracer_otel:jar:0.16.0:compile
   [INFO] |  |  |  |  \- 
io.prometheus:simpleclient_tracer_common:jar:0.16.0:compile
   [INFO] |  |  |  \- 
io.prometheus:simpleclient_tracer_otel_agent:jar:0.16.0:compile
   [INFO] |  |  +- io.prometheus:simpleclient_common:jar:0.16.0:compile
   [INFO] |  |  \- io.prometheus:simpleclient_servlet_common:jar:0.16.0:compile
   [INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1:compile
   [INFO] |  \- com.sun.xml.bind:jaxb-core:jar:4.0.4:compile
   [INFO] |     \- org.eclipse.angus:angus-activation:jar:2.0.1:runtime
   [INFO] +- jakarta.annotation:jakarta.annotation-api:jar:2.1.1:test
   [INFO] +- org.springframework:spring-context:jar:6.1.4:compile
   [INFO] |  +- org.springframework:spring-aop:jar:6.1.4:compile
   [INFO] |  +- org.springframework:spring-beans:jar:6.1.4:compile
   [INFO] |  +- org.springframework:spring-expression:jar:6.1.4:compile
   [INFO] |  \- io.micrometer:micrometer-observation:jar:1.12.3:compile
   [INFO] +- org.apache.shiro:shiro-spring:jar:jakarta:2.0.0:compile
   [INFO] |  +- org.apache.shiro:shiro-core:jar:2.0.0:compile
   [INFO] |  |  +- org.apache.shiro:shiro-lang:jar:2.0.0:compile
   [INFO] |  |  +- org.apache.shiro:shiro-cache:jar:2.0.0:compile
   [INFO] |  |  +- org.apache.shiro:shiro-crypto-hash:jar:2.0.0:compile
   [INFO] |  |  |  +- org.apache.shiro:shiro-crypto-core:jar:2.0.0:compile
   [INFO] |  |  |  \- org.bouncycastle:bcprov-jdk18on:jar:1.77:compile
   [INFO] |  |  +- org.apache.shiro.crypto:shiro-hashes-argon2:jar:2.0.0:runtime
   [INFO] |  |  +- org.apache.shiro.crypto:shiro-hashes-bcrypt:jar:2.0.0:runtime
   [INFO] |  |  +- org.apache.shiro:shiro-crypto-cipher:jar:2.0.0:compile
   [INFO] |  |  +- org.apache.shiro:shiro-config-core:jar:2.0.0:compile
   [INFO] |  |  +- org.apache.shiro:shiro-config-ogdl:jar:2.0.0:compile
   [INFO] |  |  |  \- commons-beanutils:commons-beanutils:jar:1.9.4:compile
   [INFO] |  |  |     \- 
commons-collections:commons-collections:jar:3.2.2:compile
   [INFO] |  |  +- org.apache.shiro:shiro-event:jar:2.0.0:compile
   [INFO] |  |  \- org.apache.commons:commons-configuration2:jar:2.9.0:compile
   [INFO] |  |     \- org.apache.commons:commons-text:jar:1.10.0:compile
   [INFO] |  \- org.apache.shiro:shiro-web:jar:2.0.0:compile
   [INFO] |     \- org.owasp.encoder:encoder:jar:1.2.3:compile
   [INFO] +- org.apache.velocity:velocity-engine-core:jar:2.3:compile
   [INFO] +- org.apache.commons:commons-collections4:jar:4.4:compile
   [INFO] +- org.junit.jupiter:junit-jupiter:jar:5.10.0:test
   [INFO] |  +- org.junit.jupiter:junit-jupiter-api:jar:5.10.2:test
   [INFO] |  |  +- org.opentest4j:opentest4j:jar:1.3.0:test
   [INFO] |  |  +- org.junit.platform:junit-platform-commons:jar:1.10.2:test
   [INFO] |  |  \- org.apiguardian:apiguardian-api:jar:1.1.2:test
   [INFO] |  +- org.junit.jupiter:junit-jupiter-params:jar:5.10.2:test
   [INFO] |  \- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2:test
   [INFO] |     \- org.junit.platform:junit-platform-engine:jar:1.10.2:test
   [INFO] +- org.mockito:mockito-junit-jupiter:jar:5.4.0:test
   [INFO] +- org.fcrepo:fcrepo-http-commons:test-jar:tests:6.5.0-SNAPSHOT:test
   [INFO] +- org.fcrepo:fcrepo-kernel-impl:jar:6.5.0-SNAPSHOT:test
   [INFO] |  +- org.fcrepo:fcrepo-common:jar:6.5.0-SNAPSHOT:test
   [INFO] |  |  \- org.springframework:spring-tx:jar:6.1.4:test
   [INFO] |  +- org.fcrepo:fcrepo-persistence-common:jar:6.5.0-SNAPSHOT:test
   [INFO] |  |  \- 
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.0:test
   [INFO] |  +- org.springframework:spring-jdbc:jar:6.1.4:test
   [INFO] |  +- com.github.ben-manes.caffeine:caffeine:jar:3.0.4:test
   [INFO] |  |  +- org.checkerframework:checker-qual:jar:3.18.0:test
   [INFO] |  |  \- com.google.errorprone:error_prone_annotations:jar:2.9.0:test
   [INFO] |  +- net.jodah:failsafe:jar:2.4.4:test
   [INFO] |  +- org.flywaydb:flyway-core:jar:10.7.1:test
   [INFO] |  |  +- 
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.15.2:test
   [INFO] |  |  \- com.google.code.gson:gson:jar:2.10.1:test
   [INFO] |  \- org.flywaydb:flyway-mysql:jar:10.7.1:test
   [INFO] +- org.fcrepo:fcrepo-search-impl:jar:6.5.0-SNAPSHOT:test
   [INFO] |  \- org.fcrepo:fcrepo-stats-api:jar:6.5.0-SNAPSHOT:test
   [INFO] +- org.fcrepo:fcrepo-persistence-ocfl:jar:6.5.0-SNAPSHOT:test
   [INFO] |  +- org.fcrepo:fcrepo-storage-ocfl:jar:6.4.0-SNAPSHOT:test
   [INFO] |  |  +- edu.wisc.library.ocfl:ocfl-java-core:jar:1.5.0:test
   [INFO] |  |  |  \- edu.wisc.library.ocfl:ocfl-java-api:jar:1.5.0:test
   [INFO] |  |  \- commons-io:commons-io:jar:2.11.0:compile
   [INFO] |  +- edu.wisc.library.ocfl:ocfl-java-aws:jar:1.5.0:test
   [INFO] |  |  +- org.codehaus.woodstox:stax2-api:jar:4.2.1:test
   [INFO] |  |  \- at.favre.lib:bytes:jar:1.5.0:test
   [INFO] |  +- software.amazon.awssdk:s3:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:aws-xml-protocol:jar:2.17.50:test
   [INFO] |  |  |  \- software.amazon.awssdk:aws-query-protocol:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:protocol-core:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:arns:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:profiles:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:sdk-core:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:auth:jar:2.17.50:test
   [INFO] |  |  |  +- software.amazon.awssdk:json-utils:jar:2.17.50:test
   [INFO] |  |  |  |  \- 
software.amazon.awssdk:third-party-jackson-core:jar:2.17.50:test
   [INFO] |  |  |  \- software.amazon.eventstream:eventstream:jar:1.0.1:test
   [INFO] |  |  +- software.amazon.awssdk:http-client-spi:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:regions:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:annotations:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:utils:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:aws-core:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:metrics-spi:jar:2.17.50:test
   [INFO] |  |  +- software.amazon.awssdk:apache-client:jar:2.17.50:test
   [INFO] |  |  \- software.amazon.awssdk:netty-nio-client:jar:2.17.50:test
   [INFO] |  |     +- io.netty:netty-codec-http2:jar:4.1.68.Final:test
   [INFO] |  |     +- 
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.68.Final:test
   [INFO] |  |     |  \- 
io.netty:netty-transport-native-unix-common:jar:4.1.68.Final:test
   [INFO] |  |     \- 
com.typesafe.netty:netty-reactive-streams-http:jar:2.0.5:test
   [INFO] |  |        \- 
com.typesafe.netty:netty-reactive-streams:jar:2.0.5:test
   [INFO] |  +- io.netty:netty-handler:jar:4.1.68.Final:test
   [INFO] |  |  +- io.netty:netty-common:jar:4.1.68.Final:test
   [INFO] |  |  +- io.netty:netty-resolver:jar:4.1.68.Final:test
   [INFO] |  |  +- io.netty:netty-buffer:jar:4.1.68.Final:test
   [INFO] |  |  +- io.netty:netty-transport:jar:4.1.68.Final:test
   [INFO] |  |  \- io.netty:netty-codec:jar:4.1.68.Final:test
   [INFO] |  +- io.netty:netty-codec-http:jar:4.1.68.Final:test
   [INFO] |  \- org.reactivestreams:reactive-streams:jar:1.0.3:test
   [INFO] +- com.h2database:h2:jar:2.2.220:test
   [INFO] +- org.glassfish.grizzly:grizzly-http-server:jar:4.0.2:test
   [INFO] |  \- org.glassfish.grizzly:grizzly-http:jar:4.0.2:test
   [INFO] |     \- org.glassfish.grizzly:grizzly-framework:jar:4.0.2:test
   [INFO] +- org.glassfish.grizzly:grizzly-http-servlet:jar:4.0.2:test
   [INFO] +- 
org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:3.1.5:test
   [INFO] |  +- 
org.glassfish.jersey.test-framework:jersey-test-framework-core:jar:3.1.5:test
   [INFO] |  |  +- org.glassfish.jersey.media:jersey-media-jaxb:jar:3.1.5:test
   [INFO] |  |  \- 
org.glassfish.jersey.containers:jersey-container-servlet-core:jar:3.1.5:test
   [INFO] |  +- 
org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:3.1.5:test
   [INFO] |  +- 
org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:3.1.5:test
   [INFO] |  |  \- 
org.glassfish.jersey.containers:jersey-container-servlet:jar:3.1.5:test
   [INFO] |  \- org.hamcrest:hamcrest:jar:2.2:test
   [INFO] +- org.springframework:spring-core:jar:6.1.4:compile
   [INFO] |  \- org.springframework:spring-jcl:jar:6.1.4:compile
   [INFO] +- org.springframework:spring-web:jar:6.1.4:compile
   [INFO] +- org.glassfish.jersey.core:jersey-common:jar:3.1.5:test
   [INFO] |  +- jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0:compile
   [INFO] |  +- jakarta.inject:jakarta.inject-api:jar:2.0.1:provided
   [INFO] |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:test
   [INFO] +- org.glassfish.jersey.media:jersey-media-multipart:jar:3.1.5:compile
   [INFO] |  \- org.jvnet.mimepull:mimepull:jar:1.9.15:compile
   [INFO] +- com.sun.xml.bind:jaxb-impl:jar:4.0.4:test
   [INFO] +- org.fcrepo:fcrepo-configs:jar:6.5.0-SNAPSHOT:test
   [INFO] |  +- com.zaxxer:HikariCP:jar:5.0.0:test
   [INFO] |  \- io.micrometer:micrometer-registry-prometheus:jar:1.12.3:test
   [INFO] +- org.springframework:spring-test:jar:6.1.4:test
   [INFO] +- jakarta.servlet:jakarta.servlet-api:jar:6.0.0:provided
   [INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
   [INFO] |  \- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
   [INFO] +- jakarta.platform:jakarta.jakartaee-api:jar:10.0.0:provided
   [INFO] |  +- jakarta.platform:jakarta.jakartaee-web-api:jar:10.0.0:provided
   [INFO] |  |  +- 
jakarta.servlet.jsp:jakarta.servlet.jsp-api:jar:3.1.1:provided
   [INFO] |  |  +- jakarta.el:jakarta.el-api:jar:5.0.1:provided
   [INFO] |  |  +- 
jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:jar:3.0.0:provided
   [INFO] |  |  +- jakarta.faces:jakarta.faces-api:jar:4.0.1:provided
   [INFO] |  |  +- jakarta.websocket:jakarta.websocket-api:jar:2.1.0:provided
   [INFO] |  |  +- 
jakarta.websocket:jakarta.websocket-client-api:jar:2.1.0:provided
   [INFO] |  |  +- jakarta.json:jakarta.json-api:jar:2.1.0:provided
   [INFO] |  |  +- jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0:provided
   [INFO] |  |  +- jakarta.ejb:jakarta.ejb-api:jar:4.0.1:provided
   [INFO] |  |  +- 
jakarta.transaction:jakarta.transaction-api:jar:2.0.1:provided
   [INFO] |  |  +- 
jakarta.persistence:jakarta.persistence-api:jar:3.1.0:provided
   [INFO] |  |  +- 
jakarta.interceptor:jakarta.interceptor-api:jar:2.1.0:provided
   [INFO] |  |  +- 
jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1:provided
   [INFO] |  |  +- 
jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1:provided
   [INFO] |  |  +- 
jakarta.authentication:jakarta.authentication-api:jar:3.0.0:provided
   [INFO] |  |  \- 
jakarta.security.enterprise:jakarta.security.enterprise-api:jar:3.0.0:provided
   [INFO] |  +- jakarta.jms:jakarta.jms-api:jar:3.1.0:provided
   [INFO] |  +- jakarta.activation:jakarta.activation-api:jar:2.1.0:provided
   [INFO] |  +- jakarta.mail:jakarta.mail-api:jar:2.1.0:provided
   [INFO] |  +- jakarta.resource:jakarta.resource-api:jar:2.1.0:provided
   [INFO] |  +- 
jakarta.authorization:jakarta.authorization-api:jar:2.1.0:provided
   [INFO] |  \- jakarta.batch:jakarta.batch-api:jar:2.1.1:provided
   [INFO] +- org.mockito:mockito-core:jar:3.12.4:test
   [INFO] |  +- net.bytebuddy:byte-buddy:jar:1.14.12:test
   [INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.14.12:test
   [INFO] |  \- org.objenesis:objenesis:jar:3.2:test
   [INFO] +- org.mariadb.jdbc:mariadb-java-client:jar:2.7.4:test
   [INFO] +- mysql:mysql-connector-java:jar:8.0.28:test
   [INFO] |  \- com.google.protobuf:protobuf-java:jar:3.11.4:test
   [INFO] \- org.postgresql:postgresql:jar:42.4.3:test
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  2.378 s
   [INFO] Finished at: 2024-03-04T09:49:27-06:00
   [INFO] 
------------------------------------------------------------------------
   ```
   
   But when I attempt to compile it I am still hitting this error
   ```
   > mvn clean install -rf fcrepo-auth-common
   [INFO] Scanning for projects...
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Build Order:
   [INFO] 
   [INFO] Fedora Repository Authorization Commons Module                  
[bundle]
   [INFO] Fedora Repository Stats Impl                                       
[jar]
   [INFO] Fedora Repository HTTP API Module                               
[bundle]
   [INFO] Fedora Repository WebAC Authorization Module                    
[bundle]
   [INFO] Fedora Repository Deployable Web Application                       
[war]
   [INFO] Fedora Repository LDP integration tests Module                     
[jar]
   [INFO] Fedora Repository RDF integration tests Module                     
[jar]
   [INFO] 
   [INFO] -------------------< org.fcrepo:fcrepo-auth-common 
>--------------------
   [INFO] Building Fedora Repository Authorization Commons Module 
6.5.0-SNAPSHOT [1/7]
   [INFO]   from pom.xml
   [INFO] -------------------------------[ bundle 
]-------------------------------
   [INFO] 
   [INFO] --- clean:3.1.0:clean (default-clean) @ fcrepo-auth-common ---
   [INFO] 
   [INFO] --- enforcer:3.0.0:enforce (default) @ fcrepo-auth-common ---
   [WARNING] 
   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-spring:jar:jakarta:2.0.0:compile
       +-org.apache.shiro:shiro-web:jar: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-spring:jar:jakarta:2.0.0:compile
       +-org.apache.shiro:shiro-web:jar: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-spring:jar:jakarta:2.0.0:compile
       +-org.apache.shiro:shiro-web:jar:2.0.0:compile
         +-org.apache.taglibs:taglibs-standard-impl:jar:1.2.5:provided
           +-javax.el:el-api:jar:1.0:provided
   
   [WARNING] Rule 2: org.apache.maven.plugins.enforcer.DependencyConvergence 
failed with message:
   Failed while enforcing releasability. See above detailed error message.
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for Fedora Repository Authorization Commons Module 
6.5.0-SNAPSHOT:
   [INFO] 
   [INFO] Fedora Repository Authorization Commons Module ..... FAILURE [  2.672 
s]
   [INFO] Fedora Repository Stats Impl ....................... SKIPPED
   [INFO] Fedora Repository HTTP API Module .................. SKIPPED
   [INFO] Fedora Repository WebAC Authorization Module ....... SKIPPED
   [INFO] Fedora Repository Deployable Web Application ....... SKIPPED
   [INFO] Fedora Repository LDP integration tests Module ..... SKIPPED
   [INFO] Fedora Repository RDF integration tests Module ..... SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  4.223 s
   [INFO] Finished at: 2024-03-04T10:19:38-06:00
   [INFO] 
------------------------------------------------------------------------
   [WARNING] 
   [WARNING] Plugin validation issues were detected in 3 plugin(s)
   [WARNING] 
   [WARNING]  * org.apache.maven.plugins:maven-clean-plugin:3.1.0
   [WARNING]  * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
   [WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.2
   [WARNING] 
   [WARNING] For more or less details, use 'maven.plugin.validation' property 
with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
   [WARNING] 
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce (default) on 
project fcrepo-auth-common: Some Enforcer rules have failed. Look above for 
specific messages explaining why the rule failed. -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   ```
   


-- 
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: issues-unsubscr...@shiro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@shiro.apache.org
For additional commands, e-mail: issues-h...@shiro.apache.org

Reply via email to