From 6fb414b59e2a314c2731e7fea139d069e9f826e9 Mon Sep 17 00:00:00 2001 From: Haonan Date: Fri, 5 Dec 2025 10:01:08 +0800 Subject: [PATCH 1/3] Switch to at.yawk.lz4:lz4-java (#651) --- java/pom.xml | 14 ++-------- java/tsfile/pom.xml | 27 ++++++++++++------- .../apache/tsfile/compress/IUnCompressor.java | 3 +-- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 03571d61e..fbb2493cf 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -48,19 +48,9 @@ 1.1.10.5 - commons-io - commons-io - 2.16.1 - - - org.apache.commons - commons-lang3 - 3.18.0 - - - org.lz4 + at.yawk.lz4 lz4-java - 1.8.0 + 1.10.0 org.tukaani diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml index 73d41730e..f2f7e5091 100644 --- a/java/tsfile/pom.xml +++ b/java/tsfile/pom.xml @@ -49,15 +49,7 @@ snappy-java - commons-io - commons-io - - - org.apache.commons - commons-lang3 - - - org.lz4 + at.yawk.lz4 lz4-java @@ -165,6 +157,23 @@ process-classes +<<<<<<< HEAD +======= + + ${project.build.outputDirectory} + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + org.apache.tsfile.* + common;inline=true + false + + <_removeheaders>Bnd-LastModified,Built-By + org.apache.tsfile + + +>>>>>>> 25b630e6 (Switch to at.yawk.lz4:lz4-java (#651))