Updated to resolve version issue with JUnit

This commit is contained in:
Glenn Renfro
2019-12-18 14:48:36 -05:00
committed by Michael Minella
parent 89daee7b05
commit 64b158f307
2 changed files with 0 additions and 2 deletions

View File

@@ -84,7 +84,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -98,7 +98,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>