Exclude SongodaCore from FabledSkyBlock

This commit is contained in:
Fernando Pettinelli 2021-09-30 18:58:53 -03:00
parent af82fa0152
commit d96cb42fbb
1 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,12 @@
<artifactId>skyblock</artifactId>
<version>2.2.13</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.songoda</groupId>