How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.covisint.core</groupId>
<artifactId>httpclient-bom</artifactId>
<version>4.3.2</version>
</dependency>
Choose a version of com.covisint.core : httpclient-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.3.x |
httpclient-bom-4.3.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.covisint.core</groupId>
<artifactId>httpclient-bom</artifactId>
<version>4.3.2</version>
</dependency>
Advertisement