How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-config-parent-1.3</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of io.smallrye : smallrye-config-parent-1.3 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
smallrye-config-parent-1.3-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-config-parent-1.3</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement