diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-06 14:17:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-06 15:27:38 -0400 |
commit | e035f3802ed5970e0f2254ec13b637c0b9398d88 (patch) | |
tree | cc22dc91e2795706362deb39a8fa98b476ebc0ec | |
parent | 17e4844d07eb9ad3f5a3f27db75b957d5d0a52a6 (diff) |
Fix EELF version
Load version 1.0.0 of EELF, based on parent property setting
Change-Id: I5e936b651f07ad9af8e4b41c80bbfed98bb67faa
Issue-ID: CCSDK-235
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rwxr-xr-x | sli/common/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 94098c14..c22c1ae6 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -107,7 +107,6 @@ <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> - <version>1.0.0</version> </dependency> <!-- Testing Dependencies --> |