summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-09-20 23:54:32 +0200
committerElias Haugsbakk <[email protected]>2026-09-20 23:54:32 +0200
commit01c95f485b294db81f3c99a037e003929f0eb278 (patch)
treec20d059988fd728a8211d5feb70310a60db5db9e /pom.xml
parentc5009b0cf424b99ae6d27e14fdd21666500b21b8 (diff)
fix code warnings
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2a1ff64..55f5054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ <version>24.0.1</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>