How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>feature-parent</artifactId>
<version>6.0.8</version>
</dependency>
Choose a version of org.opendaylight.infrautils : feature-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0.x |
feature-parent-6.0.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>feature-parent</artifactId>
<version>6.0.8</version>
</dependency>
Advertisement