Skip to content

Commit 882d925

Browse files
committed
Add lombok to the pom
1 parent b2098f6 commit 882d925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
<version>1.8.3-R0.1-SNAPSHOT</version>
4545
<scope>provided</scope>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.projectlombok</groupId>
49+
<artifactId>lombok</artifactId>
50+
<version>1.16.8</version>
51+
<scope>provided</scope>
52+
</dependency>
4753
</dependencies>
4854
<build>
4955
<finalName>SpawnShield</finalName>

0 commit comments

Comments
 (0)