How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>ipojo-manipulator-bom</artifactId>
<version>1.12.1</version>
</dependency>
Choose a version of org.apache.felix : ipojo-manipulator-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12.x |
ipojo-manipulator-bom-1.12.1
|
||
ipojo-manipulator-bom-1.12.0
|
|||
1.11.x |
ipojo-manipulator-bom-1.11.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>ipojo-manipulator-bom</artifactId>
<version>1.12.1</version>
</dependency>
Advertisement