Don't try to shade org.jetbrains.annotations and exclude it afterwards

This commit is contained in:
Christian Koop 2023-06-14 21:41:09 +02:00
parent 7f0f2a1acb
commit ae74ffa5f0
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 8 deletions

View File

@ -82,13 +82,6 @@
</excludes>
</filter>
<filter>
<artifact>org.jetbrains:annotations</artifact>
<excludes>
<exclude>**</exclude>
</excludes>
</filter>
<filter>
<artifact>com.craftaro:CraftaroCore</artifact>
<excludeDefaults>false</excludeDefaults>
@ -143,7 +136,7 @@
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>
</project>