How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
<version>1.12.0</version>
</dependency>
Choose a version of org.apache.shiro : shiro-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
shiro-root-2.0.0-alpha-3
|
||
shiro-root-2.0.0-alpha-2
|
|||
shiro-root-2.0.0-alpha-1
|
|||
1.12.x |
shiro-root-1.12.0
|
||
1.11.x |
shiro-root-1.11.0
|
||
1.10.x |
shiro-root-1.10.1
|
CVE-2023-22602 | |
shiro-root-1.10.0
|
CVE-2023-22602 | ||
1.9.x |
shiro-root-1.9.1
|
CVE-2023-22602 | |
shiro-root-1.9.0
|
CVE-2023-22602 | ||
1.8.x |
shiro-root-1.8.0
|
CVE-2023-22602 | |
1.7.x |
shiro-root-1.7.1
|
CVE-2023-22602 | |
shiro-root-1.7.0
|
2 vulnerabilities | ||
1.6.x |
shiro-root-1.6.0
|
3 vulnerabilities | |
1.5.x |
shiro-root-1.5.3
|
4 vulnerabilities | |
shiro-root-1.5.2
|
4 vulnerabilities | ||
shiro-root-1.5.1
|
4 vulnerabilities | ||
shiro-root-1.5.0
|
4 vulnerabilities | ||
1.4.x |
shiro-root-1.4.2
|
4 vulnerabilities | |
shiro-root-1.4.1
|
5 vulnerabilities | ||
shiro-root-1.4.0
|
5 vulnerabilities | ||
shiro-root-1.4.0-RC2
|
5 vulnerabilities | ||
1.3.x |
shiro-root-1.3.2
|
5 vulnerabilities | |
shiro-root-1.3.1
|
5 vulnerabilities | ||
shiro-root-1.3.0
|
5 vulnerabilities | ||
1.2.x |
shiro-root-1.2.6
|
5 vulnerabilities | |
shiro-root-1.2.5
|
5 vulnerabilities | ||
shiro-root-1.2.4
|
5 vulnerabilities | ||
shiro-root-1.2.3
|
5 vulnerabilities | ||
shiro-root-1.2.2
|
5 vulnerabilities | ||
shiro-root-1.2.1
|
5 vulnerabilities | ||
shiro-root-1.2.0
|
5 vulnerabilities | ||
1.1.x |
shiro-root-1.1.0
|
5 vulnerabilities | |
1.0.x |
shiro-root-1.0.0-incubating
|
5 vulnerabilities |
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-root</artifactId>
<version>1.12.0</version>
</dependency>
Advertisement