Add dependencies for appc-sdc bundle 13/61913/2
authorPatrick Brady <pb071s@att.com>
Wed, 22 Aug 2018 21:12:25 +0000 (14:12 -0700)
committerPatrick Brady <pb071s@att.com>
Wed, 22 Aug 2018 21:24:24 +0000 (21:24 +0000)
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

appc-sdc-listener/appc-sdc-listener-bundle/pom.xml

index 5871758..f57385a 100644 (file)
@@ -110,6 +110,16 @@ limitations under the License.
                        <groupId>com.att.eelf</groupId>
                        <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>