aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-03-21 19:15:29 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-03-21 19:15:29 -0400
commit5e0f12e215d579b2adff145a8527cc6a225d8db9 (patch)
treeef87133649452caee5c880e2c6b51d84daf85e52 /sli/common/pom.xml
parent925b19ce628cf6b252840fd4462208a8ad099f39 (diff)
Add unit tests for sli/provider
Add additional unit testing for configure node Change-Id: I867fd1aae54e956bdbe8a2f2fd406b46304b4a91 Issue-ID: CCSDK-213 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'sli/common/pom.xml')
-rwxr-xr-xsli/common/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index 2fb3f837..1d35dfb1 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -98,6 +98,11 @@
<artifactId>sal-binding-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.att.eelf</groupId>
+ <artifactId>eelf-core</artifactId>
+ </dependency>
+
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>