How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>edu.utexas.tacc</groupId>
<artifactId>tapis-bom</artifactId>
<version>1.1</version>
</dependency>
Choose a version of edu.utexas.tacc : tapis-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
tapis-bom-1.1
|
||
1.0.x |
tapis-bom-1.0.7
|
||
tapis-bom-1.0.5
|
|||
tapis-bom-1.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>edu.utexas.tacc</groupId>
<artifactId>tapis-bom</artifactId>
<version>1.1</version>
</dependency>
Advertisement