How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-parent</artifactId>
<version>2.3</version>
</dependency>
Choose a version of org.apache.velocity : velocity-engine-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3 |
velocity-engine-parent-2.3
|
||
2.2 |
velocity-engine-parent-2.2
|
CVE-2020-13936 | |
2.1 |
velocity-engine-parent-2.1
|
CVE-2020-13936 | |
2.0 |
velocity-engine-parent-2.0
|
CVE-2020-13936 |
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-parent</artifactId>
<version>2.3</version>
</dependency>
Advertisement