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

   Looks like you are not using the BOM as @fpapon already said. You need to 
use the BOM to fix your issue:
   As describer here: https://shiro.apache.org/jakarta-ee.html
   ```
   <dependencyManagement>
       <dependencies>
           <dependency>
               <groupId>org.apache.shiro</groupId>
               <artifactId>shiro-bom</artifactId>
               <version>2.0.0</version>
               <scope>import</scope>
               <type>pom</type>
           </dependency>
       </dependencies>
   </dependencyManagement>
   ```


-- 
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]

Reply via email to