From c29034ab5ea15d4c336f068ca8007ccebfad73e3 Mon Sep 17 00:00:00 2001 From: gaurav Date: Tue, 14 Aug 2018 16:55:13 +0530 Subject: [PATCH] Fix ccsdk/plugin compilation issue Added pom dependency of eelf-core in sshapi-call-node provider to fix broken build of plugins. Change-Id: I8a69798f896278ffa50c4a09fadf1c064ea49fff Issue-ID: CCSDK-457 Signed-off-by: Gaurav Agrawal --- sshapi-call-node/provider/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sshapi-call-node/provider/pom.xml b/sshapi-call-node/provider/pom.xml index 5434e60f..d37972ef 100755 --- a/sshapi-call-node/provider/pom.xml +++ b/sshapi-call-node/provider/pom.xml @@ -48,5 +48,9 @@ org.codehaus.jettison jettison + + com.att.eelf + eelf-core + -- 2.16.6