How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration-tck</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of org.apache.openjpa : openjpa-integration-tck to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
openjpa-integration-tck-2.0.0
|
||
openjpa-integration-tck-2.0.0-beta3
|
|||
openjpa-integration-tck-2.0.0-beta2
|
|||
openjpa-integration-tck-2.0.0-beta
|
|||
openjpa-integration-tck-2.0.0-M3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration-tck</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement