This is an automated email from the ASF dual-hosted git repository. apurtell pushed a commit to branch PHOENIX-7562-feature in repository https://gitbox.apache.org/repos/asf/phoenix.git
commit cbd17b08d7919bda663369fb5557a54635b2613d Author: Norbert Meszaros <[email protected]> AuthorDate: Thu May 22 10:22:27 2025 +0200 PHOENIX-7618 Missing jul-to-slf4j.jar in the lib folder of the assembled tar file (#2164) --- phoenix-assembly/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml index 0ff54a34ff..165a151cc3 100644 --- a/phoenix-assembly/pom.xml +++ b/phoenix-assembly/pom.xml @@ -217,7 +217,10 @@ <version>${sqlline.version}</version> <classifier>jar-with-dependencies</classifier> </dependency> - + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jul-to-slf4j</artifactId> + </dependency> </dependencies> <profiles>
