Picnic-DevPla-Bot
2024-07-20 14:00:07 +02:00
committed by GitHub
parent bbf3d79d9a
commit b5b98d899b
4 changed files with 22 additions and 1 deletions

View File

@@ -50,6 +50,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>