How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.jpa</groupId>
<artifactId>pax-jpa-features</artifactId>
<version>0.3.0</version>
</dependency>
Choose a version of org.ops4j.pax.jpa : pax-jpa-features to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
pax-jpa-features-0.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j.pax.jpa</groupId>
<artifactId>pax-jpa-features</artifactId>
<version>0.3.0</version>
</dependency>
Advertisement