Add some plugin remapping to assist compatibility

This commit is contained in:
md_5
2025-07-15 21:11:19 +10:00
parent 3a5c731826
commit e9558ab370
2 changed files with 44 additions and 0 deletions

View File

@@ -75,6 +75,12 @@
<!-- not part of the API proper -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>