How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.fabric8.itests.paxexam</groupId>
<artifactId>fabric-itests-paxexam</artifactId>
<version>1.2.0.redhat-133</version>
</dependency>
Choose a version of io.fabric8.itests.paxexam : fabric-itests-paxexam to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
fabric-itests-paxexam-1.2.0.redhat-133
|
||
1.1.x |
fabric-itests-paxexam-1.1.0.CR5
|
||
fabric-itests-paxexam-1.1.0.CR4
|
|||
fabric-itests-paxexam-1.1.0.CR3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.fabric8.itests.paxexam</groupId>
<artifactId>fabric-itests-paxexam</artifactId>
<version>1.2.0.redhat-133</version>
</dependency>
Advertisement