<dependency>
<groupId>org.apache.openejb.patch</groupId>
<artifactId>openjpa-maven-plugin</artifactId>
<version>2.4.0-nonfinal-1591689</version>
<type>maven-plugin</type>
</dependency>
implementation("org.apache.openejb.patch:openjpa-maven-plugin:2.4.0-nonfinal-1591689")
libraryDependencies += "org.apache.openejb.patch" % "openjpa-maven-plugin" % "2.4.0-nonfinal-1591689"
@Grapes(
@Grab(group='org.apache.openejb.patch', module='openjpa-maven-plugin', version='2.4.0-nonfinal-1591689')
)
<dependency org="org.apache.openejb.patch" name="openjpa-maven-plugin" rev="2.4.0-nonfinal-1591689" />
<parent> <groupId>org.apache.openejb.patch</groupId> <artifactId>openjpa-tools</artifactId> <version>2.4.0-nonfinal-1591689</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:2.0.6
|-- org.apache.maven:maven-project:2.0.6
|-- org.codehaus.plexus:plexus-utils:1.5.7
|-- org.apache.openejb.patch:openjpa-kernel
|-- org.apache.openejb.patch:openjpa-jdbc
|-- org.apache.openejb.patch:openjpa-persistence
|-- org.apache.openejb.patch:openjpa-persistence-jdbc
|-- org.apache.geronimo.specs:geronimo-jpa_2.0_spec
|-- org.apache.geronimo.specs:geronimo-validation_1.0_spec
|-- org.apache.bval:org.apache.bval.bundle
runtime
test
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:1.2