Exclude dependencies already present in servers (only affects plugin)

This commit is contained in:
RednedEpic 2019-12-08 22:41:50 -06:00
parent 6f5fc4c85c
commit f59e4672a0
6 changed files with 54 additions and 76 deletions

View file

@ -10,12 +10,6 @@
</parent>
<artifactId>api</artifactId>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>