mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Add exclusion for transitive system dependencies
This commit is contained in:
parent
730e10c17c
commit
5efdb35c15
76
pom.xml
76
pom.xml
@ -136,6 +136,60 @@
|
||||
<artifactId>askyblock</artifactId>
|
||||
<version>3.0.9.4</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>bukkit.org</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.9.2</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.9.4</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.12</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.10</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.11</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.9</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1.8</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot.1.8.3</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot.1.8.4</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot.1.8.6</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot.1.8.8</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>spigotmc.org</groupId>
|
||||
<artifactId>spigot-1649</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.TechFortress</groupId>
|
||||
@ -148,6 +202,28 @@
|
||||
<artifactId>areashop</artifactId>
|
||||
<version>2.6.0</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>me.wiefferink</groupId>
|
||||
<artifactId>interactivemessenger</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>me.wiefferink</groupId>
|
||||
<artifactId>bukkitdo</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sk89q</groupId>
|
||||
<artifactId>worldedit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sk89q</groupId>
|
||||
<artifactId>worldguard</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.sk89q.worldguard</groupId>
|
||||
<artifactId>worldguard-legacy</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>world.bentobox</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user