How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.0</version>
</dependency>
Choose a version of org.junit : junit-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.10.x |
junit-bom-5.10.0
|
||
junit-bom-5.10.0-RC2
|
|||
junit-bom-5.10.0-RC1
|
|||
junit-bom-5.10.0-M1
|
|||
5.9.x |
junit-bom-5.9.3
|
||
junit-bom-5.9.2
|
|||
junit-bom-5.9.1
|
|||
junit-bom-5.9.0
|
|||
junit-bom-5.9.0-RC1
|
|||
junit-bom-5.9.0-M1
|
|||
5.8.x |
junit-bom-5.8.2
|
||
junit-bom-5.8.1
|
|||
junit-bom-5.8.0
|
|||
junit-bom-5.8.0-RC1
|
|||
junit-bom-5.8.0-M1
|
|||
5.7.x |
junit-bom-5.7.2
|
||
junit-bom-5.7.1
|
|||
junit-bom-5.7.0
|
|||
junit-bom-5.7.0-RC1
|
|||
junit-bom-5.7.0-M1
|
|||
5.6.x |
junit-bom-5.6.3
|
||
junit-bom-5.6.2
|
|||
junit-bom-5.6.1
|
|||
junit-bom-5.6.0
|
|||
junit-bom-5.6.0-RC1
|
|||
junit-bom-5.6.0-M1
|
|||
5.5.x |
junit-bom-5.5.2
|
||
junit-bom-5.5.1
|
|||
junit-bom-5.5.0
|
|||
junit-bom-5.5.0-RC2
|
|||
junit-bom-5.5.0-RC1
|
|||
junit-bom-5.5.0-M1
|
|||
5.4.x |
junit-bom-5.4.2
|
||
junit-bom-5.4.1
|
|||
junit-bom-5.4.0
|
|||
junit-bom-5.4.0-RC2
|
|||
junit-bom-5.4.0-RC1
|
|||
junit-bom-5.4.0-M1
|
|||
5.3.x |
junit-bom-5.3.2
|
||
junit-bom-5.3.1
|
|||
junit-bom-5.3.0
|
|||
junit-bom-5.3.0-RC1
|
|||
junit-bom-5.3.0-M1
|
|||
5.2.x |
junit-bom-5.2.0
|
||
junit-bom-5.2.0-RC1
|
|||
junit-bom-5.2.0-M1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.0</version>
</dependency>
Advertisement