Prevent Maven warning

It was trying to include the WorldGuard6 handler class twice in the jar file
This commit is contained in:
Thijs Wiefferink 2016-06-20 16:28:23 +02:00
parent 6481da29e4
commit e4de560a65
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@
<artifactId>areashop-worldguard-6</artifactId>
<version>WorldGuard-6</version>
<type>jar</type>
<scope>compile</scope>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q.worldguard</groupId>