How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.jersey.oauth</groupId>
<artifactId>jersey-oauth</artifactId>
<version>1.1.1-ea</version>
</dependency>
Choose a version of com.sun.jersey.oauth : jersey-oauth to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
jersey-oauth-1.1.1-ea
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.jersey.oauth</groupId>
<artifactId>jersey-oauth</artifactId>
<version>1.1.1-ea</version>
</dependency>
Advertisement