diff options
author | gaurav <gaurav.agrawal@huawei.com> | 2018-08-14 16:55:13 +0530 |
---|---|---|
committer | gaurav <gaurav.agrawal@huawei.com> | 2018-08-14 16:55:13 +0530 |
commit | c29034ab5ea15d4c336f068ca8007ccebfad73e3 (patch) | |
tree | 36c6063cacfdcaa3bc174cce4b9f035757ef20b6 /sshapi-call-node/provider/pom.xml | |
parent | 42478b1721879ead6d595a238c45acd1c1f039c6 (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/pom.xml')
-rwxr-xr-x | sshapi-call-node/provider/pom.xml | 4 |
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> |