How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>tests</artifactId>
<version>5.2.1</version>
</dependency>
Choose a version of org.wso2.carbon.deployment : tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.2.x |
tests-5.2.1
|
||
tests-5.2.0
|
|||
5.1.x |
tests-5.1.9
|
||
tests-5.1.8
|
|||
tests-5.1.7
|
|||
tests-5.1.6
|
|||
tests-5.1.5
|
|||
tests-5.1.4
|
|||
tests-5.1.3
|
|||
tests-5.1.2
|
|||
tests-5.1.1
|
|||
tests-5.1.0
|
|||
5.0.x |
tests-5.0.0
|
||
tests-5.0.0-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>tests</artifactId>
<version>5.2.1</version>
</dependency>
Advertisement