Merge branch 'Guavafix' into 'master'

The guava fix

See merge request core-developers/forge!217
This commit is contained in:
Michael Kamensky
2018-02-18 07:17:15 +00:00
6 changed files with 7 additions and 6 deletions

View File

@@ -190,7 +190,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0.1</version>
<version>23.0</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>