From abe95610b4c01afd3b2a62940431e6c15ff13492 Mon Sep 17 00:00:00 2001 From: Dominika Vagnerova Date: Fri, 18 Nov 2022 14:33:59 +0100 Subject: [PATCH] ISPN-14324 fix jakarta dependency --- documentation/src/main/asciidoc/topics/upgrading.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/src/main/asciidoc/topics/upgrading.adoc b/documentation/src/main/asciidoc/topics/upgrading.adoc index f7fd6dd10d05..feb5d02b0f46 100644 --- a/documentation/src/main/asciidoc/topics/upgrading.adoc +++ b/documentation/src/main/asciidoc/topics/upgrading.adoc @@ -93,14 +93,12 @@ Some modules that have Jakarta based jars are the following (note there are quit * infinispan-client-hotrod * infinispan-api -If your application requires using the jakarta instead of javax namespace all you need to do is change your maven -dependency to use the jakarta scope +If your application requires using the jakarta instead of javax namespace all you need to do is to append your dependencies with `-javakarta`. ```xml org.infinispan - infinispan-client-hotrod - jakarta + infinispan-client-hotrod-jakarta ```