How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>3.2</version>
</dependency>
Choose a version of org.eclipse.microprofile : microprofile-tck-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2 |
microprofile-tck-bom-3.2
|
||
3.1 |
microprofile-tck-bom-3.1
|
||
microprofile-tck-bom-3.1-RC1
|
|||
3.0 |
microprofile-tck-bom-3.0
|
||
microprofile-tck-bom-3.0-RC2
|
|||
microprofile-tck-bom-3.0-RC1
|
|||
2.8 |
microprofile-tck-bom-2.8
|
||
2.7 |
microprofile-tck-bom-2.7
|
||
2.6 |
microprofile-tck-bom-2.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>3.2</version>
</dependency>
Advertisement