From 31e5a8ad238e8e792d2ac3161b1f31d6d51800ce Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Tue, 5 Jul 2022 15:34:52 +0200 Subject: [PATCH] Simplify example with Guava --- pom.xml | 2 +- weird-classpath-issue/pom.xml | 42 +++++++++++++---------------------- 2 files changed, 17 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index ec0d1c38..629c7c86 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ - 1.0.1 + 1.0 1.9 ${version.error-prone-orig} v${version.error-prone-orig}-picnic-3 diff --git a/weird-classpath-issue/pom.xml b/weird-classpath-issue/pom.xml index 8906be73..2db14c36 100644 --- a/weird-classpath-issue/pom.xml +++ b/weird-classpath-issue/pom.xml @@ -17,23 +17,8 @@ com.google.auto.service auto-service - 1.0.1 + 1.0 - - com.github.PicnicSupermarket.error-prone - error_prone_annotation - v2.10.0-picnic-3 - - - com.github.PicnicSupermarket.error-prone - error_prone_annotations - v2.10.0-picnic-3 - - - - - - @@ -49,7 +34,7 @@ com.google.auto.service auto-service - 1.0.1 + 1.0 true @@ -71,7 +56,7 @@ - error-prone + guava @@ -80,15 +65,20 @@ - com.github.PicnicSupermarket.error-prone - error_prone_annotations - v2.10.0-picnic-3 + com.google.guava + guava + 31.0.1-jre - - - - - + + + + + + + + + +