(fix)(headless) Add hadoop-hdfs dependency in pom to avoid no fileSystem for scheme: hdfs (#730)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-02-20 20:12:30 +08:00
committed by GitHub
parent 3317f1b7ec
commit 33240cc382
2 changed files with 5 additions and 5 deletions

View File

@@ -102,11 +102,11 @@
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.hankcs</groupId>-->
<!-- <artifactId>hanlp</artifactId>-->
<!-- <version>${hanlp.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>