mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Downgrade to Spring Framework 4 for Java 7
This commit is contained in:
parent
087f8a727c
commit
50baa8afe3
|
@ -49,7 +49,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-test</artifactId>
|
<artifactId>spring-test</artifactId>
|
||||||
<version>5.0.6.RELEASE</version>
|
<version>4.3.17.RELEASE</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue