From: Robert Varga Date: Mon, 3 Sep 2018 08:22:47 +0000 (+0200) Subject: Revert "Avoid depending on immutables.value at runtime" X-Git-Tag: v3.0.0~37 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f746d691fe022b9ab0076fb819fee9488a291e1a;p=mdsal.git Revert "Avoid depending on immutables.value at runtime" This reverts commit 41896a415dd61236b5c385ee1d00b1a61a61a761. It is no longer needed with immutables-2.7.1. Change-Id: I61ca9b18899ad4d4168a0d3f7ba95744d71c8098 Signed-off-by: Robert Varga --- diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index 5e46c723d1..63cd0c941c 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -115,19 +115,6 @@ checkstyle.violationSeverity=error - - org.apache.felix - maven-bundle-plugin - true - - - - !org.immutables.value, - * - - - -