How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
<version>2.3.1</version>
</dependency>
Choose a version of org.apache.portals.jetspeed-2 : jetspeed-2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
jetspeed-2-2.3.1
|
||
jetspeed-2-2.3.0
|
4 vulnerabilities | ||
2.2.x |
jetspeed-2-2.2.2
|
4 vulnerabilities | |
jetspeed-2-2.2.1
|
4 vulnerabilities | ||
jetspeed-2-2.2.0
|
4 vulnerabilities | ||
2.1.x |
jetspeed-2-2.1.4
|
4 vulnerabilities | |
jetspeed-2-2.1.3
|
4 vulnerabilities |
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.portals.jetspeed-2</groupId>
<artifactId>jetspeed-2</artifactId>
<version>2.3.1</version>
</dependency>
Advertisement