How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.redhat.insights</groupId>
<artifactId>runtimes-java</artifactId>
<version>1.0.11</version>
</dependency>
Choose a version of com.redhat.insights : runtimes-java to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
runtimes-java-1.0.11
|
||
runtimes-java-1.0.10
|
|||
runtimes-java-1.0.10-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.redhat.insights</groupId>
<artifactId>runtimes-java</artifactId>
<version>1.0.11</version>
</dependency>
Advertisement