How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>execution-manager-feature</artifactId>
<version>2.0.12</version>
</dependency>
Choose a version of org.wso2.carbon.event-processing : execution-manager-feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
execution-manager-feature-2.0.12
|
||
execution-manager-feature-2.0.11
|
|||
execution-manager-feature-2.0.10
|
|||
execution-manager-feature-2.0.9
|
|||
execution-manager-feature-2.0.8
|
|||
execution-manager-feature-2.0.7
|
|||
execution-manager-feature-2.0.6
|
|||
execution-manager-feature-2.0.5
|
|||
execution-manager-feature-2.0.4
|
|||
execution-manager-feature-2.0.4-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>execution-manager-feature</artifactId>
<version>2.0.12</version>
</dependency>
Advertisement