This commit is contained in:
Kiran Hart 2021-05-15 01:36:18 -04:00
parent 4e03103bf0
commit 63aa455d6f

View File

@ -32,7 +32,6 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
<plugin>
@ -148,7 +147,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.16</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -161,10 +160,5 @@
<artifactId>HikariCP</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</dependency>
</dependencies>
</project>