diff options
author | Smokowski, Kevin (ks6305) <ks6305@att.com> | 2018-08-08 17:46:34 +0000 |
---|---|---|
committer | Smokowski, Kevin (ks6305) <ks6305@att.com> | 2018-08-08 17:46:34 +0000 |
commit | 3f8e0f20d346ec01dfa216f2c594064a27d7d61b (patch) | |
tree | d2873266932686ff184daafa03ff6e62bd94f87d | |
parent | 7ca3ec58f2d2f05322803b1e4b39e730248d1a1b (diff) |
remove dependency
remove eelf dependency from sli-common, it isn't being used
Change-Id: Ic8cbb8d833137a0d32707b814dec56450b7129b3
Issue-ID: CCSDK-450
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
-rwxr-xr-x | sli/common/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml index ebb4f095..5007bedf 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -90,11 +90,6 @@ <artifactId>sal-binding-api</artifactId> </dependency> - <dependency> - <groupId>com.att.eelf</groupId> - <artifactId>eelf-core</artifactId> - </dependency> - <!-- Testing Dependencies --> <dependency> <groupId>junit</groupId> |