And back out Spring framework update down to 4.x

This commit is contained in:
Sean Owen 2018-08-30 11:37:50 -05:00
parent 65992d408c
commit 4fbcadfd37

View file

@ -49,7 +49,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.0.8.RELEASE</version>
<version>4.3.18.RELEASE</version> <!-- 5.x requires Java 8 -->
<scope>test</scope>
</dependency>
<dependency>