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 <gaurav.agrawal@huawei.com>
diff --git a/sshapi-call-node/provider/pom.xml b/sshapi-call-node/provider/pom.xml
index 5434e60..d37972e 100755
--- a/sshapi-call-node/provider/pom.xml
+++ b/sshapi-call-node/provider/pom.xml
@@ -48,5 +48,9 @@
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.att.eelf</groupId>
+            <artifactId>eelf-core</artifactId>
+        </dependency>
     </dependencies>
 </project>