How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.phoenix.thirdparty</groupId>
<artifactId>phoenix-thirdparty</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of org.apache.phoenix.thirdparty : phoenix-thirdparty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
phoenix-thirdparty-1.1.0
|
||
1.0.x |
phoenix-thirdparty-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.phoenix.thirdparty</groupId>
<artifactId>phoenix-thirdparty</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement