Fix compatibility with older versions (Fixes #556)

This commit is contained in:
Phoenix616 2023-06-15 16:24:00 +01:00
parent 6ba8e092b8
commit dc6aa21a91
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
1 changed files with 2 additions and 10 deletions

12
pom.xml
View File

@ -83,22 +83,14 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.0</version>
<version>4.3.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!-- Should be kept in sync with Paper -->
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.14.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.13.0</version>
<version>4.14.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>