How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>parent</artifactId>
<version>12</version>
</dependency>
Choose a version of io.thorntail : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
12 |
parent-12
|
||
11 |
parent-11
|
||
10 |
parent-10
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>parent</artifactId>
<version>12</version>
</dependency>
Advertisement