From af43dd25b90b23a60062bf555325da5b98fc64f5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 22 Aug 2018 14:12:25 -0700 Subject: [PATCH] Add dependencies for appc-sdc bundle Theses dependencies are needed for the sdc-distribution-client. They existed as embedded dependencies, but had no maven dependency entry. Change-Id: I1ba65dbd202ee8226351120480b0806394a2867d Signed-off-by: Patrick Brady Issue-ID: APPC-1158 --- appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 587175801..f57385a8d 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -110,6 +110,16 @@ limitations under the License. com.att.eelf eelf-core + + com.att.nsa + cambriaClient + ${cambriaClient.version} + + + com.att.nsa + saClientLibrary + ${saClientLibrary.version} + ch.qos.logback logback-core -- 2.16.6