Skip to content

Commit

Permalink
ISPN-14324 fix jakarta dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
domiborges committed Nov 21, 2022
1 parent 8bfe06d commit abe9561
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions documentation/src/main/asciidoc/topics/upgrading.adoc
Expand Up @@ -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
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-client-hotrod</artifactId>
<classifier>jakarta</classifier>
<artifactId>infinispan-client-hotrod-jakarta</artifactId>
</dependency>
```

Expand Down

0 comments on commit abe9561

Please sign in to comment.