summaryrefslogtreecommitdiffstats
path: root/sshapi-call-node/provider
diff options
context:
space:
mode:
authorgaurav <gaurav.agrawal@huawei.com>2018-08-14 16:55:13 +0530
committergaurav <gaurav.agrawal@huawei.com>2018-08-14 16:55:13 +0530
commitc29034ab5ea15d4c336f068ca8007ccebfad73e3 (patch)
tree36c6063cacfdcaa3bc174cce4b9f035757ef20b6 /sshapi-call-node/provider
parent42478b1721879ead6d595a238c45acd1c1f039c6 (diff)
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>
Diffstat (limited to 'sshapi-call-node/provider')
-rwxr-xr-xsshapi-call-node/provider/pom.xml4
1 files changed, 4 insertions, 0 deletions
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 @@
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.att.eelf</groupId>
+ <artifactId>eelf-core</artifactId>
+ </dependency>
</dependencies>
</project>