Skip to content

Commit 6ebafd2

Browse files
authored
Update to the jakarta dependency (Maven setup)
1 parent bdac6d6 commit 6ebafd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/server/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ We recommend splitting your project into 2-3 separate modules.
6363
</dependency>
6464
<dependency>
6565
<!-- Java 9+ compatibility -->
66-
<groupId>javax.annotation</groupId>
67-
<artifactId>javax.annotation-api</artifactId>
66+
<groupId>jakarta.annotation</groupId>
67+
<artifactId>jakarta.annotation-api</artifactId>
6868
<version>2.0.0</version>
6969
</dependency>
7070
</dependencies>

0 commit comments

Comments
 (0)