How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.iot</groupId>
<artifactId>wso2is-cxf-filters</artifactId>
<version>3.3.1</version>
</dependency>
Choose a version of org.wso2.iot : wso2is-cxf-filters to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
wso2is-cxf-filters-3.3.1
|
||
wso2is-cxf-filters-3.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.iot</groupId>
<artifactId>wso2is-cxf-filters</artifactId>
<version>3.3.1</version>
</dependency>
Advertisement