Add JetBrains java-annotations

This commit is contained in:
md_5 2024-01-29 20:29:58 +11:00
parent a1cd694363
commit c69acf728c
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -108,6 +108,12 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
<version>24.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>