How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapps-parent</artifactId>
<version>7.0.2.v20100331</version>
</dependency>
Choose a version of org.eclipse.jetty.tests : test-webapps-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.0.x |
test-webapps-parent-8.0.0.M0
|
||
7.0.x |
test-webapps-parent-7.0.2.v20100331
|
||
test-webapps-parent-7.0.2.RC0
|
|||
test-webapps-parent-7.0.1.v20091125
|
|||
test-webapps-parent-7.0.0.v20091005
|
|||
test-webapps-parent-7.0.0.RC6
|
|||
test-webapps-parent-7.0.0.RC5
|
|||
test-webapps-parent-7.0.0.RC4
|
|||
test-webapps-parent-7.0.0.RC3
|
|||
test-webapps-parent-7.0.0.RC2
|
|||
test-webapps-parent-7.0.0.RC1
|
|||
test-webapps-parent-7.0.0.RC0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.eclipse.jetty.tests</groupId>
<artifactId>test-webapps-parent</artifactId>
<version>7.0.2.v20100331</version>
</dependency>
Advertisement