fixed build warnings

This commit is contained in:
Brian Long 2021-02-27 08:59:55 -05:00
parent 8e771f73b9
commit 1d314c4c05

View File

@ -25,13 +25,13 @@
</developers>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit.version>5.7.0</junit.version>
<junit-platform-provider.version>[1.3, 1.4)</junit-platform-provider.version>
</properties>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
@ -62,13 +62,13 @@
<!-- This plugin enables the generation of a javadoc JAR -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals><goal>jar</goal></goals>
<configuration>
<detectLinks>true</detectLinks>
<show>public</show>
</configuration>
</execution>