How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jsp</artifactId>
<version>2.2.2.b05.0</version>
</dependency>
Choose a version of org.mortbay.jetty : jetty-jsp to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
9.1.x |
jetty-jsp-9.1.02.B04.p0
|
||
jetty-jsp-9.1.1.B60.25.p2
|
|||
jetty-jsp-9.1.1.B60.25.p1
|
|||
jetty-jsp-9.1.1.B60.25.p0
|
|||
jetty-jsp-9.1.1.B51.25.p1
|
|||
jetty-jsp-9.1.1.B51.p0
|
|||
2.2.x |
jetty-jsp-2.2.2.b05.0
|
||
2.1.x |
jetty-jsp-2.1.v20100127
|
||
jetty-jsp-2.1.v20091210
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-jsp</artifactId>
<version>2.2.2.b05.0</version>
</dependency>
Advertisement