This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit cf7ddaa3c212401692cb911b044b4f5d72d1a944 Author: Haonan <[email protected]> AuthorDate: Thu Oct 10 14:33:58 2024 +0800 tsfile example should use same version of logback with tsfile (#261) --- java/examples/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/java/examples/pom.xml b/java/examples/pom.xml index b94b51a3..6521ac59 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -33,7 +33,6 @@ <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.3.13</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId>
