How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-tests</artifactId>
<version>4.0.0-m9</version>
</dependency>
Choose a version of org.wso2.am.microgw : micro-gateway-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
micro-gateway-tests-4.0.0-m9
|
||
micro-gateway-tests-4.0.0-m8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-tests</artifactId>
<version>4.0.0-m9</version>
</dependency>
Advertisement