From be6313d64b2a2b63e45245488d1d09751f173349 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 11 Dec 2019 23:34:06 +0100 Subject: [PATCH] Depend only on immutables.org annotations We have a reworked integration with annotations processors, there is no need to pull the the entire processor to dependencies. Change-Id: Ic49ac41a333969dad694dd2b3140e7b6a838db96 Signed-off-by: Robert Varga --- dom/mdsal-dom-inmemory-datastore/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index cb5437922d..9f29503c7b 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -64,8 +64,9 @@ - org.immutables - value + org.immutables + value + annotations -- 2.36.6