From 1c37017d43a1f58aa074acb51c04534c40074061 Mon Sep 17 00:00:00 2001 From: Viraj Jasani Date: Sat, 17 Oct 2020 15:45:30 +0530 Subject: [PATCH] PHOENIX-6194 : Include slf4j-api dependency in phoenix-tools --- phoenix-tools/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phoenix-tools/pom.xml b/phoenix-tools/pom.xml index c364cfa4be7..0d77eb9ce51 100644 --- a/phoenix-tools/pom.xml +++ b/phoenix-tools/pom.xml @@ -77,7 +77,10 @@ junit test - + + org.slf4j + slf4j-api +