This commit is contained in:
Kiran Hart 2021-05-15 01:33:17 -04:00
parent fd67e2ae43
commit 4e03103bf0

View File

@ -32,6 +32,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
<plugin>
@ -147,7 +148,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
<version>1.18.20</version>
<scope>provided</scope>
</dependency>
<dependency>