mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Fix plugin artifact id and remove redundant comments
This commit is contained in:
parent
fee706ff15
commit
be5d1dcbe3
@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>plugin</artifactId>
|
||||
<artifactId>ShopChest</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@ -60,14 +60,10 @@
|
||||
<groupId>pl.gnacik.islandworld</groupId>
|
||||
<artifactId>IslandWorld</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Only required for build to succeed ? -->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Shaded dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.codemc.worldguardwrapper</groupId>
|
||||
<artifactId>worldguardwrapper</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user