We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdac6d6 commit 6ebafd2Copy full SHA for 6ebafd2
docs/en/server/getting-started.md
@@ -63,8 +63,8 @@ We recommend splitting your project into 2-3 separate modules.
63
</dependency>
64
<dependency>
65
<!-- Java 9+ compatibility -->
66
- <groupId>javax.annotation</groupId>
67
- <artifactId>javax.annotation-api</artifactId>
+ <groupId>jakarta.annotation</groupId>
+ <artifactId>jakarta.annotation-api</artifactId>
68
<version>2.0.0</version>
69
70
</dependencies>
0 commit comments