Add missing EELF dependency 25/45925/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 3 May 2018 17:16:40 +0000 (13:16 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 3 May 2018 17:16:40 +0000 (13:16 -0400)
Add missing dependency in ansible-bundle pom.xml on EELF library.
This missing dependency causes local build to fail.

Change-Id: Iedb6b67d7ba92c7b37cd27cf89f060b793fd464f
Issue-ID: CCSDK-264
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
ansible-adapter/ansible-adapter-bundle/pom.xml

index 22ee412..f87606a 100644 (file)
     <name>ccsdk-sli-adaptors :: ansible-adapter :: ${project.artifactId}</name>
 
     <dependencies>
+               <dependency>
+                       <groupId>com.att.eelf</groupId>
+                       <artifactId>eelf-core</artifactId>
+               </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>