From a7c8b3cc3045a13349c26a50fce57eb3395939f9 Mon Sep 17 00:00:00 2001 From: Mike Kobit Date: Thu, 22 Jun 2017 20:22:42 -0500 Subject: [PATCH 1/2] Update to Guava version 22.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3333f7a..23e5732f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 2.8.1 - 21.0-SNAPSHOT + 22.0 2.7 2.5.0 1.1 From ecf9bdedb84087dade09ee7e5c082f259c522d45 Mon Sep 17 00:00:00 2001 From: Mike Kobit Date: Sat, 24 Jun 2017 12:36:28 -0500 Subject: [PATCH 2/2] Remove other snapshot dependencies in `auto-value` and `auto-factory` When attempting to execute the built `moe` binary after running `make-binary.sh` it exits with an exception. It exits with a `Caused by: java.lang.ClassNotFoundException: com.google.auto.factory.internal.Preconditions`. This removes the snapshot dependencies from the projecgt and the snapshots repository. --- pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 23e5732f..63a6ab2a 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ 2.5.0 1.1 2.5 - 1.4-rc1 - 1.0-SNAPSHOT + 1.4.1 + 1.0-beta5 0.4.4 3.0.1 2.32 @@ -144,10 +144,4 @@ - - - sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - -