How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.healthy-chn.security</groupId>
<artifactId>healthy-common-bom</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
Choose a version of com.healthy-chn.security : healthy-common-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
healthy-common-bom-1.2.1.RELEASE
|
||
healthy-common-bom-1.2.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.healthy-chn.security</groupId>
<artifactId>healthy-common-bom</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
Advertisement