MVN

org.apache.servicemix : components-pom

Maven & Gradle

Mar 15, 2010

ServiceMix :: Components POM · This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.

<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>components-pom</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix : components-pom to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.apache.servicemix : components-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
5
components-pom-5
4
components-pom-4
3
components-pom-3
2
components-pom-2
1
components-pom-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>components-pom</artifactId>
    <version>5</version>
</dependency>