How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.teiid</groupId>
<artifactId>teiid-bom</artifactId>
<version>11.2.3</version>
</dependency>
Choose a version of org.teiid : teiid-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.2.x |
teiid-bom-11.2.3
|
||
teiid-bom-11.2.2
|
|||
1.1.x |
teiid-bom-1.1.2
|
||
teiid-bom-1.1.1
|
|||
teiid-bom-1.1.0
|
|||
1.0.x |
teiid-bom-1.0.5
|
||
teiid-bom-1.0.4
|
|||
teiid-bom-1.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.teiid</groupId>
<artifactId>teiid-bom</artifactId>
<version>11.2.3</version>
</dependency>
Advertisement