diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-22 14:12:25 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-22 21:24:24 +0000 |
commit | af43dd25b90b23a60062bf555325da5b98fc64f5 (patch) | |
tree | 07e34b2586cbb81158f752fb11a6f5fe273c30df /appc-sdc-listener | |
parent | 64bf73596e4a8bccc4aa90d7f4f261012607762f (diff) |
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 <pb071s@att.com>
Issue-ID: APPC-1158
Diffstat (limited to 'appc-sdc-listener')
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -111,6 +111,16 @@ limitations under the License. <artifactId>eelf-core</artifactId> </dependency> <dependency> + <groupId>com.att.nsa</groupId> + <artifactId>cambriaClient</artifactId> + <version>${cambriaClient.version}</version> + </dependency> + <dependency> + <groupId>com.att.nsa</groupId> + <artifactId>saClientLibrary</artifactId> + <version>${saClientLibrary.version}</version> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> |