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