Skip to content

Commit 55ab612

Browse files
committed
fix error
1 parent 9e9a761 commit 55ab612

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<thrift.version>0.14.1</thrift.version>
177177
<xz.version>1.9</xz.version>
178178
<zstd-jni.version>1.5.6-3</zstd-jni.version>
179-
<tsfile.version>1.1.3-251028-SNAPSHOT</tsfile.version>
179+
<tsfile.version>1.1.3-252525-SNAPSHOT</tsfile.version>
180180
</properties>
181181
<!--
182182
if we claim dependencies in dependencyManagement, then we do not claim
@@ -323,13 +323,6 @@
323323
<groupId>org.apache.tsfile</groupId>
324324
<artifactId>tsfile</artifactId>
325325
<version>${tsfile.version}</version>
326-
<!-- Once tsfile switch to at.yawk.lz4:lz4-java, remove the following part -->
327-
<exclusions>
328-
<exclusion>
329-
<groupId>org.lz4</groupId>
330-
<artifactId>lz4-java</artifactId>
331-
</exclusion>
332-
</exclusions>
333326
</dependency>
334327
<dependency>
335328
<groupId>org.apache.ratis</groupId>

0 commit comments

Comments
 (0)