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

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath />
</parent>

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>

View File

@@ -10,7 +10,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath />
</parent>