How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
</dependency>
Choose a version of com.cerner.ccl : ccltesting-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3 |
ccltesting-parent-pom-2.3
|
||
2.2 |
ccltesting-parent-pom-2.2
|
||
2.1 |
ccltesting-parent-pom-2.1
|
||
2.0.x |
ccltesting-parent-pom-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.3</version>
</dependency>
Advertisement