How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ro.fortsoft.log2j</groupId>
<artifactId>log2j-parent</artifactId>
<version>0.4</version>
</dependency>
Choose a version of ro.fortsoft.log2j : log2j-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4 |
log2j-parent-0.4
|
||
0.3 |
log2j-parent-0.3
|
||
0.2 |
log2j-parent-0.2
|
||
0.1 |
log2j-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ro.fortsoft.log2j</groupId>
<artifactId>log2j-parent</artifactId>
<version>0.4</version>
</dependency>
Advertisement