How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.covisint.platform.oauth</groupId>
<artifactId>oauth-parent</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
Choose a version of com.covisint.platform.oauth : oauth-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
oauth-parent-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.covisint.platform.oauth</groupId>
<artifactId>oauth-parent</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
Advertisement