How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-power-annotations-utils-parent</artifactId>
<version>1.6.0</version>
</dependency>
Choose a version of io.smallrye : smallrye-power-annotations-utils-parent to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-power-annotations-utils-parent</artifactId>
<version>1.6.0</version>
</dependency>