MVN

org.apache.servicemix.parent : features-parent

Maven & Gradle

May 23, 2017

Apache ServiceMix :: Parent :: Features Parent · Bill-of-materials of the core components and versions used for building the features project (This POM contains the dependencies and versions that are useful to both users and our own development)

<dependency>
    <groupId>org.apache.servicemix.parent</groupId>
    <artifactId>features-parent</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.parent : features-parent to add to Maven - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of org.apache.servicemix.parent : features-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
7.0.x
features-parent-7.0.1
features-parent-7.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.servicemix.parent</groupId>
    <artifactId>features-parent</artifactId>
    <version>7.0.1</version>
</dependency>