增加jetbrains.annotations.NotNull依赖

This commit is contained in:
2025-05-09 14:54:44 +09:00
parent 6ff61fccfa
commit 53a484dd2b

View File

@ -78,6 +78,12 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>