This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new 98869a16ad PHOENIX-7618 Missing jul-to-slf4j.jar in the lib folder of
the assembled tar file (#2164)
98869a16ad is described below
commit 98869a16ad643245ef8a790f2739bd943b7c1098
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 affd0703a1..5a9ada7174 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>