This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 3cf5c0d4 tsfile example should use same version of logback with tsfile
(#261)
3cf5c0d4 is described below
commit 3cf5c0d48892aab94e96123ba45dccefe4ca4b0a
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 b27fd5bf..9f7edaee 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>