Updated sc-build and s-c-depenency-parent to 3.0.0-SNAPSHOT

Readded JUnit 4 temporarily to get build to complete

Refer to issue #675
This commit is contained in:
Glenn Renfro
2020-06-03 17:42:14 -04:00
parent b2ce87d041
commit 95a2683331
3 changed files with 8 additions and 2 deletions

View File

@@ -114,6 +114,12 @@
<artifactId>java-cfenv-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>