diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-21 09:08:31 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-21 09:08:39 -0500 |
commit | 8de76c909737ba1b59526f96610f961f380ddc1f (patch) | |
tree | 243cbbc4501c7578524260d1c66528ce4e0dca6b | |
parent | d6a109974fb3af882f297d6317832dfca8fafaac (diff) |
Upgrade EELF to fix license
We asked EELF to upgrade qos.logback to 1.2.3, they upgraded to 1.2.1.
This will also fix a compilation error we have due to a combination
of commits and ordering of inclusion of qos.logback.
Issue-ID: POLICY-505
Change-Id: Ia086ceae5e1468d34a8db053818fef3f50585f25
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | common-logging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 26da3041..bb5c60fd 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> - <version>0.0.1</version> + <version>1.0.1-oss</version> </dependency> </dependencies> |