This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-flume-legacy.git
commit e27f9ff0c90674b9729bafe0ebddafd6a6337491 Author: Ralph Goers <[email protected]> AuthorDate: Thu Nov 2 23:01:58 2017 -0700 FLUME-2050. Upgrade to Log4j 2.10.0 This closes #181 Reviewers: Ferenc Szabo (Ralph Goers via Denes Arvay) --- flume-ng-log4jappender/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flume-ng-log4jappender/pom.xml b/flume-ng-log4jappender/pom.xml index 3731814..4d25c2b 100644 --- a/flume-ng-log4jappender/pom.xml +++ b/flume-ng-log4jappender/pom.xml @@ -67,6 +67,8 @@ limitations under the License. <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <version>1.2.17</version> + <scope>compile</scope> </dependency> <dependency>
