Move Guava backwards to the last verison suppored by JDK 1.7 (ver 20.0).

This commit is contained in:
Greg Burd 2017-07-31 10:22:01 -04:00
parent de495ae0eb
commit eb9dd05147
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.helenus</groupId>
<artifactId>helenus-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>helenus</name>
@ -142,7 +142,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
<version>20.0</version>
</dependency>
<!-- Validation -->