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 ```