How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.11</version>
</dependency>
Choose a version of junit : junit-dep to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.11 |
junit-dep-4.11
|
CVE-2020-15250 | |
junit-dep-4.11-beta-1
|
CVE-2020-15250 | ||
4.10 |
junit-dep-4.10
|
CVE-2020-15250 | |
4.9 |
junit-dep-4.9
|
CVE-2020-15250 | |
4.8.x |
junit-dep-4.8.2
|
CVE-2020-15250 | |
junit-dep-4.8.1
|
CVE-2020-15250 | ||
4.8 |
junit-dep-4.8
|
CVE-2020-15250 | |
4.7 |
junit-dep-4.7
|
CVE-2020-15250 | |
4.6 |
junit-dep-4.6
|
||
4.5 |
junit-dep-4.5
|
||
4.4 |
junit-dep-4.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.11</version>
</dependency>
Advertisement