Fix plugin artifact id and remove redundant comments

This commit is contained in:
Flowsqy 2021-12-27 17:37:09 +01:00
parent fee706ff15
commit be5d1dcbe3

View File

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>plugin</artifactId> <artifactId>ShopChest</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
@ -60,14 +60,10 @@
<groupId>pl.gnacik.islandworld</groupId> <groupId>pl.gnacik.islandworld</groupId>
<artifactId>IslandWorld</artifactId> <artifactId>IslandWorld</artifactId>
</dependency> </dependency>
<!-- Only required for build to succeed ? -->
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
</dependency> </dependency>
<!-- Shaded dependencies -->
<dependency> <dependency>
<groupId>org.codemc.worldguardwrapper</groupId> <groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper</artifactId> <artifactId>worldguardwrapper</artifactId>