Fix ccsdk/plugin compilation issue 29/60529/1
authorgaurav <gaurav.agrawal@huawei.com>
Tue, 14 Aug 2018 11:25:13 +0000 (16:55 +0530)
committergaurav <gaurav.agrawal@huawei.com>
Tue, 14 Aug 2018 11:25:13 +0000 (16:55 +0530)
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>
sshapi-call-node/provider/pom.xml

index 5434e60..d37972e 100755 (executable)
@@ -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>