Fixed jetbrains annot dependency

This commit is contained in:
Jules 2025-10-19 18:56:25 +02:00
parent ce255f555b
commit 0f2ad5b544

View File

@ -113,6 +113,16 @@
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Paper API -->
@ -132,14 +142,15 @@
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.2-1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<!-- Extra libs -->
<dependency>
<groupId>io.papermc</groupId>
<artifactId>paperlib</artifactId>
@ -183,7 +194,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.9.2</version>
<version>2.11.6</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
@ -362,7 +373,8 @@
<dependency>
<groupId>me.glaremasters</groupId>
<artifactId>Guilds</artifactId>
<version>3.5.6.0</version>
<version>3.5.7.1</version>
<classifier>stripped</classifier>
<scope>provided</scope>
<optional>true</optional>
</dependency>