This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch swtich_to_new_lz4 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit de0d54ab423c43d5bcd7c9c9c2c6f1e0a3e3c61a Author: HTHou <[email protected]> AuthorDate: Wed Dec 3 10:31:52 2025 +0800 Switch to at.yawk.lz4:lz4-java --- java/pom.xml | 4 ++-- java/tsfile/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index e0fe6cd8..5f713f21 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -49,9 +49,9 @@ <version>1.1.10.5</version> </dependency> <dependency> - <groupId>org.lz4</groupId> + <groupId>at.yawk.lz4</groupId> <artifactId>lz4-java</artifactId> - <version>1.8.0</version> + <version>1.10.0</version> </dependency> <dependency> <groupId>org.tukaani</groupId> diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml index 86f405bc..e2321277 100644 --- a/java/tsfile/pom.xml +++ b/java/tsfile/pom.xml @@ -49,7 +49,7 @@ <artifactId>snappy-java</artifactId> </dependency> <dependency> - <groupId>org.lz4</groupId> + <groupId>at.yawk.lz4</groupId> <artifactId>lz4-java</artifactId> </dependency> <dependency> @@ -177,7 +177,7 @@ </execution> </executions> <configuration> - <classesDirectory>${project.build.outputDirectory}</classesDirectory> + <outputDirectory>${project.build.outputDirectory}</outputDirectory> <archive> <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> </archive>
