From 50a11fe02edac4428ec2e1b0389ebc08c10e5557 Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Tue, 21 Jul 2020 15:27:36 -0700 Subject: [PATCH] Corrected dependency information in the JPA guide for MP. Signed-off-by: Laird Nelson --- docs/mp/guides/09_jpa.adoc | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/mp/guides/09_jpa.adoc b/docs/mp/guides/09_jpa.adoc index 76663772280..39ad616f3d3 100644 --- a/docs/mp/guides/09_jpa.adoc +++ b/docs/mp/guides/09_jpa.adoc @@ -75,7 +75,6 @@ Add the following dependency in your `pom.xml`: com.h2database h2 - 1.4.199 runtime ---- @@ -150,13 +149,11 @@ Add the following dependencies in your `pom.xml`: jakarta.persistence jakarta.persistence-api - 2.2.2 provided - javax.transaction - javax.transaction-api - 1.2 + jakarta.transaction + jakarta.transaction-api provided ---- @@ -396,17 +393,14 @@ Add the following plugin configuration in your `pom.xml`: com.ethlo.persistence.tools eclipselink-maven-plugin - 2.7.1.1 - javax.annotation - javax.annotation-api - 1.3.1 + jakarta.annotation + jakarta.annotation-api - javax.xml.bind - jaxb-api - 2.3.0 + jakarta.xml.bind + jakarta.xml.bind-api