How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-1.0-release</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of io.smallrye : smallrye-context-propagation-1.0-release to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
smallrye-context-propagation-1.0-release-1.0.2
|
||
smallrye-context-propagation-1.0-release-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-context-propagation-1.0-release</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement