Hello,
 
As I understand it is possible to use Shiro 1.11.0 with jakarta.servlet.
 
To use Shiro (with JPMS!) I have to the following maven dependency:
 
<dependency>
                <groupId>org.apache.shiro</groupId>
                <artifactId>shiro-all</artifactId>
                <version>1.11.0</version>
<dependency>
 
However, it seems to use javax.servlet namespace. Could anyone say how I can 
use Shiro with jakarta.sevlet?
 
--
Best regards, Alex Orlov

Reply via email to