How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.azure.microprofile</groupId>
<artifactId>azure-microprofile-parent</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
Choose a version of com.azure.microprofile : azure-microprofile-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
azure-microprofile-parent-1.0.0-beta.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.azure.microprofile</groupId>
<artifactId>azure-microprofile-parent</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
Advertisement