How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>wso2is-cxf-filters</artifactId>
<version>5.5.0-m4</version>
</dependency>
Choose a version of org.wso2.is : wso2is-cxf-filters to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.5.x |
wso2is-cxf-filters-5.5.0-beta
|
||
wso2is-cxf-filters-5.5.0-alpha3
|
|||
wso2is-cxf-filters-5.5.0-alpha2
|
|||
wso2is-cxf-filters-5.5.0-alpha
|
|||
wso2is-cxf-filters-5.5.0-m4
|
|||
wso2is-cxf-filters-5.5.0-m3
|
|||
wso2is-cxf-filters-5.5.0-m2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>wso2is-cxf-filters</artifactId>
<version>5.5.0-m4</version>
</dependency>
Advertisement