How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>maven-petals-parent</artifactId>
<version>2</version>
</dependency>
Choose a version of org.ow2.petals : maven-petals-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2 |
maven-petals-parent-2
|
||
1 |
maven-petals-parent-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>maven-petals-parent</artifactId>
<version>2</version>
</dependency>
Advertisement