From e2f37f11e651a7bcfd9aa6d939584d5590c36f50 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 10 Jul 2018 18:43:34 +0300 Subject: [PATCH] Fix license issue in Guava dependency The checker framework checker qual dependency of Guava needs to be upgraded to version 2.5.3, a version that is OKed by the Linux Foundation Issue-ID: POLICY-905 Change-Id: Ib29ca90253594dfb594d0a104e0653051414aae1 Signed-off-by: liamfallon --- integration/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 2e189382..8e6277e4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -102,6 +102,17 @@ com.google.guava guava 25.1-jre + + + org.checkerframework + checker-qual + + + + + org.checkerframework + checker-qual + 2.5.3 -- 2.16.6