How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.exactpro.test</groupId>
<artifactId>bom</artifactId>
<version>2.10.1</version>
</dependency>
Choose a version of com.exactpro.test : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
bom-2.10.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.exactpro.test</groupId>
<artifactId>bom</artifactId>
<version>2.10.1</version>
</dependency>
Advertisement