How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>tck</artifactId>
<version>4.7.5</version>
</dependency>
Choose a version of org.apache.openejb : tck to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.7.x |
tck-4.7.5
|
||
tck-4.7.4
|
|||
tck-4.7.3
|
|||
tck-4.7.2
|
|||
tck-4.7.1
|
|||
tck-4.7.0
|
|||
4.6.x |
tck-4.6.0.2
|
||
tck-4.6.0.1
|
|||
tck-4.6.0
|
|||
4.5.x |
tck-4.5.2
|
||
tck-4.5.1
|
|||
tck-4.5.0
|
|||
4.0.x |
tck-4.0.0
|
||
tck-4.0.0-beta-2
|
|||
tck-4.0.0-beta-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>tck</artifactId>
<version>4.7.5</version>
</dependency>
Advertisement