put lombok back because removing it broke the build

This commit is contained in:
Jack Fitch 2022-06-20 18:57:38 -04:00
parent e1c0b5df4c
commit b00933eaa4
No known key found for this signature in database
GPG Key ID: 753BA18D9DE77C27
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
</repositories>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>